From 789e396b79d35a0b9aa89d4f2c274ee52e8ee573 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 28 Mar 2003 21:01:21 +0000 Subject: [PATCH] Add new files git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@402 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kernstodo | 13 +++++-------- bacula/src/cats/grant_mysql_privileges.patch | 13 +++++++++++++ bacula/src/cats/make_sqlite_tables.in.patch | 4 ++++ 3 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 bacula/src/cats/grant_mysql_privileges.patch create mode 100644 bacula/src/cats/make_sqlite_tables.in.patch diff --git a/bacula/kernstodo b/bacula/kernstodo index 27e511db9c..90c0434183 100644 --- a/bacula/kernstodo +++ b/bacula/kernstodo @@ -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 index 0000000000..c529818926 --- /dev/null +++ b/bacula/src/cats/grant_mysql_privileges.patch @@ -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 index 0000000000..85d2dcbe8c --- /dev/null +++ b/bacula/src/cats/make_sqlite_tables.in.patch @@ -0,0 +1,4 @@ +5c5 +< bindir=@SQL_BINDIR@ +--- +> bindir=/usr/lib/sqlite -- 2.39.5