root directory
This commit is contained in:
parent
be6c6d46be
commit
b25ec5a25a
|
@ -3486,7 +3486,7 @@ function create_restore_script {
|
|||
echo 'fi' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||
echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||
|
||||
RESTORE_SUBDIR='home'
|
||||
RESTORE_SUBDIR='root'
|
||||
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||
RESTORE_SUBDIR='usb/backup/mail'
|
||||
fi
|
||||
|
@ -4837,7 +4837,7 @@ function restore_from_friend {
|
|||
echo 'fi' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
||||
echo '' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
||||
|
||||
RESTORE_SUBDIR='home'
|
||||
RESTORE_SUBDIR='root'
|
||||
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||
RESTORE_SUBDIR='remoterestore/backup/mail'
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue