Hopefully someone can help me with my NAS situation. I'd done a ton of reading, and still can't get Time Machine to back up to my NAS. I'll detail what I did, and the errors I got in hopes that someone can help me, or at least learn from my experience.
I bought an External Enclosure for my 500GB SATA Seagate Hard Drive so that I could do network Time Machine backups. I didn't do much research because I remembered reading that NAS Backups worked in Leopard. I set it up and formatted it with the little web gui that comes on the NAS, and it formatted it as a 476g FAT32 Partition. There was no AFP option. I attached to it with the finder and copied some files to it. It worked. I then made a TMBACKUP folder on it for time machine backups, shared that out and went into Time Machine to specify the disk. I didn't see it. After a little research I discovered this handy little piece of code that enables unsupported drives:
I stuck that in terminal and hit enter, and upon checking disks in Time Machine again my drive was there. Yay. I chose the disk and told time machine to back up now. Then it hit me with this error:
I did some googling on that error message, which lead me to this and this
Basically the operation that I needed to try (according to both links) was to create a new sparsed image for Time Machine and name it what it had tried to name the sparse image it created. I did it, with these settings:
[my computer name]_[my mac address].sparsebundle
Volume Name: Disk Image
Volume Size: Custom 293GB
Volume Format: Mac OS Extended (Journaled)
Encryption: None
Partitions: No Partition Map
Image Format: sparse bundle disk image
It's about 140mb in size. I create it, delete the old sparse bundle from the TMBACKUPS folder that time machine created, copy this one over and try to backup again.
It sits at "Preparing..." for a minute and then it actually starts copying data over. It gets 180MB into the backup and I get this:
I check the log and get:
That's where I'm at now---stumped. Can anyone help?
I bought an External Enclosure for my 500GB SATA Seagate Hard Drive so that I could do network Time Machine backups. I didn't do much research because I remembered reading that NAS Backups worked in Leopard. I set it up and formatted it with the little web gui that comes on the NAS, and it formatted it as a 476g FAT32 Partition. There was no AFP option. I attached to it with the finder and copied some files to it. It worked. I then made a TMBACKUP folder on it for time machine backups, shared that out and went into Time Machine to specify the disk. I didn't see it. After a little research I discovered this handy little piece of code that enables unsupported drives:
Code:
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
I stuck that in terminal and hit enter, and upon checking disks in Time Machine again my drive was there. Yay. I chose the disk and told time machine to back up now. Then it hit me with this error:
The backup disk image could not be created.
I did some googling on that error message, which lead me to this and this
Basically the operation that I needed to try (according to both links) was to create a new sparsed image for Time Machine and name it what it had tried to name the sparse image it created. I did it, with these settings:
[my computer name]_[my mac address].sparsebundle
Volume Name: Disk Image
Volume Size: Custom 293GB
Volume Format: Mac OS Extended (Journaled)
Encryption: None
Partitions: No Partition Map
Image Format: sparse bundle disk image
It's about 140mb in size. I create it, delete the old sparse bundle from the TMBACKUPS folder that time machine created, copy this one over and try to backup again.
It sits at "Preparing..." for a minute and then it actually starts copying data over. It gets 180MB into the backup and I get this:
Unable to complete backup. An error occurred while copying files to the backup volume.
I check the log and get:
Code:
ar 7 14:27:00 Macbook /System/Library/CoreServices/backupd[234]: Error: (-36) copying /Applications/Dictionary.app/Contents/Resources/Dictionary.icns to /Volumes/Disk Image/Backups.backupdb/Macbook/2008-03-07-142241.inProgress/54C1E532-1C20-42FD-8424-3FC50C2C97CD/Macintosh HD/Applications/Dictionary.app/Contents/Resources
Mar 7 14:27:00 Macbook /System/Library/CoreServices/backupd[234]: Canceling backup.
Mar 7 14:27:00 Macbook /System/Library/CoreServices/backupd[234]: Error: (-8062) copying /Applications/Dictionary.app/Contents/Resources/Dictionary.icns to /Volumes/Disk Image/Backups.backupdb/Macbook/2008-03-07-142241.inProgress/54C1E532-1C20-42FD-8424-3FC50C2C97CD/Macintosh HD/Applications/Dictionary.app/Contents/Resources
Mar 7 14:27:01 Macbook /System/Library/CoreServices/backupd[234]: Copied 16 files (181.4 MB) from volume Macintosh HD.
Mar 7 14:27:01 Macbook /System/Library/CoreServices/backupd[234]: Copy stage failed with error:11
Mar 7 14:27:01 Macbook /System/Library/CoreServices/backupd[234]: Backup failed with error: 11
Mar 7 14:28:03 Macbook mds[21]: (Error) LSOF: File '/Volumes/Disk Image/Backups.backupdb' (fd=30) left open on device 234881028
Mar 7 14:28:03 Macbook mds[21]: (Error) LSOF: File '/Volumes/Disk Image/Backups.backupdb' (fd=64) left open on device 234881028
Mar 7 14:30:03 Macbook /System/Library/CoreServices/backupd[234]: Attempt to eject diskimage failed with status: -47, dissenting pid: 0
Mar 7 14:32:36 Macbook sudo[286]: jsbarone : TTY=ttys000 ; PWD=/Users/jsbarone ; USER=root ; COMMAND=/usr/bin/grep backupd /var/log/system.log
That's where I'm at now---stumped. Can anyone help?