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

Document custom versioning support using directory to save previous versions #416

Open
2 of 3 tasks
Tracked by #459
dkocher opened this issue Sep 6, 2023 · 0 comments · Fixed by #542
Open
2 of 3 tasks
Tracked by #459

Document custom versioning support using directory to save previous versions #416

dkocher opened this issue Sep 6, 2023 · 0 comments · Fixed by #542
Assignees
Labels

Comments

@dkocher
Copy link
Contributor

dkocher commented Sep 6, 2023

Depends on 1.

  • Protocol support matrix (only enabled for protocols with no native versioning e.g. FTP, SFTP, WebDAV, OpenStack Swift)
  • .duckversions folder created in every folder with previous versions saved
  • Previous versions are saved with timestamp in filename pattern like filename.extension → filename-20230906102017.762.extension
  • Allows to restore previous versions in Info → Versions.
  • Can exclude files from versioning with versioning.include.regex=.*
  • Enabled with versioning.enable=true in file transfers. Applies to existing files when choosing Preferences → Transfers → General → Uploads → Existing Files: (Overwrite|Compare)
  • Enabled with editor.upload.file.versioning=truewhen editing files. Mapped to Preferences → Editor → Enable Versioning with Provide preference to enable versioning of files edited in external application cyberduck#15137
  • Only keep most recent versions with default versioning.limit=5. Previous versions exceeding the limit are deleted after an upload.

Footnotes

  1. Keep previous version when overwriting file on upload cyberduck#14376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants