Thanks for all the suggestions.

This one seems to be the most usefull for what I want to do. Anyway, it
will be a bit tricky to get some day to work and have to program one new
backup for next Tuesdey and another new one for next Friday. Does your
first approach read the local-filelist when the scheduled date comes and
bacula starts backuping files or when I program the backup and set a
schedule for it? The second solution would allow me to handle any backup
not planned. The first solution forces me to have an array of '<'
filesets and keep track of which of them are being used and which ones
are free.

The problem is that here we have to do a lot of 'once' backups. Each
time that one artist ends one sub-project we must backup his work and
delete it from the server disks. This happens at least twice a week, and
each backup is a new one. I thought that it was more common in other
places having to do final backups for projects when they are done and
must be deleted from hard drives. Or maybe other bacula users leave
these kind of backups out from bacula control?

We also have periodical backups that can be handled without any problem
with bacula, but these once/final backups happen too frequently to leave
them out from bacula control :(

By the way, is there any way of schedule a backup to run only once? I
didn't see how to specify the year...

Regards and thanks for your help.

Thomas Glatthor wrote:
> Hi,
>
> maybe this will help:
>
>
>   
>> Any file-list item preceded by a less-than sign (<) will be taken to be a 
>> file. This file will be read on the Director's machine at the time the Job 
>> starts, and the data will be assumed to be a list of directories or files, 
>> one per line, to be included. The names should start in column 1 and should 
>> not be quoted even if they contain spaces. This feature allows you to modify 
>> the external file and change what will be saved without stopping and 
>> restarting Bacula as would be necessary if using the @ modifier noted above. 
>> For example:
>>
>> Include {
>>   Options { signature = SHA1 }
>>   File = "</home/files/local-filelist"
>> }
>>
>> If you precede the less-than sign (<) with a backslash as in \<, the 
>> file-list will be read on the Client machine instead of on the Director's 
>> machine. Please note that if the filename is given within quotes, you will 
>> need to use two slashes.
>>
>> Include {
>>   Options { signature = SHA1 }
>>   File = "\\</home/xxx/filelist-on-client"
>> }
>>     
>
> Regards
>
> Thomas
>
> Ruben Lopez schrieb:
>   
>> Hi,
>>
>> I'm new to bacula, and after reading the documentation I couldn't find a
>> way of creating filesets from the consoles. It seems that the only way
>> of creating them is by modifying the configuration file of the director,
>> but this would involve restarting the bacula server to have the new
>> fileset into account, right?
>>
>> Sometimes I need to schedule a backup of some new folder that wasn't
>> backed up previously. Is there another way of doing this remotely from a
>> console?
>>
>> Thanks in advance,
>>
>> Ruben
>>
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>     
>
>   





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to