Skip to content

Trash can versioning option for deletes only #930

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tejas-rkd
Copy link

feat(#6164): add 'Archive Deleted Only' option to trashcan versioner

feat(#6164): add 'Archive Deleted Only' option to trashcan versioner
@@ -37,6 +37,12 @@ days. If this is set to a positive number of days, files will be removed when
they have been in the trash can that long. Setting this to zero prevents any
files from being removed from the trash can automatically.

Another :opt:`configuration option <option:: folder.versioning.params.archiveDeletedOnly>`
is available to archive only the deleted files, as opposed to normal Trash can versioning
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
is available to archive only the deleted files, as opposed to normal Trash can versioning
is available to archive only the deleted files, as opposed to normal trash can versioning

@@ -37,6 +37,12 @@ days. If this is set to a positive number of days, files will be removed when
they have been in the trash can that long. Setting this to zero prevents any
files from being removed from the trash can automatically.

Another :opt:`configuration option <option:: folder.versioning.params.archiveDeletedOnly>`
is available to archive only the deleted files, as opposed to normal Trash can versioning
which archives all modified, renamed and deleted file. This is a light weight
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
which archives all modified, renamed and deleted file. This is a light weight
which archives all modified, renamed and deleted files. This is a lightweight

.. option:: folder.versioning.params.archiveDeletedOnly

When this option is enabled it archives only deleted files.
Modified or Renamed files are not archieved and hence, deleted permanently.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Modified or Renamed files are not archieved and hence, deleted permanently.
Modified or renamed files are not archived, and hence, deleted normally.

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

Successfully merging this pull request may close these issues.

2 participants