-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sync command #53
Comments
What exactly would happen if I execute sync? Upload all files from source to destination? Or am I misinterpreting your proposal? |
It should behave like Like I was doing a |
A command called |
We may be able to just add a |
I think a better solution would be to offer a |
FWIW, the http://docs.aws.amazon.com/cli/latest/reference/s3/sync.html |
I also want this feature because my Dropbox account has so many files that the desktop app can't handle well (over 700k files). |
Try rclone #60 (comment) |
Hi all,
Then, follow the instruction on the command line for authentication. I hope it helps folks like me reaching here. |
I created dbxcli-extras as a CLI that calls |
Usecase
I'm automatically downloading files on a headless Linux server for one of our team having near to no technical knowledge from a SFTP host and providing those files (filtered) to that team in a Dropbox folder.
Current way to use
dbxcli
find
to list all filesdbxcli put ${file} ${target}
This has multiple disadvantages:
block-api.g1.dropbox.com
Expected solution
dbxcli sync ${source_folder} ${target_folder}
Advantages:
The text was updated successfully, but these errors were encountered: