Yes, however, formatting the disk is a bit extreme, you can just go to
the designated
directory and remove all the files, if it takes a while you can
background the task:

cd /baculabackupdirectory

nohup rm -f * &

or if you have subdirectories

nohup rm -rf * &


On 11/1/2015 11:01 AM, Thing wrote:
> Hi,
>
> Reading the FAQ,
>
> cd <bacula-source>/src/cats
>    ./drop_mysql_tables
>    ./make_mysql_tables
>
> Then just format the disk to wipe the volumes?
>
> Anything else needed to do?
>
>
>
>
> ------------------------------------------------------------------------------
>
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to