X-Git-Url: https://git.sesse.net/?p=backup.sh;a=blobdiff_plain;f=backup.sh;h=67a9e1ecc18f0b7c4bf5b6a949ec314a952ac01a;hp=75c030841688ebc6792e64875142a11f81aabdcf;hb=5cc0592bad59b6f6d978b768924849be33a2145c;hpb=035fbd1eb0d7eedee962e733517e20c9fcbb0273 diff --git a/backup.sh b/backup.sh index 75c0308..67a9e1e 100755 --- a/backup.sh +++ b/backup.sh @@ -127,7 +127,7 @@ backup() # Pipe the stuff over ssh to ourselves, run pee to cat the contents to a # file and build a file list, respectivly. TARFILE=$DATE.tmp - TARCMD="ssh root@$computer \"tar --one-file-system -zcf - -C $filesystem . $lastcmd \ + TARCMD="ssh root@$computer \"nice -n 19 ionice -c3 tar --one-file-system -zcf - -C $filesystem . $lastcmd \ --exclude-from=$exf\" | pee \"cat > $TARFILE\" \"tar tzvf -\"" echo `date`" $computer: Running $TARCMD" >&2 eval $TARCMD > $DATE.idx