Search found 4 matches

by malusync
26 Oct 2016, 08:30
Forum: Help
Topic: Versioning
Replies: 2
Views: 691

Re: Versioning

Try this:

<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="5" XmlType="GUI">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Comparison>
<SyncConfig>
<Variant>TwoWay</Variant>
<CustomDirections>
<LeftOnly>right ...
by malusync
25 Oct 2016, 10:28
Forum: Help
Topic: Windows Scheduler issues (0x2 + VSS)
Replies: 3
Views: 1206

Windows Scheduler issues (0x2 + VSS)

Hi,

I am trying to get things done by Windows Scheduler.
Windows 10 here. I see that depending on the setting "Run with highest priviledges" I get either:
- error 0x2 (file not found), when "Run with highest priviledges" is ON
- error accessing Volume Shadow Copy, when "Run with highest ...
by malusync
13 Sep 2016, 20:51
Forum: General Discussion
Topic: Enable/Disable folder pair
Replies: 2
Views: 1135

Re: Enable/Disable folder pair

I second that. Now I do workaround adding 'x' to the beggining of source path, which causes warning to appear.
by malusync
05 Sep 2016, 10:56
Forum: General Discussion
Topic: Can I disable warning (two folderpairs to the same folder)
Replies: 0
Views: 1429

Can I disable warning (two folderpairs to the same folder)

Hi,

I have a scenario in which I guess (correct me if I'm wrong) I need to have two folderpairs with the same destination folder. I want all my files from root + specified folders to be synced with destination. My folderpairs:

1. All files from root:
<Include>
<Item>*</Item>
</Include>
<Exclude ...