diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-15 15:34:34 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-15 15:34:34 +0800 |
commit | ed35f851d19c2fcadf0bd140732355cf18384e47 (patch) | |
tree | 69bd368b13ab7957855bde497b92894f2468cd39 /archivers/rvm/pkg-descr | |
parent | 62d1059bd8d79df3b38daffc1c7a5b3db5c042c5 (diff) | |
download | freebsd-ports-gnome-ed35f851d19c2fcadf0bd140732355cf18384e47.tar.gz freebsd-ports-gnome-ed35f851d19c2fcadf0bd140732355cf18384e47.tar.zst freebsd-ports-gnome-ed35f851d19c2fcadf0bd140732355cf18384e47.zip |
add rvm 0.80a
Rsync Vault Manager
Diffstat (limited to 'archivers/rvm/pkg-descr')
-rw-r--r-- | archivers/rvm/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rvm/pkg-descr b/archivers/rvm/pkg-descr new file mode 100644 index 000000000000..e31e99f51637 --- /dev/null +++ b/archivers/rvm/pkg-descr @@ -0,0 +1,11 @@ +RVM is an archive manager that uses rsync to manage backups of multiple +clients across multiple logical partitions (vaults). It has some features +that some other rsync-based backup schemes lack, such as being written in +C++, needing no scripts or other programs than rsync and any binaries on +which rsync depends (such as SSH), the ability to manage multiple instances +of rsync connections to separate clients in parallel, the ability to use +multiple logical partitions (vaults) in a configurable fashion for purporses +of redundancy and added reliability, and the use of hard links for files that +have not changed from one archive to the next. + +WWW: http://rvm.sourceforge.net/ |