yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Sync local directory? #508

Open vinhdizzo opened 7 years ago

vinhdizzo commented 7 years ago

Hi there,

First, thanks for the work on acd cli. Very useful as ACD has become my main cloud storage option given the unlimited storage.

Suppose I have a local Documents directory that I would like synced or pushed to ACD; I expect to do this daily. What is the best way to sync the local folder to ACD so the latter incorporates all the newly added, deleted, and modify files? I don't think the ul --overwrite would work as it doesn’t delete deleted files. Do you recommend mount then run rsync? Thanks.