Displaying 2 results from an estimated 2 matches for "backup_root".
Did you mean:
backup_host
2008 Aug 13
1
no backup for excluded files?
Hi,
I use rsync 3.0.2 for daily incremental backups:
rsync -aAzHRxby -f '. -' --numeric-ids --delete-during --delete-excluded \
--suffix='' --backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \
${DESTINATION}$BACKUP_ROOT/$BACKUP_HOST/current <<< $EXCLUDE_PATTERNS
Sometimes I add a new item to $EXCLUDE_PATTERNS but then the excluded
files are backed up in $BACKUP_ROOT/$BACKUP_HOST/$TODAY. Is there a way
to avoid that?
Thanks,
PS: the --suffix option i...
2004 Jun 15
1
strange rsync error message from our backup script
...,
I use rsync for incrmental backups in the following way:
rsync \
$EXCLUDE \
-e ssh \
--archive \
--numeric-ids \
--compress \
--relative \
--one-file-system \
--cvs-exclude \
--delete \
--delete-excluded \
--bwlimit=0 \
--backup \
--suffix='' \
--backup-dir=$BACKUP_ROOT/$BACKUP_HOST/${TODAY} \
$BACKUP_HOST_AND_PATH ${DESTINATION}$BACKUP_ROOT/$BACKUP_HOST/current
It used to work fine but since I've upgraded to 2.6.2 from 2.5.x I get
the following error messages:
make_bak_dir mkdir "/backup/naxos.premier-lnc.com/2004-06-09/home/ddegrolard/profile/Local...