I've been using rsync for backups up until now, and I've started moving to rdiff-backup. I'm using this as my command line :

rdiff-backup --backup-mode \
  --exclude-globbing-filelist /etc/backup-excludes \
  --preserve-numerical-ids \
  --ssh-no-compression \
  / backup::/<some_path>

With rsync, I used the -v option and it spat out a list of files copied and a summary at the end of how much data it had copied. The summary I can do without, but I really need a list of files as that's how I monitor certain aspects of my servers.

Is there an easy way to get just a list of files copied, "-v 5" gives more information than I need or want.

--
Simon Hobson

Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
author Gladys Hobson. Novels - poetry - short stories - ideal as
Christmas stocking fillers. Some available as e-books.


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

Reply via email to