Hello list, 

I'm a bit confused with the syntax of rdiff-backup.

I've got two machines, A and B. A is the production machine and B is
the backup machine.

Till today, the following command run on A was fine for me:

rdiff-backup \
  --include /etc \
  --include /scratch/data/www/hosts \
  --include /var/qmail \
  --include /var/vpopmail \
  --include /var/lib/mysql \
  --include /home \
  --exclude / / \
  [EMAIL PROTECTED]::/var/backup/A/rdiff-backup

Today I would like that B does exactly that work. Is the following cmd
right?

rdiff-backup \
    --include /etc \
    --include /data/www/hosts \
    --include /qmail \
    --include /vpopmail \
    --include /lib/mysql \
    --include /home \
    --exclude / [EMAIL PROTECTED]::/ \
    /var/backup/A/rdiff-backup

Thanks for your reply.
-AJ


_______________________________________________
rdiff-backup-users mailing list at [email protected]
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to