clarify location of backup (cf. #1)

This commit is contained in:
James Barnett
2016-10-31 21:14:08 -05:00
parent 7d96964845
commit f5192fb9cb

View File

@@ -69,7 +69,7 @@ for x in $SNAPPER_CONFIGS; do
if [[ -z "$old_number" ]]; then
printf "No backups have been performed for '%s' on this disk.\n" "$x"
read -r -p "Enter name of directory to store backups: " mybackupdir
read -r -p "Enter name of directory to store backups, relative to $selected_mnt (to be created if not existing): " mybackupdir
printf "This will be the initial backup for snapper configuration '%s' to this disk. This could take awhile.\n" "$x"
BACKUPDIR="$selected_mnt/$mybackupdir"
mkdir -p "$BACKUPDIR"