backup with xz format
This commit is contained in:
parent
f33c8f2d37
commit
e068298d3c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ for machine in $MACHINES; do
|
||||||
done
|
done
|
||||||
BACKUP_FILE="$BACKUP_DIR/backup_$machine.tar.bz2"
|
BACKUP_FILE="$BACKUP_DIR/backup_$machine.tar.bz2"
|
||||||
rm -f "$BACKUP_FILE"
|
rm -f "$BACKUP_FILE"
|
||||||
tar -cvjf $BACKUP_FILE $machine
|
tar -cvJf $BACKUP_FILE $machine
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$START" ]; then
|
if [ -z "$START" ]; then
|
||||||
|
|
Loading…
Reference in a new issue