View Single Post
  #1  
Old 02-18-2008, 08:56 AM
DavidFerrington DavidFerrington is offline
Registered User
 
Join Date: Feb 2008
Posts: 5
Unhappy I only want to copy 2 folders

I've just bought SuperDuper (as I said I would about 2 yrs ago, when it was a better fit for me .
I just want to copy 2 folders and the files and sub-folders.
I've created a script that just says to copy the 2 folders (see attached script at bottom).
However SuperDuper scans all the files on my HD and is copying them all across - the taget is only 20GB so there is no room.

What am I doing wrong?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Class</key>
<string>Composite</string>
<key>Description</key>
<string>Backup MLDX Log and Scout files from (source) to (target).</string>
<key>Directives</key>
<array>
<dict>
<key>Directive</key>
<string>clone</string>
<key>Item</key>
<string>Users/david/Documents/CQ CQ CQ/MacLoggerDX Logs</string>
</dict>
<dict>
<key>Directive</key>
<string>clone</string>
<key>Item</key>
<string>Users/david/Documents/Scouts/2nd Folder</string>
</dict>
</array>
<key>Include Directives</key>
<array/>
</dict>
</plist>
Reply With Quote