Search found 4 matches

by SonicRings
18 Nov 2021, 16:12
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 5
Views: 2988

Re: [FIX] How to preserve file and folder TIMESTAMPS!

Another improvement I'd like to see made to my solution, if possible, is to only run the command on the files that have actually transferred. As it stands, it runs on every single file that is available in the source, even if only one folder was added to the destination. In my case, I'm backing up m...
by SonicRings
17 Nov 2021, 18:04
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 5
Views: 2988

Re: [FIX] How to preserve file and folder TIMESTAMPS!

I would prefer not having to hardcode the source and destination folders in the command itself for use with FFS If FFS could pass the Left/Right directory names (as "Macros", say %LeftDir%, %RightDir%), you could then pass them to your batch file. ROBOCOPY %1 %2... I was wondering about t...
by SonicRings
17 Nov 2021, 10:32
Forum: Help
Topic: Sync folder timestamps?
Replies: 5
Views: 3777

Re: Sync folder timestamps?

Hi, I just signed up to make this post here: viewtopic.php?t=8905

Hope this is helpful to those who have followed this topic!
by SonicRings
17 Nov 2021, 10:31
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 5
Views: 2988

[FIX] How to preserve file and folder TIMESTAMPS!

I just signed up so I can make this post. I know this has been asked a lot, and is a feature I have been wishing for myself for the longest time. Seeing that it hasn't been implemented yet, I decided to finally take matters into my own hands. For each job, you can assign a command to be run on compl...