From 09dbe7bd33772796a82c4c7260462ddf8fc26a69 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Aug 2015 14:46:29 +0200 Subject: [PATCH] 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. --- recipes-apps/sysmocom-backup-data/files/sysmocom-restore-data | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-apps/sysmocom-backup-data/files/sysmocom-restore-data b/recipes-apps/sysmocom-backup-data/files/sysmocom-restore-data index 08dafe8..e1c4a27 100755 --- a/recipes-apps/sysmocom-backup-data/files/sysmocom-restore-data +++ b/recipes-apps/sysmocom-backup-data/files/sysmocom-restore-data @@ -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