sysmocom-backup-data: Restore all files that were saved

The backup system allows to define which other files to store
so we should just restore everything regardless of where the
file is coming from.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-10 14:46:29 +02:00
parent d1a9e0efbc
commit 09dbe7bd33
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ do_restore_files() {
fi
echo "Going to extract files from the backup '$BACKUP_FILE'"
do_extract $BACKUP_FILE content/etc
do_extract $BACKUP_FILE content/var/lib/osmocom
do_extract $BACKUP_FILE content/
}
do_restore_files $1