./wip/rdup, Backup utility listing changed files only

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.11, Package name: rdup-1.1.11, Maintainer: esg

rdup is a utility inspired by rsync and the plan9 way of doing
backups. rdup itself does not backup anything. It only prints a
list of files that are changed, or all files in case of a null
dump, to standard output.

Subsequent programs in a pipe line can be used to actually implement
to backup scheme. After a run a new filelist is written. No warning
is given when filelist is an existing file, it just gets overwritten
by rdup. New runs will print out only those files that have actually
changed since the last run, thereby making incremental backups
possible.


Required to run:
[archivers/libarchive] [shells/bash] [devel/glib2] [devel/gmp] [security/nettle]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 1b8d3ae9c8d5c683f90d9fd0c44dac4beef844da
Filesize: 351.129 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 16:53:42 by Aleksej Saushev | Files touched by this commit (79)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-04-26 11:24:52 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Moved libnettle to security/nettle

   2011-02-23 10:10:24 by Emil Sköldberg | Files touched by this commit (2)
Log message:
Update 1.1.10 -> 1.1.11

Changes since 1.1.10:

18 Feb 2011. 1.1.11 Miek Gieben <rdup@miek.nl>
   * Polish
   * rdup-up: added -q option. Be quiet when chown
     fails even when root (handy for backups on sshfs)
   2011-01-17 11:17:04 by Emil Sköldberg | Files touched by this commit (2)
Log message:
Update 1.1.8 -> 1.1.10

Changes:

* One memleak fix removed (Tom Hendrikx)
* Fix whooping amount of memleaks (rdup-tr, rdup-up) (Crispin Boylan)
   2010-11-02 11:01:24 by Emil Sköldberg | Files touched by this commit (2)
Log message:
Update 1.1.7 -> 1.1.8

Changes:

24 Oct 2010: 1.1.8 Miek Gieben <rdup@miek.nl>
   * rdup: Check for two more I/O errors when reading files
   * rdup: Permission fix for AIX (Crispin Boylan)
   * autoconf: Fix dirfd detection on mac OS X (still does not work)

Also fix replacement of bash interpreter and link in gmp, libnettle and
libarchive so that rdup-tr is built.
   2010-07-01 22:24:46 by Emil Sköldberg | Files touched by this commit (2)
Log message:
Update 1.1.5 -> 1.1.7

Changes:

* rdup-up: also create named pipes (fifo)
* rdup-simple: cleanups + portability
   2010-05-24 20:16:44 by Emil Sköldberg | Files touched by this commit (3)
Log message:
Update rdup version 0.2.14 -> 1.1.5. Changelog only lists changes since 1.0
Also take maintainership.
   2006-07-04 22:02:12 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.2.14:

1 Jul 2006: 0.2.14 Miek <miek@miek.nl>
   -- misc. bugfixes and new features --
   scripts:
   * use dd for "catching" the files' content
   * eliminate the use of 'head' as this didn't work on freebsd
   * dump-here.sh must be edited before use (added exit 1)
   * Added pl-tools/ directory for perl contributed scripts:
     added gzip.pl and mirror.pl both from Mark J Hewitt
     These are up to 50 times faster than the shell scripts!
   * Remove rb-tools dir from distribution - not uses & not finished
   * moved wrapper scripts (dump.sh, dump-here.sh and restore.sh) to
     sh-wrapper/ directory
   * implement good bash coding (Remarks from Bob Proulx)
     use booleans in the scripts
     kill whitespace
   rdup:
   * Don't re-check directories for changed files sizes
     and only check for files that are to be added.
   * Compilation fix for gcc 2.95; don't use %zd in printf
   * check return value of ftruncate()