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
3 tasks done
Tracked by #459
dkocher opened this issue Sep 6, 2023 · 0 comments · Fixed by #542 · May be fixed by #279
Open
3 tasks done
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 · May be fixed by #279
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

@dkocher dkocher self-assigned this Sep 20, 2023
@dkocher dkocher mentioned this issue Dec 11, 2023
3 tasks
@Cassie205 Cassie205 linked a pull request Jun 28, 2024 that will close this issue
@dkocher dkocher reopened this Jul 1, 2024
@dkocher dkocher linked a pull request Feb 2, 2025 that will close this issue
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