Backup system agnostic comments

This commit is contained in:
Bob Mottram 2017-08-25 10:38:37 +01:00
parent d9322df7b4
commit 85043cf1a2
1 changed files with 2 additions and 2 deletions

View File

@ -367,12 +367,12 @@ function restore_directory_from_usb_duplicity {
function restore_directory_from_usb {
if [ ! ${1} ]; then
echo "obnam restore -r $USB_MOUNT/backup/${2} --to ${1}"
echo "$USB_MOUNT/backup/${2} -> ${1}"
echo $'No restore destination given'
return
fi
if [ ! ${2} ]; then
echo "obnam restore -r $USB_MOUNT/backup/${2} --to ${1}"
echo "$USB_MOUNT/backup/${2} -> ${1}"
echo $'No restore source given'
return
fi