aboutsummaryrefslogtreecommitdiff
path: root/system/bareos/README.SLACKWARE
diff options
context:
space:
mode:
authorHenry Jensen <hjensen@connochaetos.org>2016-07-31 07:56:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-03 06:59:30 +0700
commit0e41061d8fc44a7cfcf90f382ad1db993e0fe583 (patch)
tree1acc90f21125376e9a1587fde7cd2c3762d212b0 /system/bareos/README.SLACKWARE
parentddd96a888dd9d5968af79a32899eb6580b9e10fd (diff)
system/bareos: Added (managed backup and recovery).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bareos/README.SLACKWARE')
-rw-r--r--system/bareos/README.SLACKWARE21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/bareos/README.SLACKWARE b/system/bareos/README.SLACKWARE
new file mode 100644
index 0000000000000..8024adca157a6
--- /dev/null
+++ b/system/bareos/README.SLACKWARE
@@ -0,0 +1,21 @@
+Bareos is a fork from the nackup project Bacula. For the reasons why the
+fork was made see https://www.bareos.org/en/faq/why_fork.html
+
+It is posible to migrate from Bacula 5.x to Bareos. For the migration
+of the database there are SQL scripts located at
+/var/lib/bareos/scripts/ddl/updates
+
+You can check the VersionID of your bacula database with the command
+
+ SELECT VersionID from Version;
+
+Bacula 5.2 has the VersionID 14. To upgrade to Bareois 15.2.x apply the
+scripts
+
+ *.14_2001.sql
+ *.2001_2002.sql
+ *.2002_2003.sql
+ *.2003_2004.sql
+
+top your bacula database. Rename the user "bacula" to "baeros" and adjust
+your config files accordingly. \ No newline at end of file