mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
18 lines
711 B
Plaintext
18 lines
711 B
Plaintext
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://0xcc.net/pdumpfs/
|