Skip to content

Instantly share code, notes, and snippets.

@clovisd
Created February 6, 2020 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clovisd/7ea7af93afb44ccf042bf286db8ddc1c to your computer and use it in GitHub Desktop.
Save clovisd/7ea7af93afb44ccf042bf286db8ddc1c to your computer and use it in GitHub Desktop.
rclone.conf
[drive-mount]
type = drive
scope = drive
root_folder_id =
service_account_file =
token = {"access_token":"","token_type":"Bearer","refresh_token":"","expiry":""}
client_secret =
[tv-gd]
type = crypt
remote = drive-cache:/tv-gd
filename_encryption = standard
directory_name_encryption = true
password =
password2 =
[m-gd]
type = crypt
remote = drive-cache:/m-gd
filename_encryption = standard
directory_name_encryption = true
password =
password2 =
[dec-tv]
type = crypt
remote = /home/user/mounts/drive-cache/tv-gd
filename_encryption = standard
directory_name_encryption = true
password =
password2 =
[dec-m]
type = crypt
remote = /home/user/mounts/drive-cache/m-gd
filename_encryption = standard
directory_name_encryption = true
password =
password2 =
[drive-cache]
type = cache
remote = drive-mount:/
chunk_size = 64M
chunk_total_size = 25G
info_age = 48h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment