Rsync with bwlimit

2006-02-28 Thread redlotus72
Hi, Any one give me some sample code with bwlimit option. what's is the std/ recommended value for this? -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

exclueding two directories

2005-09-13 Thread redlotus72
Hi. I am taking backup in following : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/hourly.0 $tempfile 21 I need to exclue the following: $HOSTTOBACKUP/Dir1 and $HOSTTOBACKUP/Dir2 how can I exclude? -- To unsubscribe or change options:

rsync problem

2005-08-23 Thread redlotus72
Hi, My rsync is stopped working suddenly I got following in verbose and log, mkstemp failed: No such file or directory and rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) my rsync code : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 $tempfile 21