]> git.sur5r.net Git - bacula/bacula/commitdiff
Add new files
authorKern Sibbald <kern@sibbald.com>
Fri, 28 Mar 2003 21:01:21 +0000 (21:01 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 28 Mar 2003 21:01:21 +0000 (21:01 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@402 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/cats/grant_mysql_privileges.patch [new file with mode: 0644]
bacula/src/cats/make_sqlite_tables.in.patch [new file with mode: 0644]

index 27e511db9cb56ed5058535f3818da137a6a169ca..90c0434183364e953bd0512e0bd401fcc9cee954 100644 (file)
@@ -21,18 +21,10 @@ Testing to do: (painful)
 
 For 1.30 release:
 - Fix "access not allowed" for backup of files on WinXP.
-- Implement | and < in Exclude statements.
-- Fix restoring c: to an alternate directory.  Windows
-  does not accept /tmp/c:/....
 - Issue message to mount a new tape before the rewind.
 - Simplified client job initiation for portables.
 - If SD cannot open a drive, make it periodically retry.
 - Implement LabelTemplate (at least first cut).
-- Figure out some way to specify a retention period for files
-  that no longer exist on the machine -- so that we maintain
-  say backups for 30 days, but if the file is deleted, we maintain
-  the last copy for 1 year.
-- Have Bacula "poll" the tape to see if it is there.
 - Add more of the config info to the tape label.
 - Implement bar code reader for autochangers
 - Add a default File storage so that new users can do backup
@@ -908,4 +900,9 @@ rufus-dir: Volume used once. Marking Volume "File0003" as Used.
 - Need to specify MaximumConcurrentJobs in the Job resource.
 - ***test GetFileAttributexEx, and remove MessageBox at 335 of winservice.cpp ****
 - Implement finer multiprocessing options.
+- Implement | and < in Exclude statements.
+- Figure out some way to specify a retention period for files
+  that no longer exist on the machine -- so that we maintain
+  say backups for 30 days, but if the file is deleted, we maintain
+  the last copy for 1 year.  -- answer Volume retention.
 
diff --git a/bacula/src/cats/grant_mysql_privileges.patch b/bacula/src/cats/grant_mysql_privileges.patch
new file mode 100644 (file)
index 0000000..c529818
--- /dev/null
@@ -0,0 +1,13 @@
+10,13d9
+< grant all privileges on *.* to kern@localhost with grant option;
+< grant all privileges on *.* to kern@"%" with grant option;
+< grant all privileges on *.* to kelvin@localhost with grant option;
+< grant all privileges on *.* to kelvin@"%" with grant option;
+20c16
+<    echo "Privileges for kern, kelvin, and bacula granted."
+---
+>    echo "MySQL privileges for bacula granted."
+23c19
+<    echo "Error creating privileges."
+---
+>    echo "Error creating MySQL privileges."
diff --git a/bacula/src/cats/make_sqlite_tables.in.patch b/bacula/src/cats/make_sqlite_tables.in.patch
new file mode 100644 (file)
index 0000000..85d2dcb
--- /dev/null
@@ -0,0 +1,4 @@
+5c5
+< bindir=@SQL_BINDIR@
+---
+> bindir=/usr/lib/sqlite