Author |
Message |
jherman
Joined: 11 Sep 2007 Posts: 4
|
Posted: Tue Sep 18, 2007 8:10 pm Post subject: Modify timestamp after copy? |
|
|
Is there a script which will modify the timestamp of all files copied after task completion to the same time?
So the goal would be to backup the target drive to the external system and then modify the timestamp of all files copied in the process to the current target system time.
Alternately, can vice versa invoke a script on the target system (like touch) to accomplish the time change of the written files? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Sep 19, 2007 1:09 am Post subject: |
|
|
Sorry, I think that is not possible. You could run a script after execution, but to get a list of copied files is not possible (yet, we are thinking to implement something along these lines in the next release). _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
jherman
Joined: 11 Sep 2007 Posts: 4
|
Posted: Wed Sep 19, 2007 1:15 am Post subject: |
|
|
Even if I am copying all files to one directory and that directory is the same every time? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Wed Sep 19, 2007 2:09 am Post subject: |
|
|
that's possible but you need to find a command line tool that can change the file timestamp in a dir to the current timestamp... _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|