diff options
Diffstat (limited to 'sysutils/rdup/pkg-descr')
-rw-r--r-- | sysutils/rdup/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/rdup/pkg-descr b/sysutils/rdup/pkg-descr new file mode 100644 index 000000000000..3ef4c02aca6c --- /dev/null +++ b/sysutils/rdup/pkg-descr @@ -0,0 +1,11 @@ +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. + +Example scripts that implement a backup strategy are included. +(These scripts require GNU date and cp, which are not installed by +this FreeBSD port.) + +WWW: http://miek.nl/projects/rdup |