-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
Description
Currently, if a user modifies the metadata of a snapshot that has already been transferred to the backup target device, the backed-up metadata won't be updated.
I have a few ideas for the design:
- Introduce a new command:
snbk update. This command would only check snapshot metadata and update the backed-up metadata if any differences are detected. - Add an option to the transfer command:
snbk transfer --update. When the--updateflag is specified, metadata checking and updating would be performed.
The snbk transfer-and-delete command would also require adjustments for automation.
What do you think?
Reactions are currently unavailable