Item 1: Adding "unfile" to unmark files on "restore all" cmd
Origin: Klaas [EMAIL PROTECTED]

Date:  February 25th 2008

Status:

What: Adding a command line argument to unmark files when doing a full 
restore with "restore all".

Why: When using command line to script the restoring of files, it is 
difficult to unmark files and very easy to make a mistake. For example 
to unmark only 2 files, you have to put this in command line :
"restore FileSet=Complete Client=127.0.0.1-fd select current all yes\ncd 
home\nsav\nunmark sauv_ldap.ldif\ncd /\ncd home\ncd sql_sav\nunmark 
sauv_mysql.sql\ndone\n3\n"
I'd like to permit users to unmark other files by putting them in a list 
and use this list with :
"unfiles=<files_to_unmark_list"
Since it is possible in interactive mode, why not ?

Notes: it is not possible with bconsole => restore to type :
restore all
cd home/onedir/secdir/thirddir
...

you must type :
restore all
cd home
cd onedir
cd secdir
cd thirddir
...

which make it especially difficult to unmark files.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to