>>>>> On Thu, 13 Sep 2007 16:08:16 -0500, Michael Short said:
> 
> I have a system with a folder of new files, but the time stamp of the files
> is not newer than the last backup. How do I update the timestamp of every
> file and folder in a directory so that it will be recognized by bacula?
> 
> Surely there must be some utility available for this, preferably free. I
> have tried using the *nix tools for windows (touch) but I ran into some
> problems.

Not quite what you want, but

xcopy /e /h /k /i olddir newdir

will reset all of the creation times on the files copied to newdir.

__Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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