Search found 5 matches

by maphew
20 Nov 2015, 19:19
Forum: Help
Topic: RealtimeSync "Waiting until all directories are available..."
Replies: 8
Views: 3340

Re: RealtimeSync "Waiting until all directories are available..."

job.ffs_real <?xml version="1.0" encoding="UTF-8"?> <FreeFileSync XmlType="REAL"> <Directories> <Item>sftp://username:[base64]Zml4aXQ=@example.ca/home/username/www.example.ca/maps</Item> <Item>\\server\maps\Project.441\web</Item> </Directories> <Delay>10</Delay> <Comma...
by maphew
20 Nov 2015, 19:19
Forum: Help
Topic: RealtimeSync "Waiting until all directories are available..."
Replies: 8
Views: 3340

Re: RealtimeSync "Waiting until all directories are available..."

job.ffs_real <?xml version="1.0" encoding="UTF-8"?> <FreeFileSync XmlType="REAL"> <Directories> <Item>sftp://username:[base64]Zml4aXQ=@example.ca/home/username/www.example.ca/maps</Item> <Item>\\server\maps\Project.441\web</Item> </Directories> <Delay>10</Delay> <Comma...
by maphew
20 Nov 2015, 19:18
Forum: Help
Topic: RealtimeSync "Waiting until all directories are available..."
Replies: 8
Views: 3340

RealtimeSync "Waiting until all directories are available..."

I am trying to get RealtimeSync to keep a local Windows server directory and an ftp folder up to date. I created and saved a batch job with FreeFileSync, then opened the batch job in RealtimeSync and saved .ffs_real. The job runs successfully when double clicking on the job.ffs_batch file. When doub...
by maphew
16 Apr 2014, 20:40
Forum: General Discussion
Topic: "mirroring" problems, unable to create lock file- workaround?
Replies: 2
Views: 1335

Re: "mirroring" problems, unable to create lock file- workaround?

You can disable folder locking if you are sure you don't need it: https://freefilesync.org/forum/viewtopic.php?t=1338 I have the same need, to periodically replicate from a read-only network source. I disabled the locks in GlobalSettings.xml, and now get a different error (Z: is the read-only sourc...
by maphew
04 Dec 2013, 16:47
Forum: Help
Topic: Cannot move file: Access is denied
Replies: 3
Views: 790

Re: Windows Error Code 5: Access is denied.

Please consider adding an option to flag the upstream source as read only, and to not attempt to create a lock file there. Currently whenever I'm synchronizing from a read-only network source I need to say "ignore all errors" in order to continue. However I don't want to ignore all errors,...