Changeset 346 for tools


Ignore:
Timestamp:
Sep 8, 2011, 6:39:36 PM (13 years ago)
Author:
Rick van der Zwet
Message:

Compress data during transfer.

Location:
tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/snapshot-sync.sh

    r345 r346  
    2020
    2121# Deleting will be done manually to avoid whipe-outs.
    22 OPTS="--force --ignore-errors --archive"
     22OPTS="--force --ignore-errors --archive --compress"
    2323
    2424
  • tools/www-backup.sh

    r345 r346  
    2121
    2222BACKUPDIR=$DELETEROOT/`date '+%Y/%M/%d'`
    23 OPTS="--force --ignore-errors --delete-excluded
     23OPTS="--force --ignore-errors --delete-excluded  --compress
    2424      --delete --backup --backup-dir=$BACKUPDIR --archive"
    2525
Note: See TracChangeset for help on using the changeset viewer.