rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] List of files copied ?


From: rader
Subject: Re: [rdiff-backup-users] List of files copied ?
Date: Thu, 06 Nov 2008 06:41:47 -0600

Try...

last=`rdiff-backup --list-increments /dst | \
  tail -2 | head -1 | sed 's/.*dir[ ]*//'`
rdiff-backup --list-changed-since "$last" /dst

or somesuch?

(That's just cut-n-paste from the rdiff-backup-tools
"rdiff-backup-info changed" command so you could alternatively
just do "rdiff-backup-save; rdiff-backup-info changed")

steve
--

 > ---- Original Message ----
 > From: Simon Hobson <address@hidden>
 > 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 address@hidden
 > http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
 > Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
 > 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]