diff options
author | klaatu <klaatu@member.fsf.org> | 2013-06-30 01:09:27 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 01:09:27 -0500 |
commit | 28a41c331f37275da70b1ca844227f37c7c2be5f (patch) | |
tree | d992701049334b7d2f2346c4d4af8aab54acb688 /system/flexbackup/README | |
parent | 05fb5f2bc2c6114d18a28bc3b536056759dd080d (diff) | |
download | slackbuilds-28a41c331f37275da70b1ca844227f37c7c2be5f.tar.gz |
system/flexbackup: Added (a flexible backup tool)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/flexbackup/README')
-rw-r--r-- | system/flexbackup/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/flexbackup/README b/system/flexbackup/README new file mode 100644 index 0000000000..437915b26e --- /dev/null +++ b/system/flexbackup/README @@ -0,0 +1,16 @@ +Flexbackup is for you if you have a single or small number of +machines, amanda is "too much", and tarring things up by hand isn't +nearly enough. + +Features: + o Easy to configure + o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers + o Full and numbered levels of incremental backup (acts like "dump") + o Compression and buffering options for all backup types + o Does remote filesystems (over rsh/ssh; no special service) + o Package delta mode can backup files not owned by rpm, or owned+changed files. + o Writes to tapes, on-disk archive files, or on-disk directory trees + o Keeps a table of contents so you know what archives are on each tape + o Nice log files + +After installing, read the README for information on how to use. |