On Sun, Oct 6, 2013 at 7:08 PM, Craig Barratt <cbarr...@users.sourceforge.net> wrote: > > I've never looked into the --listed-incremental option for GNU tar. This > might do something similar to what you want. > > http://www.gnu.org/software/tar/manual/html_node/Incremental-Dumps.html > > > I also don't know what is required to support it in BackupPC.
Amanda has used that for many years - it just needs a file maintained on the target hosts to track things.. If the file you specify with --listed-incremental does not exist, you get a full backup and the file is created listing the directories traversed with their timestamps. If the file does exist you get an incremental based on the timestamp in that file in 'gnudump' format taking everything (even old files) under new directories. The file is then modified in place for subsequent higher incremental levels. If you want to make additional incrementals based on the previous full, you have to copy the file before doing the backup so you will have an unmodified version later. The gnudump format includes the contents of directories so that restores can optionally delete files that weren't present at the time of the backup. Or at least that's the way it worked the last time I used amanda, which was several years ago. Now that I think about it, it would be kind of neat to have the gnudump format available from BackupPC_tarCreate and the archive host wrapper so you could make a reasonable series of incrementals for offsite or long term storage. -- Les Mikesell lesmikes...@gmail.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=60134071&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/