sysmocom-backup: Backup all of /etc/default

Additional applications might store files in /etc/default and it
is the easiest to backup up all of them. This has the danger that
after an upgrade the default file is not compatible/optimal but
we will need to deal with that once it occurs.
This commit is contained in:
Holger Hans Peter Freyther 2013-06-22 09:48:01 +02:00
parent 69d9a0609d
commit 03fd342e14
2 changed files with 2 additions and 4 deletions

View File

@ -13,9 +13,7 @@ FILES="\
etc/osmocom/osmo-pcu.cfg \
etc/osmocom/osmo-sgsn.cfg \
etc/ggsn.conf \
etc/default/osmo-nitb \
etc/default/osmo-bsc \
etc/default/osmocom-tcpdump \
etc/default \
var/lib/osmocom/hlr.sqlite3 \
"
DATE=`date +%Y%m%d`

View File

@ -1,7 +1,7 @@
DESCRIPTION = "sysmocom config backup and restore scripts"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r4"
PR = "r5"
SRC_URI = "file://sysmocom-backup file://sysmocom-restore"
RDEPENDS_${PN} = "tar"