Search found 6 matches

by igorD
02 Oct 2023, 12:14
Forum: Help
Topic: OSX 10.15.7 error EPERM: Operation not permitted [opendir] only in specific circumstances
Replies: 1
Views: 1315

Re: OSX 10.15.7 error EPERM: Operation not permitted [opendir] only in specific circumstances

I was not able to find the solution but found workaround.

crontab in OSX support @reboot. I have used this to my FreeFileSync shell script.
I also start same script every hour.
And use this code to prevent both scripts running in same time.

#!/bin/bash

# for redirecting both outputs to LOG file ...
by igorD
30 Sep 2023, 13:27
Forum: Help
Topic: OSX 10.15.7 error EPERM: Operation not permitted [opendir] only in specific circumstances
Replies: 1
Views: 1315

OSX 10.15.7 error EPERM: Operation not permitted [opendir] only in specific circumstances

OSX 10.15.7
FreeFileSync 13.0

I have very strange error, can not understand why.
Probably this is some OSX problem, but still would like to document it for others and maybe somebody can explain what is the problem.

I was using FreeFileSync automatically from launchd, because I wanted to start it ...
by igorD
12 Jan 2023, 17:25
Forum: Help
Topic: Can deleted file from left go to version folder on right with additional label/info ?
Replies: 5
Views: 403

Re: Can deleted file from left go to version folder on right with additional label/info ?

There is no way to know if it was overwritten or deleted in the versioning location xCSxXenon, 12 Jan 2023, 16:58
I figure it out from first answer.

Is it possible to add this a feature ?
by igorD
12 Jan 2023, 17:25
Forum: Help
Topic: Can deleted file from left go to version folder on right with additional label/info ?
Replies: 5
Views: 403

Re: Can deleted file from left go to version folder on right with additional label/info ?


For every sync, there is only a single versioning location;
not one for the left location and another one for the right location.
You can freely select where the versioning location is.
This versioning location may be (on the drive of) your left location, your right location, or some arbitrary ...
by igorD
12 Jan 2023, 15:20
Forum: Help
Topic: Can deleted file from left go to version folder on right with additional label/info ?
Replies: 5
Views: 403

Re: Can deleted file from left go to version folder on right with additional label/info ?

my question was regarding difference between update and delete of file.

I understand what you said, but that was not my question.
by igorD
11 Jan 2023, 20:01
Forum: Help
Topic: Can deleted file from left go to version folder on right with additional label/info ?
Replies: 5
Views: 403

Can deleted file from left go to version folder on right with additional label/info ?

If file is deleted from left I would like that file will end up in "Versioning" folder on the right, but with some additional label/info.
Is this even possible ?
If it is, please explain how to configure it.

Currently if I delete file on left, it goes to right "Versioning" folder, but I can not ...