Search found 104 matches

by volker01
16 Dec 2025, 16:29
Forum: Help
Topic: Win 8.1/64bit: Failure: FFS 14.6 run in 32bit Mode ..
Replies: 2
Views: 137

Re: Win 8.1/64bit: Failure: FFS 14.6 run in 32bit Mode ..

Thank you.
"Volume Shadow Copy" this is my problem with that.
So ffs 14.5 is the latest version that support Win7/8/8.1 with 64 bit.
Maybe, this should be mentioned in the download-archive.
by volker01
16 Dec 2025, 11:13
Forum: Help
Topic: Win 8.1/64bit: Failure: FFS 14.6 run in 32bit Mode ..
Replies: 2
Views: 137

Win 8.1/64bit: Failure: FFS 14.6 run in 32bit Mode ..

After the latest FFS Update,
ffs run under Win8.1 in 32bit Mode.

Taskmanager:
FreeFileSync.exe
FreeFileSync_Win32.exe

This was not before.

FFs is starting within a batch with:
%PROGRAMFILES%\FreeFileSync\FreefileSync.exe
by volker01
17 Aug 2024, 11:15
Forum: General Discussion
Topic: FreeFileSync Manual: Run a FreeFileSync batch job - Wrong description ...
Replies: 2
Views: 2836

Re: FreeFileSync Manual: Run a FreeFileSync batch job - Wrong description ...

You are right, my mistake, sorry. I read:
"if not errorlevel = 0,
but I thought of
"if not errorlevel 0".
That is of course something different.
by volker01
16 Aug 2024, 12:14
Forum: General Discussion
Topic: FreeFileSync Manual: Run a FreeFileSync batch job - Wrong description ...
Replies: 2
Views: 2836

FreeFileSync Manual: Run a FreeFileSync batch job - Wrong description ...

In the Manual under Section:
1. Run a FreeFileSync batch job ...
You can evaluate these codes from a script ...
you wrote:
if not %errorlevel% == 0 ...

This is not correct:
this means: if not errorlevel 0 (-> or higher!) ...
When you want to know errorlevel 0
you have to write:
if not errorlevel 1 ...
by volker01
19 Nov 2023, 16:09
Forum: General Discussion
Topic: Limit LogFile Size when an error occured?
Replies: 0
Views: 5645

Limit LogFile Size when an error occured?

Is there a way to limit the filesize of the LogFile when an error occurred?
For example, the disk is full, or the drive is lost during a sync?
by volker01
17 Sep 2023, 18:02
Forum: General Discussion
Topic: auto delete "sync.ffs_db" when it is no longer in use?
Replies: 0
Views: 1052

auto delete "sync.ffs_db" when it is no longer in use?

Auto-Delete "sync.ffs_db" after disabled in the settings from the folderpair?
by volker01
21 Aug 2023, 08:48
Forum: Help
Topic: Windows: FFS Error - with Task-Start - as user system (non-interactive)
Replies: 2
Views: 1239

Re: Windows: FFS Error - with Task-Start - as user system (non-interactive)

Thanks, I should have found that too ...
by volker01
21 Aug 2023, 06:36
Forum: Help
Topic: Windows: FFS Error - with Task-Start - as user system (non-interactive)
Replies: 2
Views: 1239

Windows: FFS Error - with Task-Start - as user system (non-interactive)

Windows: FFS Error - with Task-Start - as user system (non-interactive) ...

i don't understand this error:
nowhere are these paths embedded in ffs-sync ...
looks like this affects version 12.5 ...

---------------------------------

[01:30:33] Fehler:
Cannot read file attributes of
"C:\WINDOWS ...
by volker01
16 Jun 2023, 09:08
Forum: General Discussion
Topic: Missing Internal Variable ... for Versioning ...
Replies: 1
Views: 667

Missing Internal Variable ... for Versioning ...

I really miss internal variable for:
"FolderpairDestination"
for last dir in the destination-paths.

