How to Enable Verification in FreeFileSync when Using Cinnamon

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
User avatar
Lady Fitzgerald
Level 15
Level 15
Posts: 5819
Joined: Tue Jan 07, 2020 3:12 pm
Location: AZ, SSA (Squabbling States of America)

How to Enable Verification in FreeFileSync when Using Cinnamon

Post by Lady Fitzgerald »

Verification (Verify) is a feature of FreeFileSync (FFS) that will check each copy/past operation to ensure it was copied without errors. It isn’t enabled by default and there isn’t a simple setting in FFS’s GUI one can use to enable it (unless they recently changed it). However, it can be easily enabled by modifying the Globalsettings file. FFS’s website does have instructions on how to do this but some people may find them a bit hard to follow. Hopefully, these instructions will be easier to follow.

1. I've found the easiest way to find the file to change is to go into the Home folder.

2. Right click on an empty space and click on Show Hidden Files if it isn't already checked.

3. Click on the search icon in the upper right hand corner.

4. Type in globalsettings in the search box, then click on the file when it comes up.

5. Around ten lines down, you will find this entry:

<VerifyCopiedFiles Enabled="false"/>

6. Change false to true.

7. Close the file and save it when prompted

Keep in mind this setting is only to verify files copied were copied accurately. It will not correct any errors.

Also keep in mind that enabling Verify will almost double the amount of time needed to run an update or copy operation on FFS. Since FFS can run in the background while using the computer for other things, this normally will not be a problem.

As the pig says, “That’s all, folks.”
Last edited by Lady Fitzgerald on Sun Jun 04, 2023 8:22 pm, edited 3 times in total.
Jeannie

To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to Enable Verification in FreeFileSync

Post by MikeNovember »

Hi,

Just a comment: with flatpak version of FreeFileSync, here is the path of GlobalSettings.xml:

"~/.var/app/org.freefilesync.FreeFileSync/config/FreeFileSync/GlobalSettings.xml"

(where "~/" is a system shortcut for "/home/username/").

Regards,

MN
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
User avatar
Lady Fitzgerald
Level 15
Level 15
Posts: 5819
Joined: Tue Jan 07, 2020 3:12 pm
Location: AZ, SSA (Squabbling States of America)

Re: How to Enable Verification in FreeFileSync

Post by Lady Fitzgerald »

MikeNovember wrote: Sat Jun 03, 2023 11:44 am Hi,

Just a comment: with flatpak version of FreeFileSync, here is the path of GlobalSettings.xml:

"~/.var/app/org.freefilesync.FreeFileSync/config/FreeFileSync/GlobalSettings.xml"

(where "~/" is a system shortcut for "/home/username/").

Regards,

MN
Besides being difficult to remember and type a long path like that, not to mention the path could be different on some installations, going to the Home folder and searching for the file is both faster and easier.
Jeannie

To ensure the safety of your data, you have to be proactive, not reactive, so, back it up!
User avatar
MikeNovember
Level 7
Level 7
Posts: 1856
Joined: Fri Feb 28, 2020 7:37 am
Location: Nice, Paris, France

Re: How to Enable Verification in FreeFileSync

Post by MikeNovember »

Lady Fitzgerald wrote: Sat Jun 03, 2023 1:18 pm Besides being difficult to remember and type a long path like that, not to mention the path could be different on some installations, going to the Home folder and searching for the file is both faster and easier.
Hi,

1. Paths
With flatpak version of FreeFileSync, the path is always "~/.var/app/org.freefilesync.FreeFileSync/config/FreeFileSync/GlobalSettings.xml".

With non flatpak version of FreeFileSync, the path is always "~/.config/FreeFileSync/GlobalSettings.xml".
See https://freefilesync.org/manual.php?top ... t-settings

2. Search function
On my computer with Mate desktop, the search for "GlobalSettings.xml" or "golbalsettings" with Caja (Mate file manager) search function does not work: Caja search function is poor, it is well known.

The search works using "mate-search-tool" with the "Show hidden and backup files" search option, i.e. "mate-search-tool --hidden" launch command.

Regards,

MN
_____________________________
Linux Mint 21.3 Mate host with Ubuntu Pro enabled, VMware Workstation Player with Windows 10 Pro guest, ASUS G74SX (i7-2670QM, 16 GB RAM, GTX560M with 3GB RAM, 1TB SSD).
Post Reply

Return to “Tutorials”