summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2002-10-15 15:17:45 +0000
committeragc <agc>2002-10-15 15:17:45 +0000
commit4c192d8e427f052627cac736a610d9f85357b6b7 (patch)
tree2d753510495caa4fec70180c05245cce9daa9310
parent8e8663cefab77f1e7728b6f4ff13c22f6f306ebb (diff)
downloadpkgsrc-4c192d8e427f052627cac736a610d9f85357b6b7.tar.gz
Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.
Provided in PR 18577 by David.S at idiom dot com, some modifications by me to use buildlink2 files, and to specify the correct version of python required. Rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. Rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 9e937f58cc8..12639402b53 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.262 2002/10/15 13:51:39 agc Exp $
+$NetBSD: CHANGES,v 1.263 2002/10/15 15:17:45 agc Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3266,3 +3266,4 @@ Changes to the packages collection and infrastructure in 2002:
Moved xmbdfed from graphics to fonts [kei 2002-10-15]
Added minivmac-0.1.7 [kei 2002-10-15]
Added librsync-0.9.5.1 [agc 2002-10-15]
+ Added rdiff-backup-0.10.1 [agc 2002-10-15]