** Changed in: duplicity
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1875529
Title:
Support hiding instead of deleting for Backblaze B2 backend
Status in Duplicity:
Fix Released
Status in duplicity package in Ubuntu:
Confirmed
Bug description:
There should be an option to change the B2 backend to hide instead of
deleting files. This can be done by changing this line in B2Backend:
self.bucket.delete_file_version(file_version_info.id_,
file_version_info.file_name)
to this:
self.bucket.hide_file(file_version_info.file_name)
You can probably also remove the `file_info` call and just use the
`path + fsdecode(...)` result, but I don't know enough about the B2
API/duplicity to say that for sure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875529/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp