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 'fi' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||||
echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||||
|
|
||||||
RESTORE_SUBDIR='home'
|
RESTORE_SUBDIR='root'
|
||||||
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||||
RESTORE_SUBDIR='usb/backup/mail'
|
RESTORE_SUBDIR='usb/backup/mail'
|
||||||
fi
|
fi
|
||||||
|
@ -4837,7 +4837,7 @@ function restore_from_friend {
|
||||||
echo 'fi' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
echo 'fi' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
||||||
echo '' >> /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
|
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||||
RESTORE_SUBDIR='remoterestore/backup/mail'
|
RESTORE_SUBDIR='remoterestore/backup/mail'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue