Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-01-2005, 03:34 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Question New User; Problems.

I just purchased a copy of SuperDuper.

I have two problem areas.

1. I created a script to use for back up to a flash drive. I want to only copy current documents and selected user library folders and files. The script is:

Copy users/xxx/documents

Copy users/xxx/library/keychains

Copy users/xxx/library/mail

Copy users/xxx/library/preferences

I do not want to clone or copy any other files.

I created a name for the script and it shows in the "What's Going To Happen" dialog box. The script is named xxx Backup.dset

When I started copying, SuperDuper tried to clone or copy the entire hard drive. The Flash Drive filled up before SuperDuper copied the actual files I want copied.

What am I doing wrong with the set up that is creating this problem?

2. I deleted the unwanted files from the Flash Drive in the hope of running the script file again.

Now my OSX 10.3.7 computer will not even recognize the Flash Drive. This problem occurred immediately after using SuperDuper.

Did SuperDuper create this problem?

Does anyone have any idea how to get my computer to recognize the Flash Drive as it did previously?

Thanks,

Canoe112
Reply With Quote
  #2  
Old 01-01-2005, 05:09 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Additional Problem

There appears to be one additional problem:

3. I have installed a new out of the box SanDisk Titanium Flash Drive. My OS recognizes the Flash Drive and it shows on the Desk Top. However, the Flash Drive is not recognized by SuperDuper. The only drives that show in SuperDuper are the HD and the .dmg file.

How do I get SuperDuper to recognize both the old and the new Flash Drive?

Thanks,

Canoe112
Reply With Quote
  #3  
Old 01-01-2005, 05:44 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
I was able to access the drive using Disk Utility and reformatted it. The B Tree Node was corrupted.

Problem #3 is solve.

Please advise regarding #1 and #2 above.

Thanks,

Canoe112
Reply With Quote
  #4  
Old 01-01-2005, 08:26 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Hi, "Canoe" -- thanks for your registration!

The first problem is pretty easy: take a look at the FAQ entry here, which should answer your question -- basically, since the default is to copy everything, adding "additional" folders doesn't exclude anything. You have to ignore "*" and ".*" first.

The second isn't anything I've seen before: I can't see how SD!, by just copying files to a drive using system calls (which is what we're doing), can make the drive unrecognizable by the system... can you see it with Disk Utility?
__________________
--Dave Nanian
Reply With Quote
  #5  
