Search found 14 matches

by SonicRings
20 Nov 2024, 20:50
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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


Thank you my friends for your participation.
Unfortunately, I'm a computer idiot.

@SonicRings Despite admin rights and full access, robocopy does not work with C:. Does this work under C: for you? Have you ever tested ?

@therube Please help me. How should I enter this in FreeFileSync, especially ...
by SonicRings
18 Nov 2024, 20:34
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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

I may very well be that the folders on the root of the C drive require admin rights to fully access. You can test this by running the robocopy command in an elevated command prompt.
by SonicRings
13 Nov 2024, 14:54
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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


Hello,
Thank you very much SonicRings for your answer, I followed your advice and implemented it according to the link
https://woshub.com/schedule-task-to-start-when-another-task-finishes/
and can now start the second and third tasks after the previous ones.

I only have one problem:
If I want to ...
by SonicRings
10 Nov 2024, 21:54
Forum: General Discussion
Topic: Dark mode
Replies: 97
Views: 42619

Re: Dark mode

Couldn't FFS also just include its own dark theme, or even let us customize the element colours ourselves? The Soulseek-qt client is 32-bit and allows you to customize any colours you want, resulting in us being able to set our own dark mode ourselves. Just because FFS cannot use the Windows theme ...
by SonicRings
05 Nov 2024, 21:51
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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


Hello,
I have now tested extensively and experimented a bit.
@StefanM: Your powershell script works for me but when I use the script with a filter for the time period of maybe 10 days in freefylesync then freefylesync ignore the 10 days. This then means that all subfolders including the documents ...
by SonicRings
21 Oct 2024, 00:07
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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


Hello,
I'm new here and a computer dummy.
First of all, many thanks to SonicRings and StefanM for their great work on adjusting the folder date.
I tried SonicRings and StefanM methods and both don't work for me with Freefilesync.

For me it looks like this:
Source folder: C:\tt\documents ...
by SonicRings
08 Sep 2024, 07:16
Forum: General Discussion
Topic: Dark mode
Replies: 97
Views: 42619

Re: Dark mode


"Dark Mode"? Dark mode of what? What do you mean? You haven't said anything about what you are referring to.


He posted on the FreeFileSync forum asking for a Dark Mode. Therefore, he was asking for a Dark Mode of FreeFileSync. What else could he possibly have been talking about?

+1 for dark ...
by SonicRings
05 Sep 2024, 23:32
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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



I did it with powershell:
$sourceDirectory = "B:\your_daten\source\"

Hello again! Do you think you can make a script that can sync date created, date modified and date accessed for both files AND folders?


This is crazy: I visited the forum today to make a new post on an unrelated matter ...
by SonicRings
05 Sep 2024, 15:50
Forum: General Discussion
Topic: Choose which backups to verify copied files from
Replies: 3
Views: 368

Re: Choose which backups to verify copied files from


(Odd how this "text" copies from my pdf viewer, an old Foxit. And it does seem there are actual "spacings", be they $20$ or otherwise in there?)

5. Use a di fferent GlobalSet t ings.xml fi le
B y default, F r eeF ileSync uses a single G lobal S ettings. xml file containing options that apply to ...
by SonicRings
05 Sep 2024, 14:49
Forum: General Discussion
Topic: Choose which backups to verify copied files from
Replies: 3
Views: 368

Choose which backups to verify copied files from

Currently I have the following setting:
<VerifyCopiedFiles Enabled="true"/>

Is there a way that we can choose which of our backups can verify files? For my use case, I want all my backups to verify files except for one specific backup, where I want no verification to be done as it would take over ...
by SonicRings
18 Nov 2021, 16:12
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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 ...
by SonicRings
17 Nov 2021, 18:04
Forum: General Discussion
Topic: [FIX] How to preserve file and folder TIMESTAMPS!
Replies: 25
Views: 4640

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 ...
by SonicRings
17 Nov 2021, 10:32
Forum: Help
Topic: Sync folder timestamps?
Replies: 5
Views: 4054

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: 25
Views: 4640

[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 ...