I am newbe to rclone. Very good job in my opinion!
I already configured google drive as remote and upload some files.
My question is because the rclone is the program which starts in cmd - how to use it in windows to automatically copy/sync files to the cloud?
Could you please give me the tested and example config of google drive remote with encryption?
Thank you in advance.
rclone does support revisions in google drive: check out the docs here: Google drive
The defaults will work pretty well. You might want to tune --checkers & --transfers to speed stuff up and --bwlimit if rclone thrashes your internet connection too much.
FreeBSD is a supported target for rclone so it should work yet. I haven't tried it myself though!
That is correct. It could do at some point but for now you'll have to use the web interface
It should work for both sync and copy
You need to put a number in after transfers and checkers, eg --transfers 10 --checkers 10 or something like that. You'll have to experiment with the best values.
Note - don't use sync without trying it first with --dry-run