mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
Page:
Configure Rclone using 1password (and Ansible)
Pages
"serve" to Another Computer
Automatic Syncing from Google Drive to Server with rclone
Big syncs with millions of files
Configure Rclone using 1password (and Ansible)
Docker images
Export configuration password to env variable and only remember it for some time
Home
How to enable VSS for rclone
Install Rclone with Ansible
Install rclone via powershell script
Launch rclone on Android with Automate
Making your own OneDrive client to avoid shared quota? When GUI is unavailable, try the Azure CLI
Mounting Oracle OCI Object Storage Buckets as Local File System
Prompt "fusermount3": executable file not found in $PATH and cannot mount!
Rclone Optimizations
Securing rclone using password and config in & out commands [Android, Windows]
Setting up a Windows development environment for rclone
Systemd rclone mount
Third Party Installers
Third Party Integrations with rclone
Using Volume Shadow Copy Service (VSS) with rclone
What to do after the repository move
Windows Installation with Chocolatey
Windows PowerShell use rclone password command for config file password
how to run .exe application on rclone mount
rclone fstab mount helper script
rclone mount helper script
rclone on Android with Termux
turn your android phone into a media server
0
Configure Rclone using 1password (and Ansible)
Pasquale Carlo Maiorano Picone edited this page 2019-03-14 15:58:20 +01:00
Table of Contents
Introduction
Rclone store (encrypting sensitive parts) all the information about remotes in the configuration file, this could be copied among different installations to propagate the access and visibility to the same remotes.
The configuration file must be stored in a safe place, like 1password documents. On fresh installation you have to retrieve the configuration using 1password app or CLI and copy it to the new box.
Using Ansible
You could use Ansible to install Rclone (See here) and exploiting the new onepassword_facts
module you can configure directly it using the onepassword command line on the host machine. You can find a sample playbook on Github. The only requirements are:
op
binary on the host machine, already configured and logged in.- Ansible
- Your Rclone configuration stored on a 1password document.