rclone : google drive : crypt

Soldato
Joined
18 Oct 2002
Posts
21,358
Location
Cambridge, UK
Hi,

OK I've setup rclone and I can see the following

Name Type
==== ====
GoogleCache cache
GoogleCrypt crypt
google drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q>

Contents of rclone.conf

[google]
type = drive
client_id = (REMOVED)
client_secret = (REMOVED)
scope = drive
token = (REMOVED)

[GoogleCache]
type = cache
remote = google:
chunk_size = 50M
info_age = 1h0m0s
chunk_total_size = 20G

[GoogleCrypt]
type = crypt
remote = GoogleCache:
filename_encryption = standard
directory_name_encryption = true
password = (REMOVED)
password2 = (REMOVED)

I then try a test mount of:

rclone mount GoogleCrypt: /volume1/homes/admin/googledrive/ --allow-other --cache-db-purge --fast-list --poll-interval 1m

which all seems to work!

Now my issue is what is now supposed to happen, my expectation is that I copy a file to /volume1/homes/admin/googledrive/ it should automatically get uploaded to my Google drive (encrypted). The files seem to still be taken up the same amount of space on /volume1/homes/admin/googledrive/, so how do I know if it's actually working ;)

Cheers

HEADRAT
 
Last edited:
Back
Top Bottom