List mounted btrfs disks with subvolid
When listing mounted devices, list the subvolid of the mountpoint, since a single btrfs disk can be mounted multiple times using subvolumes. Additionally tag snapshots with subvolid to keep track of this. This will break current usage, but users can manually tag old snapshots with subvolid's in order to migrate them. Add -s/--subvolid command line parameter to pass specified subvolid to program. Cf. #45.
This commit is contained in:
@@ -47,6 +47,7 @@ The package is also available in the
|
||||
directory name on first backup
|
||||
-u, --UUID <UUID> Specify the UUID of the mounted BTRFS subvolume to back up to. Otherwise will prompt.
|
||||
If multiple mount points are found with the same UUID, will prompt user.
|
||||
-s, --subvolid <subvlid> Specify the subvolume id of the mounted BTRFS subvolume to back up to. Defaults to 5.
|
||||
--remote <address> Send the snapshot backup to a remote machine. The snapshot will be sent via ssh. You
|
||||
should specify the remote machine's hostname or ip address. The 'root' user must be
|
||||
permitted to login on the remote machine.
|
||||
|
||||
Reference in New Issue
Block a user