diff options
author | mario <mario@slackverse.org> | 2010-04-16 22:07:14 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:11 +0200 |
commit | cc132de15ed8de387655cb1078867a7ca9590496 (patch) | |
tree | 3e04edb21c45c9f9509b7a91451dae15648612c9 /system/bacula/README | |
parent | 89561721635655f34b446a885bdd0f2ede45bc95 (diff) | |
download | slackbuilds-cc132de15ed8de387655cb1078867a7ca9590496.tar.gz |
system/bacula: Added (managed backup and recovery)
Diffstat (limited to 'system/bacula/README')
-rw-r--r-- | system/bacula/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/bacula/README b/system/bacula/README new file mode 100644 index 0000000000..3f1f268a3b --- /dev/null +++ b/system/bacula/README @@ -0,0 +1,13 @@ +Bacula (Manage backup, recovery) - Client and server + +Bacula is a set of computer programs that permit you (or the system +administrator) to manage backup, recovery, and verification of +computer data across a network of computers of different kinds. In +technical terms, it is a network Client/Server based backup program. +Bacula is relatively easy to use and efficient, while offering many +advanced storage management features that make it easy to find and +recover lost or damaged files. Due to its modular design, Bacula is +scalable from small single computer systems to systems consisting of +hundreds of computers located over a large network. + +More info on website: http://www.bacula.org |