Example:
Have to Sync several folder-pairs in one sync-task:
"c:\myfolder1" sync to "d:\project\myfolder1"
"c:\myfolder2" sync to "d:\project\myfolder2"
...
"c:\myfolder10" sync to "d:\project ...
by volker01
20 Apr 2023, 20:00
Forum: General Discussion
Topic: FreeFileSync Start Priority (Windows) ...
Replies: 7
Views: 2240

FreeFileSync Start Priority (Windows) ...

I have a pc with a slow CPU and i start freefilesync with a bat in this way:

Start /Wait /AboveNormal "" "C:\Program Files\FreeFileSync\FreefileSync.exe" "C:\ProgramData\backupControl_pcs\GlobalSettings.xml" "C:\pcs\pcs_scripts\konfig_ffs\ffs.ffs_batch"

In the Windows Taskmanager there a two ...
by volker01
30 Jun 2022, 15:03
Forum: General Discussion
Topic: Feature request - Limit Down-/Upload ...
Replies: 1
Views: 712

Feature request - Limit Down-/Upload ...

Hello,

If mirroring or synchronizing to a remote folder,
it would be nice to limit the download and upload to percent x,
so as not to fully load the Internet connection.
by volker01
23 Feb 2022, 12:56
Forum: General Discussion
Topic: Logfile: Show Error at the top ...
Replies: 0
Views: 416

Logfile: Show Error at the top ...

Hello Zenju,
maybe is it possible to have a Option in the settings-menu with:
Show Errors at the top of the Logfile: Yes|No

This is because i ran freefilesync with my own script and also i check the log with my script,
so failures in the log a always doubled detected.
And there is no solution for ...
by volker01
21 Apr 2021, 19:23
Forum: General Discussion
Topic: Automatic delete files in source after copying?
Replies: 7
Views: 8698

Re: Automatic delete files in source after copying?

Why using ffs to delete files?
- ffs doesn't stop
- can handle very long paths
- writes a very good log-file
- can do that with batch-processing
- support Unicode
- ...

Why not using ffs to delete files:
- User should exactly know what they do, when not - they lose files ...

When you want to ...
by volker01
21 Apr 2021, 17:51
Forum: General Discussion
Topic: When drive Full - Stop immediately
Replies: 5
Views: 4564

Re: When drive Full - Stop immediately

ffs runs, and try to sync all the files that should be sync, and writes all in the log.
So you have x-thousands log-entries with these errors.
And ffs finishes when all the necessary files are checked.
Having a big number of files then it takes a lot of time.
by volker01
20 Apr 2021, 18:51
Forum: General Discussion
Topic: When drive Full - Stop immediately
Replies: 5
Views: 4564

When drive Full - Stop immediately

Hello Zenju,

when a (backup) drive is full (freespace = 0 Byte) then stop syncing or mirroring etc. immediately ...

Volker01
by volker01
23 Mar 2021, 10:02
Forum: Help
Topic: Backup / Sync OneDrive Folder ...
Replies: 2
Views: 3376

Backup / Sync OneDrive Folder ...

Hello,

when a user has a LOCAL OneDrive Folder with content,
but the OneDrive is not connected to microsoft,
then freefilesync cannot backup this folder ?

Error:

0:41:59 Nicht dem Standard entsprechende globale Einstellungen:
Gesperrte Dateien kopieren - Aktiviert
10:42:13 Vergleich ...
by volker01
01 Jun 2020, 13:30
Forum: General Discussion
Topic: Sort Folderpairs Option in the Main-Window
Replies: 1
Views: 668

Sort Folderpairs Option in the Main-Window

Feature Request:

New context-entry:
sort: A-Z

for automatically sorting the folderpairs from a to z.
by volker01
17 May 2020, 15:23
Forum: Help
Topic: Archiving Deletes/Overwrite Files ...
Replies: 0
Views: 632

Archiving Deletes/Overwrite Files ...

Hello Zenju,
thank you for the new version.

I will rembering that archiving deletes / overwriting files when:
you have more folderpairs with identical folder and file structur,
because fffs begins archiving not with the basefoldernames but with subdirs!
This is a problem!

I have testet some ...
by volker01
05 Apr 2020, 12:48
Forum: Help
Topic: Another Exclusion Filter Query - ntuser.dat
Replies: 2
Views: 927

