I'm trying to automate copying a number of backups to an external drive.
The backups are in multiple directories, of the form
P:\Images\Machines\MachineName\MachineName_Drive
So, four machines John, Paul, George and Ringo, each with drives C, D, and E would be
P:\Images\Machines\John\John_C
P:\Images\Machines\John\John_D
P:\Images\Machines\John\John_E
P:\Images\Machines\Paul\Paul_C
etc.
I want to copy them all to an external backup directory N:\Backup.
The problem is that when I try when I do this, I get the error message
This is pretty much unintelligible to me, I have no idea what it means. The files are all mutually exclusive file names, so there will be no conflicts. I've tried all sorts of (F7) include and exclude filters, and I've tried setting the (F8) syncronization to both update and custom, both in the main config and individually, and nothing works.Some files will be synchronized as part of multiple base folders.
To avoid conflicts, set up exclude filters so that each updated file is considered by only one base folder.
I don't want to use either mirror or two-way, because would delete the source backup of the P: drive. But absolutely nothing seems to work. The directory structures are set by the backup programs, so they cannot be changed. But does anyone have any idea how to make this work?