One question,

Did /tmp/bacula-test/dir2 contain files created/modified before job 234?

And if so, did Bacula back them up?

Imagine this scenario:

1) /tmp/bacula-test/dir2 is created and files copied into it.
2) Full Job 234 runs and does a full backup of /tmp/bacula-test/dir1
3) More files are added to /tmp/bacula-test/dir2
4) Fileset is updated to include /tmp/bacula-test/dir2
5) Incr Job 235 runs.

Will job 235 only backup files created/modified since the last full 
backup? Or is Bacula smart enough to recognise it's never backed this 
directory up at all before and include all of it's contents.

Based on the following snippet from the docs, I suspect the former:

         "We strongly recommend against
         setting this directive to yes, since doing so may cause you to
         have an incomplete set of backups."

Cheers,


Troy.


Ralf Gross wrote:
> Ryan Novosielski schrieb:
>> Has anyone done a test that verifies exactly what this does?
>>
>> If I add a new directory to my fileset, and I have this directive turns
>> on, do the new files get backed up as part of the incremental?
>>
>> I have personally been doing as Craig said -- adding new major fileset
>> changes near the full backup... but it seems to me that this is not
>> dangerous in all of the cases that I can think of... Here's one I am
>> just about to encounter:
>>
>> 1. Add new FS to machine
>> 2. Add new FS to Bacula FileSet
>> 3. Next day, IgnoreFileSetChanges = yes, does my new filesystem get
>> backed up or does it not?
> 
> I did this with 2 directories.
> 
> FileSet {
>   Name = "xxxx-test"
>   Ignore FileSet Changes = yes
>   Include {
>     Options {
>       signature = MD5
>     }
>     File = /tmp/bacula-test/dir1
>     File = /tmp/bacula-test/dir2 <<-- I added this after jobid 234, and did a
>                                     reload
>   }
> }
> 
> Terminated Jobs:
>  JobId  Level     Files      Bytes     Status   Finished        Name
> ========================================================================
> [...]
>    234  Full          2              0 OK       12-Jul-07 10:14 xxxx
>    235  Incr          2              0 OK       12-Jul-07 10:15 xxxx
> 
> 
> Choose a query (1-17): 13
> Enter JobId: 234
> +------------------------+------+
> | path                   | name |
> +------------------------+------+
> | /tmp/bacula-test/dir1/ |      |
> | /tmp/bacula-test/dir1/ | foo  |
> +------------------------+------+
> 
> Choose a query (1-17): 13
> Enter JobId: 235
> +------------------------+------+
> | path                   | name |
> +------------------------+------+
> | /tmp/bacula-test/dir2/ |      |
> | /tmp/bacula-test/dir2/ | foo2 |
> +------------------------+------+
> 
> 
> Seems to be working.
> 
> Ralf
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to