Skip to content
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

cyberduck cli synchronization webdav #9902

Closed
cyberduck opened this issue Mar 31, 2017 · 2 comments
Closed

cyberduck cli synchronization webdav #9902

cyberduck opened this issue Mar 31, 2017 · 2 comments
Labels
bug cli Command Line Interface duplicate

Comments

@cyberduck
Copy link
Collaborator

96cb5ac created the issue

Using the command-line cyber duck
like lnk - https://trac.cyberduck.io/wiki/help/en/howto/cli

Using the webdav protocol the contents of my laptop regularly synced with the cloud drive.
I use the following command - powershell + Cyberduck cli

$path_all | % { & duck --upload $dest$_ $folder_source$_ --existing compare --parallel 100 --assumeyes -p pass -v }

But this command contains the problem.
For example, in the folder $folder_source$_ contains a file 1.tib
I synced the laptop with the cloud.
The file is copied to the cloud.
Then I delete on the laptop 1.tib (for example i no need it now)
I synced the laptop with the cloud.
File 1.tib in the cloud is not removed.

But I wanted to after the synchronization data in the cloud matches the source data.
Tell me how I can fix the command?
Maybe I need to run an additional command after synchronization?

@cyberduck
Copy link
Collaborator Author

cyberduck commented Apr 3, 2017

@dkocher commented

Duplicate for #12171. We do not currently support deleting files in synchronization.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You might be better served with ​mounting the remote storage as a disk with Mountain Duck and then use rsync to synchronize content.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug cli Command Line Interface duplicate
Projects
None yet
Development

No branches or pull requests

1 participant