On Friday 15 July 2005 05:53 am, Mario Ohnewald wrote:
> Hello List,
>
> at the moment i am backing up folder
> /home/user/test
>
> it works well.
> But when i move some files from a diffrent folder into my backup test
> folder like this:
>
>   mv /tmp/trash_big_files /home/user/test
>
> and i run my inc backup again, then bacula fails to backup those
> trash_big_files.
>
>
> When i do a
>   dmesg > /home/user/test/test.dmesg
> and i run an inc job, then bacula reconizes the new files, and includes
> them.
>
>
> Is this normal?
>
> Thanks, Mario

Mario,

        It would appear that when doing an incremental backup bacula is 
checking the 
mtime attribute, rather than the ctime attribute of the file. A work-around 
would be to first cp the file & then remove the original, rather than 
performing a mv.

HTH

cmr

-- 
Debian 'Sarge': Registered Linux User #241964
----
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC
--------


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to