Projects / rdup

rdup

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 the names of files that have changed since the last backup. It also handles files that are removed, allowing for correct incremental backups. Auxilary script that implement a backup strategy are included.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  16 Dec 2010 14:52

Release Notes: A number of memory leaks were removed.

  •  25 Oct 2010 08:22

Release Notes: Checks are done for two more possible I/O errors when reading files. Processing permissions on AIX were fixed.

  •  23 Jun 2010 14:00

Release Notes: Named pipes are now properly created by rdup-up.

  •  18 Apr 2010 11:59

Release Notes: A few bugs were fixed and the documentation received some polish.

  •  17 Mar 2010 08:02

Release Notes: A severe bug when creating directories with rdup-up was fixed.

RSS Recent comments

25 Apr 2006 07:40 miek

Re: How is this different from find?

> find . -type f -newer .lastbackup

> -print

what this doesn't take into account is removed files, rdup

does show files that are removed since the last run.

grtz Miek

25 Apr 2006 07:24 thelars

How is this different from find?
Hi there,

I'm curious how 'rdup' is different from the 'find' command, which can trivially print out a list of files modified since the date on some arbitrary timestamp file:

find . -type f -newer .lastbackup -print

You simply 'touch .lastbackup' whenever you successfully complete your backup. The description for rdup makes it sound like it's doing pretty much the same thing...but some of the comments on the different releases imply that it actually has some additional features. Maybe just the description needs updating?

Screenshot

Project Spotlight

xterm

A terminal emulator for the X Window System

Screenshot

Project Spotlight

ITDB

A Web-based asset management system.