Re: Another Exclusion Filter Query - ntuser.dat

Use, for Example:

*\REM_GLOBALE_DATEIEN:
*\hiberfil.sys
*\pagefile.sys
*\swapfile.sys

*\REM_USERPROFILE_BZW_GLOBALE_AUSNAHMEN:
*\ntuser.dat*
*\UsrClass.dat*
*\UsrClass.dat*
*\AppData\*\*cache*

Paths in ffs are relative not absolut.
When your folderpair is: "C:\Users\Clive 2"
then you have to ...
by volker01
21 Mar 2020, 10:26
Forum: Help
Topic: Line Length Problem? in *.txt Log.
Replies: 0
Views: 456

Line Length Problem? in *.txt Log.

Thank you to the txt Log-Option.

I have a Line Length Problem in *.txt Log.
It's not possible to filter the log in useful way.
FFS creates three lines - sometimes ...

Image
by volker01
09 Mar 2020, 12:31
Forum: Help
Topic: html log structure
Replies: 0
Views: 631

html log structure

Hello Zenju,
Normaly you use for each file a seperate line,
that is the minimal requirement for searching or filtering the log.

But there some exception !
...
<td valign="top">11:38:38</td>
<td valign="top"><img src="https://freefilesync.org/images/log/msg-info.png" width="16" height="16" alt ...
by volker01
27 Feb 2020, 07:22
Forum: General Discussion
Topic: Revert to text log files!
Replies: 28
Views: 15649

Re: Revert to text log files!

I agree with the others. Parsing html ist complicated.
I check the logfile filtering errors, making a small result-log and so on.
Sending html Logfiles per mail can be blocked from some mail-programs ...
With Windows cmd-tools you cannot easy handle UTF-8 files,
it must first convert in ANSI for ...
by volker01
04 Jan 2020, 12:04
Forum: General Discussion
Topic: Feature suggestion: internal-var with Base-Folder-Names
Replies: 0
Views: 405

Feature suggestion: internal-var with Base-Folder-Names

Hello,
I would like an new internal-var - for example: %base_path2% - with the Base-Folder-Names.
When having more than one folder-pairs:
i would use the these var for archiving.
Then for Example: Archivpath:
S:\ffs_archiv\%base_path2%\%date%

volker01
by volker01
19 Nov 2019, 16:41
Forum: General Discussion
Topic: Settings: Comparison - Automatic retry
Replies: 1
Views: 809

Settings: Comparison - Automatic retry

Settings: Comparison - Automatic retry

How many time times will ffs retry ?
One time ?
more than one times?
by volker01
19 Nov 2019, 10:12
Forum: General Discussion
Topic: Feature Request for batch-use ...
Replies: 3
Views: 959

Re: Feature Request for batch-use ...

I forgot to say, ffs_batch is running over an Windows-Task - non-interaktiv (with user system).
In that case there is no tasktray.
The only way to stop ffs is to kill the task in Windows-Taskmanager.
by volker01
14 Nov 2019, 14:53
Forum: General Discussion
Topic: Feature Request for batch-use ...
Replies: 3
Views: 959

Feature Request for batch-use ...

Make an new Option to:
stop a running batch-job.

It can be very useful,
because kill a running batch-job,
remains the sync.ffs_lock files,
and the next run is very slowly.

Volker
by volker01
21 Oct 2019, 21:21
Forum: Help
Topic: Searching FFS Version 6.0 for Windows ... Not in Archive...
Replies: 3
Views: 945

Searching FFS Version 6.0 for Windows ... Not in Archive...

Hello,
i'm searching for FFS 6.0 for Windows (2000),
does anyone have it ?
It's not in the FFS-Archiv.

Volker01
by volker01
06 Jun 2019, 07:24
Forum: Help
Topic: Error: Timeout while searching for folder
Replies: 1
Views: 805

Error: Timeout while searching for folder

FreeFileSync 10.11
on Windows

