update help

This commit is contained in:
James Barnett
2017-04-11 14:33:29 -05:00
parent 615d1a5dc5
commit e3ed75a4e5
2 changed files with 6 additions and 2 deletions

View File

@@ -33,6 +33,9 @@ snapper is required.
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.
--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.
## First run

View File

@@ -66,8 +66,9 @@ Options:
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."
--remote <address> The destination for the snapshot if it is not on the local machine. The snapshot will
be sent via ssh. You should specify the remote machine's hostname or ip address.
--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.
EOF
}