mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
backup-script: allow free definable filename for backup tarball
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf1b3ef3ee
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-17 (Tue, 17 Oct 2017)
Origin message was:
------------------
- backup-script: allow free definable filename for backup tarball
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
HOST=$(hostname)
|
||||
DATE=$(date +%Y-%m-%d_%H-%M-%S)
|
||||
USRF="/var/tuxbox/config/tobackup.conf"
|
||||
BAKF="$1/settings_${HOST}_${DATE}.tar.gz"
|
||||
BAKF="$1/${2:-settings_${HOST}_${DATE}.tar.gz}"
|
||||
|
||||
TOBACKUP="\
|
||||
/share/tuxbox/neutrino/flex/flex_eigene_scripte.conf \
|
||||
|
Reference in New Issue
Block a user