_________________________________________
|06.06.2019 BatchRun
|
| Mit Fehlern abgeschlossen
| Fehler: 1
| Verarbeitete Elemente: 67 (521 MB)
| Verbleibende Elemente: 157 (5,45 MB)
| Gesamtzeit: 00:06:49
|________________________________________

[08:59:06] Info: Nicht ...
by volker01
31 Mar 2019, 14:33
Forum: Help
Topic: Error code 183 ... MoveFileEx
Replies: 0
Views: 425

Error code 183 ... MoveFileEx

Error: Cannot move file
"..._2019-01-08__02-30-00.8227.ffs_tmp" to
"..._2019-01-08__02-30-00.log".
Error Code 183: Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist. [MoveFileEx]

what does it mean ???

volker01
by volker01
27 Mar 2019, 14:14
Forum: General Discussion
Topic: Can you force always with shadowcopy?
Replies: 4
Views: 1392

Re: Can you force always with shadowcopy?

Tools - Options- Copy locked files.
Then ffs uses shadow copy.
administrative rights required.
by volker01
27 Mar 2019, 12:24
Forum: General Discussion
Topic: Tools\Language\Languages ...
Replies: 0
Views: 522

Tools\Language\Languages ...

Show also the english names to the native language Names.
Maybe when moving the mouse over the native names.
by volker01
27 Mar 2019, 12:05
Forum: General Discussion
Topic: Filepaths in Versioning Folder ...
Replies: 2
Views: 1025

Re: Filepaths in Versioning Folder ...

No this don't retain the folder structure.
by volker01
27 Mar 2019, 12:01
Forum: General Discussion
Topic: "Swap Sides" Button (safety option against accidental use)
Replies: 19
Views: 3300

Re: "Swap Sides" Button (safety option against accidental use)

+1 also from me.
yes, it is a risk. A popup "Do you want to swap ..." would be ok.
by volker01
26 Mar 2019, 19:25
Forum: General Discussion
Topic: Filepaths in Versioning Folder ...
Replies: 2
Views: 1025

Filepaths in Versioning Folder ...

I use ffs with the option:
"Versioning deleted files"
with the date-var: "...MyArchivPath\%DATE%"
with naming convention "replace".

For every day i have an new archive-folder. Thats fine.

But, to find the right files for restore is very annoying,
because the files are not stored with their full ...
by volker01
30 Nov 2018, 11:48
Forum: General Discussion
Topic: Folder with Time stamp
Replies: 3
Views: 4075

Re: Folder with Time stamp

For Example:
Bild 1572.jpg
Bild 1572.jpg (75.63 KiB) Viewed 3645 times
by volker01
19 Oct 2018, 10:44
Forum: General Discussion
Topic: Wrong Warning Counter in FFS-Log ... ?
Replies: 1
Views: 981

Wrong Warning Counter in FFS-Log ... ?

In my example here - there is only one warning,
but the warning counter shows every time one too many,
it counts also the the last line, i think that is not correct.
the last is the summary and should not be counted.

_____________________________________________
|19.10.2018 | host | Completed with ...
by volker01
15 Oct 2018, 18:26
Forum: Help
Topic: Do the beta versions have an expiration date?
Replies: 1
Views: 659

Do the beta versions have an expiration date?

Do the beta versions have an expiration date?

I had installed ffs Version 10.4 Beta (after the problems with logfiles...).
Now today i get errors on two machines that say "The Installation files are corrupt and need to reinstall".
ffs ends with errorlevel 4.
by volker01
15 Oct 2018, 17:50
Forum: Help
Topic: i'm done with ffs
Replies: 4
Views: 1250

Re: i'm done with ffs

@Harm,
It should not be a problem to analyze the used space, there are freeware programs like treesize. This sounds more like wrong sync settings from you. FreeFileSync can handle long data names, but the Windows Explorer can not. And FreeFileSync does not eat space and does only what you set. Post ...
by volker01
17 Aug 2018, 13:39
Forum: General Discussion
Topic: Why the change in logs folder settings with 10.3?
Replies: 36
Views: 15558

Re: Why the change in logs folder settings with 10.3?

