Displaying 1 result from an estimated 1 matches for "exclueding".
Did you mean:
excluding
2005 Sep 13
1
exclueding two directories
Hi.
I am taking backup in following :
rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE
$DR_BACKUP_DIR/hourly.0 >$tempfile 2>&1
I need to exclue the following:
$HOSTTOBACKUP/Dir1
and
$HOSTTOBACKUP/Dir2
how can I exclude?