aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdumpfs/pkg-descr
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-30 11:06:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-30 11:06:34 +0000
commita411428b812df1c64fb016364784b3ba5e6335ba (patch)
tree6472d3900bc3b61f540c3de55d77853746a12d7b /sysutils/pdumpfs/pkg-descr
parent18d8d74d7403d95c2356fb01840b218409cc965f (diff)
downloadports-a411428b812df1c64fb016364784b3ba5e6335ba.tar.gz
ports-a411428b812df1c64fb016364784b3ba5e6335ba.zip
Notes
Diffstat (limited to 'sysutils/pdumpfs/pkg-descr')
-rw-r--r--sysutils/pdumpfs/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/pdumpfs/pkg-descr b/sysutils/pdumpfs/pkg-descr
new file mode 100644
index 000000000000..80327b6a40c0
--- /dev/null
+++ b/sysutils/pdumpfs/pkg-descr
@@ -0,0 +1,18 @@
+pdumpfs: a daily backup system similar to Plan9's dumpfs
+
+What's pdumpfs?
+
+pdumpfs is a simple daily backup system similar to Plan9's dumpfs
+which preserves every daily snapshot. pdumpfs is written in Ruby.
+You can access the past snapshots at any time for retrieving a certain
+day's file. Let's backup your home directory with pdumpfs!
+
+pdumpfs constructs the snapshot YYYY/MM/DD in the destination
+directory. All source files are copied to the snapshot directory for
+the first time. On and after the second time, pdumpfs copies only
+updated or newly created files and stores unchanged files as hard
+links to the files of the previous day's snapshot for saving a disk
+space.
+
+WWW: http://namazu.org/~satoru/pdumpfs/
+Author: Satoru Takabayashi <satoru@namazu.org>