rdup

An utility inspired by rsync and the plan9 way of doing backups. rdup itself does not backup anything.
Download

rdup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Miek Gieben
  • Publisher web site:
  • http://www.nlnetlabs.nl/ldns/index.html

rdup Tags


rdup Description

An utility inspired by rsync and the plan9 way of doing backups. rdup itself does not backup anything. rdup is a utility inspired by rsync and the plan9 way of doing backups. rdup itself does not backup anything. rdup project only prints a list of files that are changed, or all files in case of a null dump, to standard output.rdup prints a filelist to standard output. This list is relative to FILELIST. Subsequent programs in a pipe line can be used to actually implement to backup scheme. If FILELIST is empty or non existant all files in DIR are dumped.This is the same as a null dump. 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. Files are checked for changes by comparing the m_time (modification time), if this time is NEWER than the m_time of FILELIST the pathname is printed to standard output. All errors are written to standard error. The general idea is to be very unix like and create a bunch of simple programs which each do a their specific thing very well. With rdup and a small shell script (50 lines) one can implement encrypted and compressed backups. What's New in This Release: · tests: more DejaGNU tests added · rdup: default to '.' when no directories/files are provided · rdup: make {c|m}-time comparison >= instead of > · rdup: when a directory only does a mode change, make sure it does not get listed on the deleted list · rdup-tr: exit when -X/-Y used and we are compiled without encryption · rdup-tr: check for encrypted path components larger than 255 chars · rdup-up: added -vv write uid/gid and filename to stdout, makes non root remote backups possible, see: http://www.miek.nl/s/8374af9844 · rdup-up: better handle non-writable directories when restoring · rdup-up: implemented the -s (strip path) option · rdup-up (fs-up.c): code cleanups and some permission settings · rdup-up: when recursively deleting a directory, delete the directory itself too when the recursion ends · rdup-up: avoid // when restoring to / · rdup-simple: add -s (strip) here too


rdup Related Software