--host
flag for backup create
not implemented
#53
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wanted to test with a small service as stated in the README and now its backing up all services. Looking at the code,
--host
forbackup create
seems to be not actually implemented 😅`backup --host create` not implementedto `--host` flag for `backup create` not implementedIts removed, because with restic deduplication it does not make sense to backup only one service. If you select one service to backup it removes all other services from the snapshot and the next time you do a complete backup it can't use the deduplication and a backup of everything is done. Maybe restic is just not the right tool for that. I would favor borg, but moving to borg is a big step.
Aha OK.
That does seem like a significant change in behaviour from the original
create
design in #20 This commitc73bbe8c0d
right? Can understand the reasoning above but I think we do need to figure out a way to support this again with Restic?I would imagine it's for the user to decide if they want to take the hit in performance? If they decide to backup a single service and then the whole thing, theys should just know they cannot avail of de-duplication between those backups?