Flag --hostname has been deprecated, use --host
This commit is contained in:
parent
55c40c9bc7
commit
0b3c02345f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ do_local_backup () {
|
||||||
/etc/backup/local.pre $TARGET
|
/etc/backup/local.pre $TARGET
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$RESTIC --exclude-file /etc/backup/local.exclude backup --hostname $BACKUP_HOSTNAME $BACKUP_ARGS $BACKUP_DIR
|
$RESTIC --exclude-file /etc/backup/local.exclude backup --host $BACKUP_HOSTNAME $BACKUP_ARGS $BACKUP_DIR
|
||||||
|
|
||||||
if [[ -x /etc/backup/local.post ]]; then
|
if [[ -x /etc/backup/local.post ]]; then
|
||||||
/etc/backup/local.post $TARGET
|
/etc/backup/local.post $TARGET
|
||||||
|
|
Loading…
Reference in a new issue