etc directory
This commit is contained in:
parent
ef494e86af
commit
121250d17f
|
@ -3206,7 +3206,7 @@ function create_restore_script {
|
|||
echo 'fi' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||
echo '' >> /usr/bin/$RESTORE_SCRIPT_NAME
|
||||
|
||||
RESTORE_SUBDIR='root/'
|
||||
RESTORE_SUBDIR='etc/'
|
||||
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||
RESTORE_SUBDIR='usb/backup/ssl/'
|
||||
fi
|
||||
|
@ -4524,7 +4524,7 @@ function restore_from_friend {
|
|||
echo 'fi' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
||||
echo '' >> /usr/bin/$RESTORE_FROM_FRIEND_SCRIPT_NAME
|
||||
|
||||
RESTORE_SUBDIR='root'
|
||||
RESTORE_SUBDIR='etc'
|
||||
if [[ $BACKUP_TYPE != 'obnam' ]]; then
|
||||
RESTORE_SUBDIR='remoterestore/backup/ssl'
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue