Search found 16 matches

by favoredrive
12 Jun 2026, 14:01
Forum: General Discussion
Topic: Comparison by file time only
Replies: 12
Views: 241

Re: Comparison by file time only

But you will never know if your backup data is not corrupted. You should at least compare by file content once in a while.
I see why you are happy. I used it this way for years, but at some point I took the next step to a proper backup solution (kopia/restic). I can recommend KopiaUI or Backrest if ...
by favoredrive
12 Jun 2026, 13:41
Forum: General Discussion
Topic: Idea for detecting moved files in non-NTFS file systems
Replies: 9
Views: 138

Re: Idea for detecting moved files in non-NTFS file systems

That is exactly the reason I use euaie left/ right/ -t 2000 for my media collection...
by favoredrive
11 Jun 2026, 19:38
Forum: General Discussion
Topic: Comparison by file time only
Replies: 12
Views: 241

Re: Comparison by file time only

Data corruption can occur with identical file size so relying on file size/time is not good enough:
https://en.wikipedia.org/wiki/Data_degradation#Mitigation

the easiest to use and the most reliable
I wouldn't go by how easy it is when it comes to important data. Most reliable compared to what ...
by favoredrive
11 Jun 2026, 12:29
Forum: Help
Topic: Two synchronization tasks with one source
Replies: 7
Views: 83

Re: Two synchronization tasks with one source

I tried to reproduce the error using a simple example with three folders, but it didn't work.
What did not work? The second task again or the reproduction?

I'll investigate further; perhaps I did something wrong with the exceptions.
Exceptions?

Could it be that copying from folders is one ...
by favoredrive
11 Jun 2026, 10:16
Forum: Help
Topic: Two synchronization tasks with one source
Replies: 7
Views: 83

Re: Two synchronization tasks with one source

Strange, it works for me. Are you sure that the files are modified on E and not K?
Try to reproduce it in different locations (can be any 3 folders for testing) and modify files at the source.
by favoredrive
11 Jun 2026, 09:28
Forum: Help
Topic: Mirroring not finding files in top folder
Replies: 6
Views: 67

Re: Mirroring not finding files in top folder

This is the command you need: https://rclone.org/commands/rclone_sync/
by favoredrive
11 Jun 2026, 09:25
Forum: Help
Topic: Two synchronization tasks with one source
Replies: 7
Views: 83

Re: Two synchronization tasks with one source

Which changes are not detected, on E or on M or both sides? What if you run task 2 first, then task 1?
by favoredrive
11 Jun 2026, 09:18
Forum: General Discussion
Topic: freefilesync NOT working on Ubuntu 26.04
Replies: 4
Views: 100

Re: freefilesync NOT working on Ubuntu 26.04

Thank you!
by favoredrive
10 Jun 2026, 20:27
Forum: General Discussion
Topic: The Default Sync Method Should Be - Update
Replies: 12
Views: 5469

Re: The Default Sync Method Should Be - Update

This is a synchronization tool, not cp/rsync/rclone...
by favoredrive
10 Jun 2026, 20:22
Forum: General Discussion
Topic: freefilesync NOT working on Ubuntu 26.04
Replies: 4
Views: 100

Re: freefilesync NOT working on Ubuntu 26.04

Sharing the solution could be helpful for others...
by favoredrive
10 Jun 2026, 20:16
Forum: Help
Topic: Detect Moved Files
Replies: 2
Views: 110

Re: Detect Moved Files

src/888 is not a file so your question is confusing. What happens with src/888/124?
by favoredrive
10 Jun 2026, 19:57
Forum: Help
Topic: Mirroring not finding files in top folder
Replies: 6
Views: 67

Re: Mirroring not finding files in top folder

do you use include/exclude filters? you could also try rclone...
by favoredrive
10 Jun 2026, 19:45
Forum: General Discussion
Topic: Is this project really open source?
Replies: 11
Views: 653

Re: Is this project really open source?

Just fork https://github.com/hkneptune/FreeFileSync and let us know about any meaningful contributions.
by favoredrive
10 Jun 2026, 19:29
Forum: General Discussion
Topic: Comparison by file time only
Replies: 12
Views: 241

Re: Comparison by file time only

What about cases where it is done on purpose like exiftool -preserve?
You should not rely on file synchronization for data integrity or backups. Use the right tools with checksums.