Skip to content

Commit b8fc60c

Browse files
committed
updated arg to -c for backup con
Was using -f when it should have been using -c
1 parent 99e3f44 commit b8fc60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.backup

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ BACKUP_USER=root
99
BACKUP_NS=backup-name
1010
BACKUP_KEEP=90
1111

12-
$BACKUP_CMD --server $BACKUP_SERVER -f $BACKUP_CONF -t $BACKUP_DIR -u $BACKUP_USER -n $BACKUP_NS -k $BACKUP_KEEP
12+
$BACKUP_CMD --server $BACKUP_SERVER -c $BACKUP_CONF -t $BACKUP_DIR -u $BACKUP_USER -n $BACKUP_NS -k $BACKUP_KEEP

0 commit comments

Comments
 (0)