From ce1513ac0f5482041f34d56f533217d79cce9b82 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 16 Aug 2022 17:43:52 +0200 Subject: [PATCH] data/scripts/backup.sh.in: re-arrange entrys Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/766a3c0ac625a67e104dae0d3badd82f44fb680e Author: vanhofen Date: 2022-08-16 (Tue, 16 Aug 2022) Origin message was: ------------------ - data/scripts/backup.sh.in: re-arrange entrys ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/scripts/backup.sh.in | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/data/scripts/backup.sh.in b/data/scripts/backup.sh.in index a13e25f3e..e76240084 100644 --- a/data/scripts/backup.sh.in +++ b/data/scripts/backup.sh.in @@ -10,29 +10,32 @@ BAKF="$1/${2:-settings_${HOST}_${DATE}}.tar.gz" TOBACKUP="\ @CONFIGDIR@/settingsupdate.conf \ \ - @CONFIGDIR@/auto-record-cleaner.* \ + @CONFIGDIR@/neutrino.conf \ + @CONFIGDIR@/moviebrowser.conf \ + @CONFIGDIR@/radio-favorites.xml \ + @CONFIGDIR@/scan.conf \ + @CONFIGDIR@/timerd.conf \ + @CONFIGDIR@/weather-favorites.xml \ + @CONFIGDIR@/Y-Web.conf \ + \ @CONFIGDIR@/doscam.* \ + @CONFIGDIR@/oscam.* \ + @CONFIGDIR@/ncam.* \ + \ @CONFIGDIR@/FritzCallMonitor.addr \ @CONFIGDIR@/FritzCallMonitor.cfg \ - @CONFIGDIR@/moviebrowser.conf \ - @CONFIGDIR@/neutrino.conf \ + @CONFIGDIR@/auto-record-cleaner.* \ @CONFIGDIR@/neutrino-mediathek.conf \ - @CONFIGDIR@/oscam.* \ @CONFIGDIR@/oscammon.conf \ @CONFIGDIR@/plugins-hide.conf \ @CONFIGDIR@/pr-auto-timer.* \ - @CONFIGDIR@/radio-favorites.xml \ - @CONFIGDIR@/scan.conf \ @CONFIGDIR@/smarthomeinfo.conf \ - @CONFIGDIR@/timerd.conf \ @CONFIGDIR@/tuxcal/ \ @CONFIGDIR@/tuxcom/ \ @CONFIGDIR@/tuxmail/ \ @CONFIGDIR@/tuxtxt/tuxtxt2.conf \ @CONFIGDIR@/tuxwetter/tuxwetter.conf \ @CONFIGDIR@/tuxwetter/tuxwetter.mcfg \ - @CONFIGDIR@/weather-favorites.xml \ - @CONFIGDIR@/Y-Web.conf \ \ @ZAPITDIR@/ \ \