Old 01-01-2005, 08:37 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
The problem here is also covered in a FAQ entry -- flash drives (and some hard disks) are shipped formatted as FAT32 devices, and as such can't be used as a clone destination because they can't retain all the metadata properly (and can't be used as a boot target). Reformatting it as HFS+ will allow it to show up.
__________________
--Dave Nanian
Reply With Quote
  #6  
Old 01-01-2005, 09:47 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Dave,

Thanks, for getting back to me on this.

I will review that FAQ, sounds like it will work.

One additional issue has come up.

When I got SuperDuper I intended to be able to shoot identical back ups to two different Flash Drives. This way I can keep one back up with me and also have another back up in my drawer if I lose the Flash and Computer I travel with.

I wanted to use "smart update" because of the speed of back up.

But, SuperDuper will only recognize the first Flash Drive I have used and not also the second Flash Drive.

Is this a limitation of the program or is it something I set up incorrectly?

Do you know any way for me to back up to two different Flash Drives.

Thanks,

Canoe112
Reply With Quote
  #7  
Old 01-01-2005, 10:33 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Argh!!!!!

The commands:

ignore *

ignore .*

worked fine and files from documents started to be copied.

However, only files under:

user/xxx/documents/archive/*.*

were copied.

The following were not copied:

user/xxx/documents/2005/*.*

user/xxx/documents/appleworks user data/*.*

user/xxx/documents/microsoft user data/*.*

user/xxx/library/keychains/*.*

user/xxx/library/mail/*.*

user/xxx/library/preferences/*.*

All commands are as stated in the first post with the addition of the two "ignore" commands you recommended.

I am having a hard time understanding why I get this result.

Do you have any input?

Thanks,

Canoe112
Reply With Quote
  #8  
Old 01-02-2005, 04:30 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
I can't think of any reason why SuperDuper! would only recognize one of the two flash drives. Perhaps it's prompting for the first one because those settings are saved automatically... you need to cancel and insert the 2nd drive (which has to be formatted for HFS+). Try naming both differently to ensure you have the proper drive inserted... this should work fine (we don't even know it's a flash drive).
__________________
--Dave Nanian
Reply With Quote
  #9  
Old 01-02-2005, 04:32 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Well, I think you want:

Users/xxx/Documents/Microsoft User Data
Users/xxx/Library/Keychains
Users/xxx/Library/Mail
Users/xxx/Library/Preferences

(leave off the *.*, and things are case-sensitive)

Note that if you have multiple users, you can substitute "*" for xxx, above, e.g.

Users/*/Library/Preferences

(or whatever)
__________________
--Dave Nanian
Reply With Quote
  #10  
Old 01-02-2005, 05:55 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Dave,

You were correct about why the Flash Drive was not recognized. The Flash was not in the correct format. That has been fixed and SD! now recognizes both drives.

The script commands I used did not include the *.* notation. I used the commands included in the SD! script tool. I merely used the *.* notation when posting to you to identfy that it was all files that were missing.

I fixed the problem by deleting the old script and making a new script. For reasons I don't understand this fixed the issue.

I have one remaining open issue. One Flash Drive works fine for Backup. The second drive appears to go through the entire backup process properly. But when I look at the drive in Finder no files are shown. However, the MB used appear to show that the correct files have been copied.

I have reformatted this drive twice and always get the same result.

Why would the backed up files not show on this second drive?

Thanks,

Canoe112
Reply With Quote
  #11  
Old 01-02-2005, 06:06 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Dave,

You can ignore the last post.

The problem is a defect in my OS 10.3.7. Once I eject the Flash Drive and reinstall it, all files show.

SD! works fine and is much cleaner than the highly touted Retrospect.

I will definitely recommend SuperDuper! over Retrospective on the Apple Boards.

For future versions you may wish to consider encryption and compression abilities.

Thanks for the product and tech support over the holidays.

Hal

EDIT: http://discussions.info.apple.com/we...9@.68a2020e/18

Last edited by Canoe112; 01-02-2005 at 06:37 PM. Reason: Apple Discussions link added.
Reply With Quote
  #12  
Old 01-02-2005, 08:54 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Beat me to it while I was traveling, Hal!

Yeah -- the issue is that Finder doesn't always show files that are copied "behind its back", but the files are definitely there... you can also restart the Finder (Option-Control-Click the Finder icon in the dock) to get the files to show up.

Thank you for the kind words -- definitely let people know about SuperDuper! -- the more the merrier!
__________________
--Dave Nanian
Reply With Quote
  #13  
Old 01-09-2005, 07:22 PM
Canoe112 Canoe112 is offline
Registered User
 
Join Date: Dec 2004
Posts: 9
Thumbs up Thanks

Dave,

I have been using SuperDuper! for my backups to the Flash Drives.

It is working flawlessly.

Thanks for a clean, elegant and stable program.

Hal
Reply With Quote
  #14  
Old 01-09-2005, 08:50 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Great to hear, Hal! Check us out at Macworld if you're there...
__________________
--Dave Nanian
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
write problems after cloning machine mkrueger General 13 12-31-2004 07:17 PM
Problems Ignoring Directories nanovivid General 5 12-23-2004 08:04 AM
Problems making a backup imagine ajcowell General 6 07-18-2004 09:35 PM
USB Audio and AirPort: Problems Galore! dnanian General 0 09-05-2002 04:48 PM
New build (389) posted - all reported problems fixed. dnanian General 0 08-06-2002 01:53 AM


All times are GMT -4. The time now is 10:40 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.