I realized this wont fix the problem of renames. My second thought on this 
would be to develop a new transfer method that uses rsync initially to get a 
file listing and then construct a list of files that need to be transferred. 
Then you pass this to the tar method and use this rather than the -newer option 
of tar. This would solve both the deletion and rename problem of incremental 
tar.

From: Till Hofmann [mailto:hofmannt...@gmail.com]
Sent: Wednesday, 25 September 2013 3:07 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] Tar method - deleted files workaround

You could use a combination of 
$Conf{DumpPostUserCmd}<http://backuppc.sourceforge.net/faq/BackupPC.html#_conf_dumppreusercmd_>
 and 
BackupPC_deleteFile<http://sourceforge.net/apps/mediawiki/backuppc/index.php?title=BackupPC_DeleteFile>
 to accomplish this.

On Tue, Sep 24, 2013 at 2:27 PM, Chris Adamson 
<chris.adam...@mcri.edu.au<mailto:chris.adam...@mcri.edu.au>> wrote:
As a workaround for the tar method not detecting deletions on localhost 
backups, would it be possible to write a script that is run after each 
incremental to perform a file listing on the source directory and compare that 
to the list of backed up files and delete those in the backup that are no 
longer in the source directory. I realize this is a workaround and would only 
be appropriate for localhost backups but it wouldn't be a bad solution since 
incrementals are quick, run when no one is using the system and it would make 
the full backups much faster than rsyncd.

Dr Chris Adamson
Research Officer, Developmental Imaging, Murdoch Childrens Research Institute
Murdoch Childrens Research Institute
Royal Children's Hospital
Flemington Road, Parkville, Victoria  3052, Australia
www.mcri.edu.au<http://www.mcri.edu.au/>
E   chris.adam...@mcri.edu.au<mailto:chris.adam...@mcri.edu.au>
T   03 9936 6780<tel:03%209936%206780>


______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net<mailto:BackupPC-users@lists.sourceforge.net>
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com

If you have any question, please contact MCRI IT Helpdesk for further 
assistance.
______________________________________________________________________

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to