-
-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Currently btrbk uses only the subvolume (base)name as a prefix for naming snapshots & backups. The information where a subvolume comes from/goes in the larger fs structure is lost.
This might be a problem in naming schemes where the actual subvolume has rather generic names, it's definitely a problem when you have two subvolumes of the same name, e.g. $REALROOT/@home/user1/Documents
, $REALROOT/@home/user2/Documents
, and so on.
It's possible to set snapshot_name for each affected subvolume, of course, but that's quite fiddly and, considering it has to be set on both ends in a split snapshot-only/pull-only setup, error prone.
How about a config file switch that changes the default snapshot_name to a sensibly escaped version of subvolume-name
, the path given in the subvolume
section? Something like @home-user1-Documents
in the above case?