Selecting by wildcard

Get help for specific problems
Posts: 6
Joined: 16 Mar 2021

PoBear

Hi
I'm new to using FFS.

I'm trying to mirror a disk with a large number of directories, the limitation is that the disk is in use for significant portions of the day and I can only run FFS when it is not in use.

So, I'm trying to add groups of directories to limit run time and to build the backup to the point where everything is mirrored.

I'd like to do something like x:\a*.* as a selector and then add x:\b*.*, etc., but I am getting an error message when I do this "cannot write file x:\a*.*\sync_ffs.lock"

Is there any way around this?

Many thanks
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

The lock file has nothing to do with filters. What is x:\? FFS seems to lack the permissions required to write to that location
Posts: 6
Joined: 16 Mar 2021

PoBear

Thanks for you reply

The two disks are local to the machine that FFS is running on and the logged in user has full access to both the disks and the files on them.

From the full error message FFS is trying to create a file called sync_ffs.lock in a directory called a*.* which is not a valid directory name on Windows 10.
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

Your locations are typed wrong. You need to set the location as X:\ and change the include filter to a* and b*
Posts: 6
Joined: 16 Mar 2021

PoBear

Brilliant. That's working. Many thanks for your help.
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

Of course!