The Comparison before the Mirror Sync shows the files in the top folder?
If Yes, then what are the errors thrown in the Sync operation?
Search found 323 matches
- 11 Jun 2026, 09:58
- Forum: Help
- Topic: Mirroring not finding files in top folder
- Replies: 6
- Views: 68
- 30 May 2026, 22:15
- Forum: General Discussion
- Topic: Update Sync Logic? Problem w/ confusion about copy direction
- Replies: 6
- Views: 103
Re: Update Sync Logic? Problem w/ confusion about copy direction
You need to use the "Mirror" variant:
"Update" is not an option of it, is a totally different variant.
"Update" is not an option of it, is a totally different variant.
- 24 May 2026, 08:50
- Forum: General Discussion
- Topic: Update Sync Logic? Problem w/ confusion about copy direction
- Replies: 6
- Views: 103
Re: Update Sync Logic? Problem w/ confusion about copy direction
Additionally, you need to use the "Mirror" variant instead of the default "Two way".
- 17 May 2026, 12:57
- Forum: General Discussion
- Topic: Please create a .FFS lock removal scan tool
- Replies: 12
- Views: 199
Re: Please create a .FFS lock removal scan tool
Hi HeinzB,
your PowerShell script is very well done, but you should save it in UTF-8 with BOM and then reload it:
it's currently saved in UTF-8 without BOM, and PowerShell doesn't identify it correctly thus crashing on the double quotes seen as “ and †instead of “ and ” (Windows/PowerShell ...
your PowerShell script is very well done, but you should save it in UTF-8 with BOM and then reload it:
it's currently saved in UTF-8 without BOM, and PowerShell doesn't identify it correctly thus crashing on the double quotes seen as “ and †instead of “ and ” (Windows/PowerShell ...
Re: compare
If I remember correctly, copying files from a FAT32 memory stick to NTFS leads to difference in files times (seconds).
Is this your scenario?
But there are two other things I have observed.
First:
Why this file is missing on the right?
Pictures\Paintings\Southern Africa\
Oudtshoom.jpg
Second ...
Is this your scenario?
But there are two other things I have observed.
First:
Why this file is missing on the right?
Pictures\Paintings\Southern Africa\
Oudtshoom.jpg
Second ...
- 02 May 2026, 23:26
- Forum: Help
- Topic: Need v13.7 of Donation Edition (libssh2 error)
- Replies: 3
- Views: 61
- 01 Mar 2026, 13:38
- Forum: Help
- Topic: Cannot copy long file names in Windows
- Replies: 7
- Views: 365
Re: Cannot copy long file names in Windows
The error you're receiving on Windows
"ERROR_INVALID_NAME: The filename, directory name, or volume label syntax is incorrect. [CreateFile]"
isn't just caused by an excessively long filename, but rather by a whole host of other possible reasons:
Microsoft Learn: Naming Files, Paths, and ...
"ERROR_INVALID_NAME: The filename, directory name, or volume label syntax is incorrect. [CreateFile]"
isn't just caused by an excessively long filename, but rather by a whole host of other possible reasons:
Microsoft Learn: Naming Files, Paths, and ...
- 05 Feb 2026, 22:54
- Forum: General Discussion
- Topic: Scheduling a task job with Task Scheduler - sucks
- Replies: 3
- Views: 285
Re: Scheduling a task job with Task Scheduler - sucks
If you start your batch job by double-clicking your .ffs_batch file, it ends and close?
If not, then you must check [x] Auto-close and [x] Ignore errors
If not, then you must check [x] Auto-close and [x] Ignore errors
- 05 Feb 2026, 22:38
- Forum: General Discussion
- Topic: Scheduling a task job with Task Scheduler - sucks
- Replies: 3
- Views: 285
- 05 Feb 2026, 14:53
- Forum: Help
- Topic: Excluding files in subfolders
- Replies: 6
- Views: 233
Re: Excluding files in subfolders
Thanks Zenju!
Now the colon works as expected!
Now the colon works as expected!
- 05 Feb 2026, 13:54
- Forum: Help
- Topic: Excluding files in subfolders
- Replies: 6
- Views: 233
Re: Excluding files in subfolders
Appending a colon in the Exclude filter, the folder is not excluded but the files in it are excluded, despite they are not *.db.
- 05 Feb 2026, 09:14
- Forum: Help
- Topic: Excluding files in subfolders
- Replies: 6
- Views: 233
Re: Excluding files in subfolders
I have noticed that this way will be filtered out also this folder and its files despite they are not *.db:
c:\Users\Dave\AppData\Local\Microsoft\OneDrive\EBWebView\Default\EdgeCoupons\coupons_data.db
Appending a colon (:) to the filter expression, like stated in the manual, doesn't seem to work ...
c:\Users\Dave\AppData\Local\Microsoft\OneDrive\EBWebView\Default\EdgeCoupons\coupons_data.db
Appending a colon (:) to the filter expression, like stated in the manual, doesn't seem to work ...
- 04 Feb 2026, 13:51
- Forum: Help
- Topic: Excluding files in subfolders
- Replies: 6
- Views: 233
Re: Excluding files in subfolders
For this sync-set folder pair:
c:\Users\Dave\AppData => d:\backups
to exclude from folder:
c:\Users\Dave\AppData\Local\Microsoft\Onedrive\
all *.db files that are in different subfolders
put this in the exclude section:
\Local\Microsoft\Onedrive\*.db
Note the relative path to the left/(right ...
c:\Users\Dave\AppData => d:\backups
to exclude from folder:
c:\Users\Dave\AppData\Local\Microsoft\Onedrive\
all *.db files that are in different subfolders
put this in the exclude section:
\Local\Microsoft\Onedrive\*.db
Note the relative path to the left/(right ...
- 18 Jan 2026, 20:29
- Forum: Help
- Topic: Strange discrepancy between single and multiple directoty compareisons
- Replies: 2
- Views: 74
Re: Strange discrepancy between single and multiple directoty compareisons
- In the first screenshot you are comparing folders from drive F: to drive G:
- In the second you are comparing folders from drive F: to drive Z:
- In the second you are comparing folders from drive F: to drive Z:
- 14 Jan 2026, 15:24
- Forum: Help
- Topic: Unexpected Network Error for non-existent directory
- Replies: 5
- Views: 129
Re: Unexpected Network Error for non-existent directory
The two File explorer windows show the folders from the same drive F:
- 29 Dec 2025, 16:17
- Forum: Help
- Topic: Cannot rename file
- Replies: 3
- Views: 237
Re: Cannot rename file
Please tell us what file system are the source and the destination.
In Windows the default behavior is case-insensitive, but, from Windows 10 1803 up, you can use fsutil to enable a per-directory case-sensitivity.
Did you enabled this attribute in the folder containing the two mentioned source ...
In Windows the default behavior is case-insensitive, but, from Windows 10 1803 up, you can use fsutil to enable a per-directory case-sensitivity.
Did you enabled this attribute in the folder containing the two mentioned source ...
- 12 Oct 2025, 10:25
- Forum: Help
- Topic: Creating a mirror backup from NAS
- Replies: 3
- Views: 227
Re: Creating a mirror backup from NAS
The way Drag & Drop works now seems pretty useless to me.
If I select a folder, it does its job and places it where I drop it.
If I select multiple folders, it only considers the first two and places one on one side and one on the other, depending on where I Drop it.
But it's unlikely that a ...
If I select a folder, it does its job and places it where I drop it.
If I select multiple folders, it only considers the first two and places one on one side and one on the other, depending on where I Drop it.
But it's unlikely that a ...
- 05 Oct 2025, 11:56
- Forum: Help
- Topic: NTFS on hdd causes error, Exfat works fine. +Drag&Drop not working anymore
- Replies: 2
- Views: 288
Re: NTFS on hdd causes error, Exfat works fine. +Drag&Drop not working anymore
1) Try disabling in Tools / Options the radio-button [x] Copy DACL, SACL, Owner, Group
2) You're launching FFS with Administrator privileges, and Drag and Drop doesn't work between apps launched with Administrator privileges and apps launched without Administrator privileges.
2) You're launching FFS with Administrator privileges, and Drag and Drop doesn't work between apps launched with Administrator privileges and apps launched without Administrator privileges.
- 14 Jul 2025, 12:58
- Forum: Help
- Topic: ShortCut not required
- Replies: 5
- Views: 230
Re: ShortCut not required
I linked this section of the Manual just to explain the OP the mechanism of the sync.ffs_lock file.
- 12 Jul 2025, 12:30
- Forum: Help
- Topic: Comparison reporting 512gb drive with 10.2tb files! Help!
- Replies: 7
- Views: 200
Re: Comparison reporting 512gb drive with 10.2tb files! Help!
Backing up the entire C: drive with FFS is not a good idea, there are more suitable tools for this.
With FFS, it's better to select only specific folders containing data.
Anyway, my guess is that the disk has some logical corruption.
I suggest you to check and correct it with the following ...
With FFS, it's better to select only specific folders containing data.
Anyway, my guess is that the disk has some logical corruption.
I suggest you to check and correct it with the following ...
- 10 Jul 2025, 13:19
- Forum: Help
- Topic: Comparison reporting 512gb drive with 10.2tb files! Help!
- Replies: 7
- Views: 200
Re: Comparison reporting 512gb drive with 10.2tb files! Help!
I ran the following test on a PC that doesn't have symbolic links created by me, which therefore only contains the standard Windows 10 symbolic links.
FFS running as Administrator
Mirror sync of the C: drive, starting from \
Symbolic links set to Follow
This sync would result in a copy of 2.69 TB ...
FFS running as Administrator
Mirror sync of the C: drive, starting from \
Symbolic links set to Follow
This sync would result in a copy of 2.69 TB ...
- 10 Jul 2025, 12:35
- Forum: Localization
- Topic: Italian translation error
- Replies: 1
- Views: 202
Italian translation error
Italian translation error
Manual - Comparison Settings
https://freefilesync.org/manual.php?topic=comparison-settings
In the Comparison panel, the Follow option below Include symbolic links: is translated as Esegui but should be translated as Segui.
Manual - Comparison Settings
https://freefilesync.org/manual.php?topic=comparison-settings
In the Comparison panel, the Follow option below Include symbolic links: is translated as Esegui but should be translated as Segui.
- 10 Jul 2025, 09:13
- Forum: Help
- Topic: Comparison reporting 512gb drive with 10.2tb files! Help!
- Replies: 7
- Views: 200
Re: Comparison reporting 512gb drive with 10.2tb files! Help!
Manual - Comparison Settings
https://freefilesync.org/manual.php?topic=comparison-settings
Symbolic Link Handling
FreeFileSync lets you choose to include symbolic links (also called symlinks or soft links) when scanning directories rather than skipping over them. When included, you can select ...
https://freefilesync.org/manual.php?topic=comparison-settings
Symbolic Link Handling
FreeFileSync lets you choose to include symbolic links (also called symlinks or soft links) when scanning directories rather than skipping over them. When included, you can select ...
- 10 Jul 2025, 08:59
- Forum: Help
- Topic: ShortCut not required
- Replies: 5
- Views: 230
Re: ShortCut not required
Manual - Expert Settings
https://freefilesync.org/manual.php?topic=expert-settings
LockDirectoriesDuringSync:
In order to prevent multiple synchronization tasks from reading and writing the same files, FreeFileSync instances are serialized with lock files (sync.ffs_lock). The lock files are only ...
https://freefilesync.org/manual.php?topic=expert-settings
LockDirectoriesDuringSync:
In order to prevent multiple synchronization tasks from reading and writing the same files, FreeFileSync instances are serialized with lock files (sync.ffs_lock). The lock files are only ...
- 08 Jul 2025, 07:38
- Forum: Help
- Topic: Mirror synchronizing into same destination
- Replies: 12
- Views: 551
Re: Mirror synchronizing into same destination
Important information that I forgot to provide in the first place:
Operating System: Windows 11 Pro 24H2
FreeFileSync Version: 14.3 (Donation Edition)
PS: I would have added them to the original post but it was no longer editable.
Operating System: Windows 11 Pro 24H2
FreeFileSync Version: 14.3 (Donation Edition)
PS: I would have added them to the original post but it was no longer editable.
- 06 Jul 2025, 12:42
- Forum: Help
- Topic: Mirror synchronizing into same destination
- Replies: 12
- Views: 551
Re: Mirror synchronizing into same destination
Hi Plerry,
I did a test exactly as suggested by meATffsForum.
Configuration:
Two folder pairs
d:\source1 d:\destination
d:\source2 d:\destination
Mirror variant
Don't use database
Permanent
d:\source1 contains file1.txt
d:\source2 contains file2.txt
d:\destination is empty
At the first Compare ...
I did a test exactly as suggested by meATffsForum.
Configuration:
Two folder pairs
d:\source1 d:\destination
d:\source2 d:\destination
Mirror variant
Don't use database
Permanent
d:\source1 contains file1.txt
d:\source2 contains file2.txt
d:\destination is empty
At the first Compare ...
- 30 May 2025, 13:24
- Forum: Help
- Topic: WIN Long File Names
- Replies: 2
- Views: 565
Re: WIN Long File Names
FreeFileSync has no problem handling Long file paths.
But please note the following in the FAQ :
Why does Windows Explorer show a different number of items?
When synchronizing with FreeFileSync and comparing the number of items of the source and target folders with Windows Explorer, consider the ...
But please note the following in the FAQ :
Why does Windows Explorer show a different number of items?
When synchronizing with FreeFileSync and comparing the number of items of the source and target folders with Windows Explorer, consider the ...
- 29 May 2025, 10:07
- Forum: Help
- Topic: Error Message recording log files!
- Replies: 2
- Views: 123
Re: Error Message recording log files!
Go to Tools / Options and edit Default log folder.
- 26 May 2025, 14:17
- Forum: General Discussion
- Topic: synchronization problem with eml files
- Replies: 8
- Views: 1274
Re: synchronization problem with eml files
Windows changes date and time of eml files with Windows search enabled.
https://www.google.com/search?q=Windows+changes+date+and+time+of+eml+files+with+Windows+search+enabled
https://www.google.com/search?q=Windows+changes+date+and+time+of+eml+files+with+Windows+search+enabled
- 25 May 2025, 11:58
- Forum: General Discussion
- Topic: Expandable files list in compare view
- Replies: 1
- Views: 132
Re: Expandable files list in compare view
On the left, under the Configuration section, there is the Overview section with expandable/collapsible folders, may be this is what you are looking for.


- 27 Dec 2024, 01:17
- Forum: Help
- Topic: Freefile sync bitdefender infected
- Replies: 19
- Views: 6977
Re: Freefile sync bitdefender infected
Virustotal found none.
https://www.virustotal.com/gui/file/6726da563617cf512ef2cd134b85f0d43789c57b9c88cd2a6ce46619a79b7c51
Same result from my Sophos Endpoint with Sophos Intercept X.
https://www.virustotal.com/gui/file/6726da563617cf512ef2cd134b85f0d43789c57b9c88cd2a6ce46619a79b7c51
Same result from my Sophos Endpoint with Sophos Intercept X.
- 07 May 2024, 17:12
- Forum: General Discussion
- Topic: Log file names without special characters
- Replies: 2
- Views: 1276
Re: Log file names without special characters
I haven't tested with a true log file from FFS, I have created a file like this
E:\Download\It does not work → [TEST].html
and Google Chrome opens and show it without problems!
(Windows 11 Pro 64 bit Italian)
(The second screenshot shows the address bar when you put the cursor into it.)
I can ...
E:\Download\It does not work → [TEST].html
and Google Chrome opens and show it without problems!
(Windows 11 Pro 64 bit Italian)
(The second screenshot shows the address bar when you put the cursor into it.)
I can ...
- 15 Apr 2024, 09:17
- Forum: Help
- Topic: Upload updated files to ftp server without scanning remote ftp server
- Replies: 10
- Views: 2504
Re: Upload updated files to ftp server without scanning remote ftp server
Hi Allen,
you can download various old versions of FTP Synchronizer from those links.
Here you can find version 7.0.15.115
https://download.cnet.com/ftp-synchronizer/3000-2160_4-10488450.html
Here you can find the following versions:
8.0 6.3.15 6.2.8 5.0
https://ftp-synchronizer.software.informer ...
you can download various old versions of FTP Synchronizer from those links.
Here you can find version 7.0.15.115
https://download.cnet.com/ftp-synchronizer/3000-2160_4-10488450.html
Here you can find the following versions:
8.0 6.3.15 6.2.8 5.0
https://ftp-synchronizer.software.informer ...
- 29 Jan 2024, 12:34
- Forum: Help
- Topic: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
- Replies: 13
- Views: 3572
Re: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
They have changed the link, I have updated my post with the correct one.
- 26 Jun 2023, 12:41
- Forum: Help
- Topic: FreeFileSync will not start automatically
- Replies: 16
- Views: 3649
Re: FreeFileSync will not start automatically
To view this system folder you need to untick also "[x] Hide protected operating system files" in Folder Options.
- 11 Jan 2023, 17:58
- Forum: Help
- Topic: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
- Replies: 13
- Views: 3572
Re: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
If you need these two options, FFS must be run as administrator.
Maybe you had UAC disabled before while it is enabled now?
How to Disable User Account Control (UAC) on Windows
Maybe you had UAC disabled before while it is enabled now?
How to Disable User Account Control (UAC) on Windows
- 27 Dec 2022, 13:13
- Forum: Help
- Topic: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
- Replies: 13
- Views: 3572
Re: ERROR_ELEVATION_REQUIRED: Run with elevated privileges is required to perform the requested operation
For some unknown (at the moment) reasons, the two options that require elevation are checked:
[x] Copy locked files (requires administrator rights)
[x] Copy DACL, SACL, Owner, Group (requires administrator rights)
Uncheck them and try again.
[x] Copy locked files (requires administrator rights)
[x] Copy DACL, SACL, Owner, Group (requires administrator rights)
Uncheck them and try again.
- 21 Dec 2022, 15:16
- Forum: Help
- Topic: Problem with "corrupted" text based files
- Replies: 11
- Views: 2371
Re: Problem with "corrupted" text based files
I have seen this type of corruption when I had my pc set to dual boot with different Windows versions.
The mistake was to hibernate then boot with the other Windows version, or power off but with "Fast startup" active in the Power options.
This caused a lot of cross-linked cluster on disk resulted ...
The mistake was to hibernate then boot with the other Windows version, or power off but with "Fast startup" active in the Power options.
This caused a lot of cross-linked cluster on disk resulted ...
- 06 Oct 2022, 22:24
- Forum: Help
- Topic: I get HTML AND Text logs
- Replies: 2
- Views: 1525
Re: I get HTML AND Text logs
Search for the word GlobalSettings in the online manual (All on one page):
https://freefilesync.org/manual.php?topic=all
Command Line Usage
...
5. Use a different GlobalSettings.xml file
By default, FreeFileSync uses a single GlobalSettings.xml file containing options that apply to all ...
https://freefilesync.org/manual.php?topic=all
Command Line Usage
...
5. Use a different GlobalSettings.xml file
By default, FreeFileSync uses a single GlobalSettings.xml file containing options that apply to all ...
- 19 Mar 2022, 01:30
- Forum: Help
- Topic: RealTimeSync does not work with environment variables.
- Replies: 5
- Views: 853
Re: RealTimeSync does not work with environment variables.
Hi miciolampo89,
your environment variables are not visible to RealTimeSync (RTS).
Here the steps required to get RTS to work.
1) Make sure that the environment variables are visible to RTS
2) Remove the quotes from the variables in the "Folders to watch" section, leave them in the "Command line ...
your environment variables are not visible to RealTimeSync (RTS).
Here the steps required to get RTS to work.
1) Make sure that the environment variables are visible to RTS
2) Remove the quotes from the variables in the "Folders to watch" section, leave them in the "Command line ...
- 10 Nov 2021, 08:28
- Forum: Help
- Topic: Can't backup as administrator
- Replies: 1
- Views: 562
Re: Can't backup as administrator
It is normal, you cannot drag and drop between programs started normally and as administrator.
Two solutions:
a) start FFS as administrator then use the browse button to select the folders to create your sync configuration
b) start FFS normally then use drag and drop the create your sync ...
Two solutions:
a) start FFS as administrator then use the browse button to select the folders to create your sync configuration
b) start FFS normally then use drag and drop the create your sync ...
- 26 Sep 2021, 13:44
- Forum: General Discussion
- Topic: Auto Correction of Invalid File Path or Name
- Replies: 8
- Views: 2345
Re: Auto Correction of Invalid File Path or Name
Hi Plerry,
I think wttyyyy meant file path or name valid for the Cloud file system but not valid for the Windows file system.
I think wttyyyy meant file path or name valid for the Cloud file system but not valid for the Windows file system.
- 31 Aug 2021, 08:03
- Forum: Help
- Topic: What is the [Donation_Edition]_Setup.key for?
- Replies: 4
- Views: 1687
Re: What is the [Donation_Edition]_Setup.key for?
Running the setup file is the only action needed, but the .key file must be present in the same location of the setup file during the install.
- 30 Aug 2021, 15:06
- Forum: Help
- Topic: Cannot See File Type .m3u8 Playlist
- Replies: 7
- Views: 1064
Re: Cannot See File Type .m3u8 Playlist
Here on Windows 10 Pro 20H2 64 bit and FFS 11.13 64 bit no problems with those file type.
Include filter:
*
Exclude filter:
\System Volume Information\
\$Recycle.Bin\
*\thumbs.db
\RECYCLE?\
In Windows, when choosing the path using the Browse button, it is normal to not have files listed but only ...
Include filter:
*
Exclude filter:
\System Volume Information\
\$Recycle.Bin\
*\thumbs.db
\RECYCLE?\
In Windows, when choosing the path using the Browse button, it is normal to not have files listed but only ...
- 29 Aug 2021, 13:09
- Forum: General Discussion
- Topic: reflect deletes in the left on right
- Replies: 5
- Views: 1186
Re: reflect deletes in the left on right
I can't see a different solution than this ...
On the NAS:
- create a directory named "Source A" and move the relevant files and directories in it
- duplicate "Source A" in "Source B" and "Source C"
- create the sync setup of my previous post
On the NAS:
- create a directory named "Source A" and move the relevant files and directories in it
- duplicate "Source A" in "Source B" and "Source C"
- create the sync setup of my previous post
- 29 Aug 2021, 12:35
- Forum: Help
- Topic: Error on Backup of Files
- Replies: 8
- Views: 1132
Re: Error on Backup of Files
Please show your sync configuration.
Why did you need to copy the Thunderbird Profiles 2021 directory contents to C:\Users\bjac\Documents\Data ?
It is not better to leave it alone and copy it as is when you copy C:\Users\bjac\Documents\Data with sub-directories to the external drives?
Why did you need to copy the Thunderbird Profiles 2021 directory contents to C:\Users\bjac\Documents\Data ?
It is not better to leave it alone and copy it as is when you copy C:\Users\bjac\Documents\Data with sub-directories to the external drives?
- 29 Aug 2021, 12:27
- Forum: General Discussion
- Topic: reflect deletes in the left on right
- Replies: 5
- Views: 1186
Re: reflect deletes in the left on right
A setup like this?
Source A (Mirror to) NAS\Source A\
Source B (Mirror to) NAS\Source B\
Source C (Mirror to) NAS\Source C\
This way they are all independent from each other.
Source A (Mirror to) NAS\Source A\
Source B (Mirror to) NAS\Source B\
Source C (Mirror to) NAS\Source C\
This way they are all independent from each other.
- 29 Aug 2021, 12:22
- Forum: Help
- Topic: FFS does not recognize name change in left folder
- Replies: 15
- Views: 1266
Re: FFS does not recognize name change in left folder
Please give me the exact folder names, may be there is something strange/wrong with those names.
- 28 Aug 2021, 11:39
- Forum: Help
- Topic: FFS does not recognize name change in left folder
- Replies: 15
- Views: 1266
Re: FFS does not recognize name change in left folder
Did you push the Compare button again after the renames?
- 21 Aug 2021, 09:22
- Forum: Help
- Topic: Identical files not matching up in compare
- Replies: 2
- Views: 1366
Re: Identical files not matching up in compare
The filenames are not identical: on the left side the year is four digit while on the right is two digit and there is an underscore after 20.