Thank you,
works as expected.
volker01
by volker01
12 Aug 2018, 19:13
Forum: Help
Topic: FFS 10.3 Errorlevel Return is Wrong ...
Replies: 2
Views: 673

Re: FFS 10.3 Errorlevel Return is Wrong ...

errorlevel 1 comes with the change to 10.3.
My script showed me the old logfile before change,
and not the new one with your logpath-warning.
volker01
by volker01
12 Aug 2018, 19:06
Forum: General Discussion
Topic: Why the change in logs folder settings with 10.3?
Replies: 36
Views: 15558

Re: Why the change in logs folder settings with 10.3?

Addition: Option:
When user has no Logpath defined then use appdata...
else leave the individual Logpath as it is.

For me "Hold the last "n" Logfiles" is the best option.
volker01
by volker01
12 Aug 2018, 17:53
Forum: General Discussion
Topic: Detect FFS Version with script?
Replies: 0
Views: 418

Detect FFS Version with script?

Who can i detect the Version of FFS with a Script?
by volker01
12 Aug 2018, 15:07
Forum: General Discussion
Topic: Why the change in logs folder settings with 10.3?
Replies: 36
Views: 15558

Re: Why the change in logs folder settings with 10.3?

Hardcoded Logpath ist not useful!
When script is runnning with the user "System" (Windows) nobody has access to that APPDATA in the normal way...

ffs with scripting there are different user options ...
Running per GPO Shutdown-Script : ffs run is with the user SYSTEM
running same script from ...
by volker01
12 Aug 2018, 12:48
Forum: Help
Topic: FFS 10.3 Errorlevel Return is Wrong ...
Replies: 2
Views: 673

FFS 10.3 Errorlevel Return is Wrong ...

Running ffs from a script,
it returns errorlevel 1 even it is succeslully or nothing to sync ...
by volker01
06 Aug 2018, 21:03
Forum: Help
Topic: Filter Exclude *.txt only in basedir ...
Replies: 3
Views: 854

Re: Filter Exclude *.txt only in basedir ...

Thank you,
is ffs running twice when syncing two idendical folder pairs?
by volker01
05 Aug 2018, 12:23
Forum: Help
Topic: Filter Exclude *.txt only in basedir ...
Replies: 3
Views: 854

Filter Exclude *.txt only in basedir ...

exclude full filename: file.txt

- only in rootdir \file.txt
- only in subdir \subdir\file.txt
- overall, in root und subdir *\file.txt

that works as expectedly

filetyp only: *.txt

i expected:
- only in rootdir \*.txt doesn’t work ! doesn't sync *.txt in root AND subdir …
- only in subdir ...
by volker01
10 Jul 2018, 17:16
Forum: Help
Topic: microsoft onedrive mirroring failed
Replies: 5
Views: 2654

Re: microsoft onedrive mirroring failed

ok,
maybe it is more usefull (only for mirroring) to lock only the dest. and not the source too?
doubled reading from more than one ffs at the same time should be no problem (with the exception of speed of mirroring) ...
by volker01
10 Jul 2018, 08:52
Forum: Help
Topic: microsoft onedrive mirroring failed
Replies: 5
Views: 2654

microsoft onedrive mirroring failed

[00:54:30] Fehler: Die Datei
"C:\Users\username\OneDrive\Erste Schritte mit OneDrive.pdf" kann nicht nach
"S:\ffs_Sicherung\Users\username\OneDrive\Erste Schritte mit OneDrive.9fdf.ffs_tmp" kopiert werden.
Fehlercode 395: Der Zugriff auf die Clouddatei wurde verweigert. [CopyFileEx]
... and so ...
by volker01
07 Jul 2018, 17:21
Forum: Help
Topic: Source Element not found ...
Replies: 5
Views: 712

Re: Source Element not found ...

ok,
maybe its a problem from the shadowcopy?
i'm mirroring with "copy locked files"
and there are also events in that case:

[16:24:45] Error: Cannot copy file
"C:\Users\username\AppData\Local\Microsoft\Outlook\~outlook - Outlook2.ost.tmp" to
"S:\computer_DaSi\ffs\Profile\username\AppData\Local ...