- do
rclone config
, set up remote of plain type (e.g. "google drive", call itgclone
) - do
rclone config
, set up remote of typecrypt
(call itgcrypt
), pointing to the previous remote (gclone
) - mount
crypt
remote in the OS - put encrypted files in a plain remote subfolder (type it like
gcrypt:subfolder/subfolder2
), folders will be created automatically
example
# New remote
n/s/q> n
name> secret
Storage> crypt
remote> "gclone:path/to/dir"
# Encrypt filenames
# encrypt (1 / "standard")
# simple (2 / "obfuscate")
# no (Adds ".bin") (3 / "off")
filename_encryption>1
# encrypt dir names (If filename_encryption is "off" then this will do nothing)
# Encrypt (1 / "true")
# Don't (2 / "false")
directory_name_encryption>1
# Password or pass phrase for encryption.
# y) Yes type in my own password
# g) Generate random password
y/g> y
# Enter the password:
password:
# Confirm the password:
password:
# Password salt (Optional, different to password)
# y) own
# g) random
# n) blank (default)
y/g/n> g
# Password strength bits (64 -> 1024)
Bits> 128
# Use password? obscured password will be stored in .conf
# keep this generated password in a safe place
# y) Yes (default)
# n) No
y/n>y
# Edit advanced config? (y/n)
# y) Yes
# n) No (default)
y/n>y
# Remote config
# --------------------
# [gcrypt]
# type = crypt
# remote = gclone:path
# password = *** ENCRYPTED ***
# password2 = *** ENCRYPTED ***
# --------------------
# y) OK (default)
# e) Edit
# d) Delete
y/e/d>y