Search found 4 matches

by Humner
2024.10.22. 23:27
Forum: Questions
Topic: File transfer operation, preserve modified date for folders
Replies: 5
Views: 167

Re: File transfer operation, preserve modified date for folders

Thank you, I appreciate the time to go over this with me.

I like that idea - I will look into it and test it further.

For now, I will use HD Sentinel to run regular backup jobs and get the alerting I want. And then trigger my robocopy script separately and it will update the folder time stamps.
by Humner
2024.10.22. 06:47
Forum: Questions
Topic: File transfer operation, preserve modified date for folders
Replies: 5
Views: 167

Re: File transfer operation, preserve modified date for folders

At the moment HD Sentinel will alert on any exit code other then 0 However Robo Copy's exit codes can be successful with other codes and it would be also good if I could somehow make it ignore some others other than 0 too https://ss64.com/nt/robocopy-exit.html Is it possible to specify somewhere for...
by Humner
2024.10.21. 01:03
Forum: Questions
Topic: File transfer operation, preserve modified date for folders
Replies: 5
Views: 167

Re: File transfer operation, preserve modified date for folders

I think I have a solution. I can put my robocopy script directly into "Run external application or batch file" and run as invisible. However, I don't get the added benefit of the emailing alerting. The robocopy flag for copying directory timestamps is /DCOPY:T Is there anyway to add this t...
by Humner
2024.10.20. 13:00
Forum: Questions
Topic: File transfer operation, preserve modified date for folders
Replies: 5
Views: 167

File transfer operation, preserve modified date for folders

I want to start using HD sentinel for my backups. I've created a backup job under operations and it's working well. However the transfered folders do not preserve their original modified date, which is important to me, instead the modified date is when it was transfered. Before this I used robocopy ...