- Timestamp:
- Sep 8, 2011, 6:39:36 PM (13 years ago)
- Location:
- tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/snapshot-sync.sh
r345 r346 20 20 21 21 # Deleting will be done manually to avoid whipe-outs. 22 OPTS="--force --ignore-errors --archive "22 OPTS="--force --ignore-errors --archive --compress" 23 23 24 24 -
tools/www-backup.sh
r345 r346 21 21 22 22 BACKUPDIR=$DELETEROOT/`date '+%Y/%M/%d'` 23 OPTS="--force --ignore-errors --delete-excluded 23 OPTS="--force --ignore-errors --delete-excluded --compress 24 24 --delete --backup --backup-dir=$BACKUPDIR --archive" 25 25
Note:
See TracChangeset
for help on using the changeset viewer.