Time Machine error -1, cannot access sparsebundle (but not a NAS or WD problem)

Hello, this is my first post here, so I'll try to make it a good one! 
I've been wrestling with this problem ever since I bought my Core i7 iMac (SSD + 1TB HD)   over a year ago.  I have not gotten Time Machine to work during that whole time.  Well, I got it to work backing up directly to my internal HD, but that was just a test; it's not what I want.  So let me describe this in the most clear and consise way I can:
I want the Time Machine disk to be my Synology NAS.  I've configured a share on it correctly.  I have an older iMac running SnowLeopard backing up to the same share on the NAS with TimeMachine successfully.  But, my iMac won't do it.  Whether I create the sparsebundle manually, or I let TimeMachine create it, it always gives the same "error -1".  I wrote a more detailed account of my symptoms here (my message is the reply), when I thought this was a NAS-specific issue. 
New development: This is not a NAS issue. I found that out by trying an experiment:
First, I tried to back up my SSD using Time Machine to my internal 1TB disk - I selected the "1 TB Secondary Disk" as the Time Machine disk.  I initiated the backup, and it worked fine, putting the time machine backup in the "Backups.backupsdb" directory structure at the root of the drive.  I then turned off Time Machine and "removed" the 1TB as my backup disk.
Then, I created a sparsebundle at the root of the drive using this command:
hdiutil create -size 150g -fs HFS+J -volname "Time Machine" NAME_xxxxxxxxxxxx.sparsebundle
(where the "xxxxxxxxxxxx" is my ethernet MAC address).  I then selected the "1 TB Secondary Disk" as the Time Machine disk again.  Time Machine found my sparsebundle and started working with it... and got "error -1"!   So even on a local drive, when Time Machine tries to use a sparsebundle for backing up, it still doesn't work. 
Now, I have the console log entries that were written during the Time Machine backup attempt:
1/1/13 12:53:59.511 PM com.apple.backupd[4460]: Starting manual backup
1/1/13 12:54:00.780 PM com.apple.backupd[4460]: Renaming /Volumes/1 TB Secondary Disk/NAME_3c07540fdd8c.sparsebundle to /Volumes/1 TB Secondary Disk/iMac.sparsebundle
1/1/13 12:54:00.871 PM com.apple.backupd[4460]: detach: could not open /dev/disk4
1/1/13 12:54:01.260 PM com.apple.backupd[4460]: Resizing backup disk image from 161.06 GB to 999.76 GB
1/1/13 12:54:02.940 PM com.apple.backupd[4460]: Waiting 60 seconds and trying again.
1/1/13 12:55:03.378 PM com.apple.backupd[4460]: Resizing backup disk image from 161.06 GB to 999.76 GB
1/1/13 12:55:06.013 PM com.apple.backupd[4460]: Waiting 60 seconds and trying again.
1/1/13 12:56:06.619 PM com.apple.backupd[4460]: Resizing backup disk image from 161.06 GB to 999.76 GB
1/1/13 12:56:09.255 PM com.apple.backupd[4460]: Giving up after 3 retries.
1/1/13 12:56:19.263 PM com.apple.backupd[4460]: Backup failed with error: 21
1/1/13 12:56:19.265 PM com.apple.backupd[4460]: [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
1/1/13 12:56:19.265 PM com.apple.backupd[4460]: Failed to eject volume (null) (FSVolumeRefNum: 0; status: -35; dissenting pid: -1)
1/1/13 12:56:19.265 PM com.apple.backupd[4460]: Failed to eject Time Machine disk image: /Volumes/1 TB Secondary Disk/iMac.sparsebundle
So, here I see it tries to resize the sparsebundle to the full volume size, and fails.  I don't think I want it to do this resize, because I don't want it to fill up my whole NAS share.  I searched and found this post, which specifies how to set the permissions in the sparsebundle such that it won't be resized.  I followed those instructions with a new sparsebundle, and see the same problem... tries to resize, and fails.
I do not have Western Digital software installed and never have.
I've tried everything on this page.
It seems like the attempt to resize is corrupting the sparsebundle.  Before starting the backup, I can mount the sparsebundle and manually copy files to it.  After attempting the backup, I can mount the sparsebundle, but I cannot copy anything to it manually.  Note that I can mount the sparsebundle that the MacBook Pro uses for Time Machine, and manually copy files to and from it (in other words, the correct SnowLeopard configuration does allow manual copying). 
I have tried repairing the sparsebundle using the Disk Utility, which restores the ability to manually copy files to it, but Time Machine once again renders it unwriteable when it attempts to back up.
Anyone know of anything else I can try?  Thank you so much!
Dan

Yeah, sorry about the broken link.  I noticed that link wasn't working after I replied, then I edited my earlier reply.  Also, yes, copying the files was just meant as a test; I created new clean sparsebundles for other tries.
Anyway, I'm not too worried about the resizing for now; first things first, let's just get Time Machine working  with a sparsebundle at all.
I don't know how to make Time Machine create its own sparsebundle on my local drive; if there isn't a manually created sparsebundle at the root, it just puts everything in the "Backups.backupsdb" directory structure without a sparsebundle.  However, it of course does create its own sparsebundle when I point it to my NAS share (as I understand it, Time Machine knows the NAS filesystem doesn't support everything it needs, so it creates the sparsebundle to emulate the correct filesystem).  As I have always gotten the same "error -1" when using the NAS share as I did when using the local sparsebundle, I was assuming the same problem was happening in both cases... but now I've checked the console log after doing a backup attempt on the NAS share, and I see different stuff:
1/2/13 9:21:12.000 PM kernel[0]: AFP_VFS afpfs_mount: /Volumes/TM Backups, pid 9615
1/2/13 9:21:12.000 PM kernel[0]: AFP_VFS afpfs_mount : succeeded on volume 0xffffff8148d5b008 /Volumes/TM Backups (error = 0, retval = 0)
1/2/13 9:21:13.000 PM kernel[0]: AFP_VFS afpfs_unmount: /Volumes/TM Backups, flags 0, pid 9624
1/2/13 9:21:13.000 PM kernel[0]: AFP_VFS afpfs_unmount : We are the last mnt/sbmnt using volume /Volumes/TM Backups 0xffffff8148d5b008
1/2/13 9:21:13.000 PM kernel[0]: AFP_VFS afpfs_unmount : We are the last volume using socket /Volumes/TM Backups 0xffffff8148d5b008
1/2/13 9:21:49.647 PM com.apple.backupd[9623]: Starting manual backup
1/2/13 9:21:49.737 PM com.apple.backupd[9623]: Attempting to mount network destination URL: afp://[email protected]/TM%20Backups
1/2/13 9:22:00.060 PM com.apple.backupd[9623]: Mounted network destination at mount point: /Volumes/TM Backups using URL: afp://[email protected]/TM%20Backups
1/2/13 9:22:00.000 PM kernel[0]: AFP_VFS afpfs_mount: /Volumes/TM Backups, pid 9630
1/2/13 9:22:00.000 PM kernel[0]: AFP_VFS afpfs_mount : succeeded on volume 0xffffff8148ffb008 /Volumes/TM Backups (error = 0, retval = 0)
1/2/13 9:22:15.323 PM com.apple.backupd[9623]: Creating disk image /Volumes/TM Backups/iMac.sparsebundle
1/2/13 9:22:46.397 PM com.apple.backupd[9623]: Failed to hide extension on /Volumes/TM Backups/iMac.sparsebundle, error: Error Domain=NSCocoaErrorDomain Code=4 "The file “iMac.sparsebundle” doesn’t exist." UserInfo=0x7fe881407700 {NSURL=file://localhost/Volumes/TM%20Backups/iMac.sparsebundle/, NSFilePath=/Volumes/TM Backups/iMac.sparsebundle, NSUnderlyingError=0x7fe8814073c0 "The operation couldn’t be completed. No such file or directory"}.
1/2/13 9:23:10.209 PM com.apple.backupd[9623]: Failed to eject volume /Volumes/TM Backups (FSVolumeRefNum: -153; status: -47; dissenting pid: 0)
1/2/13 9:23:10.210 PM com.apple.backupd[9623]: Waiting 60 seconds and trying again.
1/2/13 9:24:10.241 PM com.apple.backupd[9623]: Network destination already mounted at: /Volumes/TM Backups
1/2/13 9:24:56.305 PM com.apple.backupd[9623]: Failed to eject volume /Volumes/TM Backups (FSVolumeRefNum: -153; status: -47; dissenting pid: 0)
1/2/13 9:24:56.305 PM com.apple.backupd[9623]: Waiting 60 seconds and trying again.
1/2/13 9:25:56.326 PM com.apple.backupd[9623]: Network destination already mounted at: /Volumes/TM Backups
1/2/13 9:26:40.171 PM com.apple.backupd[9623]: Failed to eject volume /Volumes/TM Backups (FSVolumeRefNum: -153; status: -47; dissenting pid: 0)
1/2/13 9:26:40.171 PM com.apple.backupd[9623]: Giving up after 3 retries.
1/2/13 9:26:50.177 PM com.apple.backupd[9623]: Backup failed with error: 21
1/2/13 9:26:50.178 PM com.apple.backupd[9623]: [SnapshotUtilities mountPointForVolumeRef] FSGetVolumeInfo returned: -35
1/2/13 9:26:50.178 PM com.apple.backupd[9623]: Failed to eject volume (null) (FSVolumeRefNum: 0; status: -35; dissenting pid: -1)
1/2/13 9:26:50.178 PM com.apple.backupd[9623]: Failed to eject Time Machine disk image: /Volumes/TM Backups/iMac.sparsebundle
So... looking through this, it does some mounting, which all works fine, then it does a create sparsebundle, which appears to work fine, but then it tries to "hide extension", but it can't because it can't find the sparsebundle that it supposedly created.  Then it tries three times to eject the NAS share ('TM Backups'), and fails, and gives up.  At this time I get the "error -1" pop up on my monitor, and check the NAS share (using the disk utility on the NAS managment page), and sure enough there is the sparsebundle "iMac.sparsebundle".  So why does it create it, but then not be able to use it? 
Skiing tomorrow, must sleep now.  :-)

Similar Messages

  • Time Machine Error:  "The backup disk image could not be created."  Help.

    I have two Macbook Pro's. One is able to backup to the Time Capsule with no problems. The other connects just fine to Airport Utility, but I get the following error after I attempt to backup: Time Machine Error: "The backup disk image could not be created."
    I have reset the Time Capsule several times, so that is not the fix.
    The first thing I see when attempting to open Time Machine is the following message: :The storage location for Time Machine Backups can't be found." It gives me the option to setup the Time Capsule, which I select. The next thing I select is to Change Disk. The window that opens has the Icon with Three people on it. The name of that Icon is The Moreman Time Capsule. I select it, and enter the password I created. I then choose to Backup. Then I choose to backup now. That is when I get the error: Time Machine Error: "The backup disk image could not be created."
    Any ideas? Has anyone encountered this problem?

    You have to delete the .dmg file and start over. This happened to me 3 times already, I finally switched to Déjà Vu, works perfect and only once a day instead of 24 times a day.
    http://propagandaprod.com/

  • Time machine error: The backup disk image could not be mounted

    Time Machine worked OK for several months. Now I get this error every 10 minutes or so.
    I unplugged Time Machine capsule and "Change Disk" in Time Machine options.
    Nothing helps, I continue to get this error.
    I cannot Enter Time Machine either. "Connecting to Server, Connecting to backup" does not work.
    Help please because I will probably have to archive and reinstall Leopard. I need the backups,
    Christine

    Christ1ne,
    Before you reformat the disk, consider these causes of this error.
    *_"The Backup Disk Image Could Not Be Mounted" (Console - “Failed to mount disk image”)_*
    First, it is important to distinguish this error message from another, similar Time Machine error that states “The backup volume could not be mounted”. This is important as the causes and cures for these two errors can be very different.
    Consider each topic below separately. When one option does not resolve your issue, then move on the next one.
    *Unmount the Backup Disk Image* (TC)
    If, for some reason, you have manually mounted the Time Machine backup disk image (sparsebundle), or Time Machine failed to eject it after the previous backup, subsequent backups may fail. (Console - “Failed to mount disk image”… “Backup failed with error: 21”)
    Eject the backup disk image (white drive icon) by either clicking the little Eject icon to the right of the disk image in the Finders’ Sidebar, or Ctrl-Click the drive icon on the desktop and select “Eject” from the contextual menu. Now try backing up again or launching Time Machine to view previous backups.
    *“Disconnect All Users…”:*
    If your Time Machine backup drive (“Backup of Users Computer”) is mounted on your desktop or in the Sidebar of the Finder window. then Time Machine may think the drive is already in use. Alternatively, if the Time Capsule hard disk has been recently accessed by a Windows machine, it may not have fully relinquished control. Do the following:
    Open Airport Utility and select the Time Capsule on the left.
    Click “Manual Setup”.
    Select “Disks” at top of window.
    Click “Disconnect All Users…” at bottom of window.
    Close the Airport Utility.
    Now try Backing up again.
    One poster reported: “I got it resolved. Apparently it had to do with one of the files being open on the disk from the drive. I had browsed the disk with one of my windows boxes here and it must have left one of the folders "open". Anyway, I rebooted the TC and we are good to go now.”
    *Proper Computer Name* #
    Make sure your computer has a proper name. Go to System Preferences --> Sharing. Time Machine needs to differentiate your computer from others on your network (i.e. "Bills MacBook" or "Office iMac"). If the "Computer Name" field is blank, create a name. Realize that if this step is necessary, you will likely have to start the Time Machine backup process over again and do another full initial backup.
    According to this article, [http://support.apple.com/kb/TS1760], Time Machine may experience problems if your computer name includes certain characters. Make sure the computer name only includes ASCII characters from the following set.
    (0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ)
    Once a change in the computer name occurs, you should stop and restart Sharing on the affected computer. Uncheck and then recheck Sharing in the Services list on the left.
    # Try removing the apostrophe from the disk images name (sparsebundle).
    *A Stalled .inProgress Files:* #
    It may be that the previous backup attempt was ungracefully interrupted leaving remains that Time Machine can’t deal with.
    Stop any current backup attempt. Choose “Stop Backing Up” from the Time Machine menu.
    Open the Time Machine Preferences and turn “OFF” Time Machine.
    Open your Time Machine drive.
    Open the folder labeled “Backups,backupdb”.
    Now open the folder containing backups of the computer in question.
    Are there any “.inProgress” files there. Delete them by dragging the file to the Trash. Or Ctrl-Click the file and select "Move to Trash" from the contextual menu. (Give this time as deleting a large file on an external disk can take a while.)
    Turn Time Machine back “ON”. Now try backing up again.
    NOTE: If the above procedure becomes impossible to perform, try accessing the disk image from another Mac. Some have discovered that attempting a repair from another computer succeeds where the original computer failed.
    Let us know if any of the suggestions above helped to resolve your issue.
    Cheers!

  • I am getting a Time Machine error "The backup disk image could not mount"

    Time Machine message "The backup disk image could not be mounted"

    Go to Pondini's Time Machine FAQ for assistance.

  • After Time Machine Recovery Safari can access internet but Chrome not?!

    a) Full System Recovery via Time Machine from a MBA Full Backup to a new MBPro
    b) After recovery I am able to access via Safari (and AppStore!) to any web site but any other application is not able to.. Chrome, Temps, Dropbox App whatever are saying that there is no internet connection ??!!
    Proxy Settings are "*.local" only ....
    Anyone any idea/hints ??!

    a) Full System Recovery via Time Machine from a MBA Full Backup to a new MBPro
    b) After recovery I am able to access via Safari (and AppStore!) to any web site but any other application is not able to.. Chrome, Temps, Dropbox App whatever are saying that there is no internet connection ??!!
    Proxy Settings are "*.local" only ....
    Anyone any idea/hints ??!

  • I cannot restore iCal from time machine error message cannot copy iCal as it is needed by os x

    I have tried to restore a previous version of iCal from a time machine backup as I keep getting error message "iCal cannot be modified or deleted because it's required by Mac OS X"

    You have two library folders: one is at the top level (when you open your hard drive) and the other is in your user directory (when you click on your account name in the Users folder). You want the latter.

  • Time Machine error "The backup disk image could not be created"

    I'm trying to back up to an external hard drive on a home network (not Time Capsule). Time Machine appears to recognize the drive, and the correct amount of free space on it, but fails with the error "The backup disk image could not be created" after a lengthy "Preparing" wait. What's going on? Other applications are able to access this drive with no problems.

    I know Apple won't support other makes of NAS, but this post I found from Pondini worked for me.
    Hi, and welcome to the forums.
    Check your Computer Name at the top of the System Preferences > Sharing panel.
    It must not be blank; it should not be more than 25 characters long; and you should avoid punctuation, spaces, and special characters.
    After changing it, click the Edit button and make the corresponding change to the Local Hostname.
    If that doesn't help, apply the same rules to the name of your Time Capsule and Network, via Airport Utility.
    It was really as simple as that (after I had done such things as delete the sparsebundle file, created a new one, zeroed-out the new one, nightmare!)
    Problem seems to be with OS X's naming of Macs when you first set it up, as it creates a hostname "<yourName>'s Mac Book." When the NAS software (mine anyway) creates the sparsebundle image it replaces the spaces of the hostname with hyphens and strips out the apostrophe, which is never gonna work.

  • Time Machine can see my old backups, but not open them

    I have been using Time Machine with a Time Capsule (1TB) since last June (on this machine) - quite a few backups in there.
    Last night when I went to backup, first time in a few days, it said the machine had never been backed up and started the preparing the disk thing - I couldn't find a problem, everything looked fine on my time capsule - couldn't do anything else, so I let it run. This AM it had finished the backup (in fact several) and when I open Time Machine it shows me as having backups all the way to June '08 -- however, it cannot seem to open anything earlier than last nights -- if I try to scroll to them it greys out. If I try to directly click on one, I get an empty finder window that never seems to update (at least not for 5-10 min) and then I cannot get any response from anything, have to restart to get out.
    There are two things that I can think of that could have caused this -- I updated to 10.5.6 since my last backup, and I backed up a second Mac to the same time capsule in the interim (that backup went fine and seems to be working, but very slow)
    My console is not reporting any errors (for backup or for anything else). It would be nice to get back to my old files, it certainly seems to know they are there. Any thoughts?
    thanks
    Jim Hendler
    RPI

    I'm having this same issue and would like to know what I might be able to do.
    I started using TimeMachine so that I could wipe my internal HD and be able to restore the settings. Now that I've wiped the HD TimeMachine doesn't seem to be doing what I expected it to do or I don't know how to restore the files.
    Any help would be wonderful!

  • How can Time Machine restore older Mac Pro's - But not Disk Utility?

    Hey,
    So I had posted a discussion earlier last week asking about older MacPro's (2006 - 2008) versions that do not seem to run snow leopard if you just try to install with the MAC OS X 10.6.2 disc - I was trying to use my new Snow Leopard image that i have created for the new school year, and I tried to image a 2006 MacPro model and a 2008 MacPro model, etc...  This would not work, it would let me start the imaging process and then it would give me an error that looked like this "ev/disk02o does not have enough space"  And i just figured that was the computer code way of telling me that the image i had created was not readable by the computer or the disk utility, but this must be something that was written into the programing of Disk Utility or Snow Leopard because i found a loop hole - I was able to "restore" the backup of the new image that i made using Time Machine on the 2008 MacPro and even the 2006 MacPro - which both have earlier versions of the Intel chip.  The restored image works fine, all programs work the same as a 2009 MacPro that i imaged the same image onto using disk utility and i have found no problems yet using any part of the system.  MY QUESTION:  I'm wondering how i was able to do this and if anyone has had a similar experience trying to get images accross a bunch of different models of MacPro's - Is Time Machine a "better" way to restore the disk image?  Did Apple do this on purpose, so that you cant image newer images onto older machines?  Very confused as to why it makes you use Time Machine...
    Thanks again,
    Kyle R.

    You are reading things into that error message that are simply not there.
    Take the error message at face value.
    When it calculates all the "stuff" it has to get onto your disk to do the installation, it does not fit.  (including the .dmg, the Virtual Disk created to mount the dmg, and all the temporay files that are added before the new version takes over and discards the old stuff)  all that stuff in total does not fit.)
    Sure the final image fits, and sure you can restore that final image using other methods: Time machine works, and I'll bet Carbon Copy Cloner and Super Duper work as well.
    Using the method you were using, the sum of all the temp files and all the program files do not fit. It is NOT a conspiracy.

  • Time machine error - the back up disk is not available. Time machine no longer backs up.

    My time machine quit backing up 2 weeks ago. How can I fix it?

    Did you try the simple stuff?? Reboot the TC.. next.. reboot the whole network restarting in correct order?? ie modem.. TC.. client computers.. with 2min gap.
    No luck we need to know more..
    What modem.. is it a router?
    What TC.. what firmware.. how is it connected?
    What OS on the computer?

  • "Time machine error, The disk image cannot be mounted" What can I do??

    I ran the time machine. Then, "preparing backup" showed up for a long time. After that, a window pop out: "Time machine error, The disk image cannot be mounted" What is disk image? What can I do (I can't back up anything)
    P.S. I use time capsule for backup. there were no problem on connection

    I'm having the same issue. I do not have TC as my base station. It says right in the book that if you choose, you do not have to have it run as your router, just as a part of your existing wireless network. All software is up to date and I have already shortened the name of both my TC and TC disc to 6 characters and no spaces! I've already spoken with someone today about this. He really didn't know. Have tried backing up both wirelessly and directly connecting with an Ethernet cord. I had to finally call because when I attempted to register the product to get online support, apple.com didn't recognize the serial number!!! The gentleman on the phone got it registered for me. I bought the TC from an official apple store and for whatever reason when he put in the serial number his computer said that this TC was so "old" I guess that there was technically "no support." That basically means that even though my parents just purchased this for me a week before Christmas, that it was made a year ago and the warranty is not good?? I need to do more research on that. Right now I am very unhappy about this. I am a firm apple user and have been for years, but this is frustrating.
    I had read somewhere else (not sure I've been searching apple for what seems like forever now) to make sure that the TC was showing up in "devices" of the Finder. Mine doesn't show up there, but rather in the "Network" window. Is this an issue? If it is, can anyone tell me how to fix that. I have Time Machine backing up to my TC, so I do not see why it would be.
    UPDATE: I just opened up my TC on the "Shared" section of the Finder window and deleted the old "sparsebundle" (I had no clue that anything had backed up way back at 3:30pm on Dec 29) and now I get a slightly new message: Time Machine Error: The backup disc image could not be created." So now the word "mounted" is replaced with "created." This error showed up a lot sooner than the original one. Ok, no clue. I am going to try to Change the Disc again, and try again. I will post another update.
    Message was edited by: kryzma

  • HT3275 Time Machine error (109). Could not access backup disk image

    I keep getting a Time Machine error message that says it can not access the backup disk image "……sparsebundle". I have had issue after issue with Time Machine. I have completely started over twice with setting up Time Capsule. Please help!

    For informed suggestions, see #P2 in Pondini's excellent support document.....Using Time Machine with a Time Capsule
    http://pondini.org/TM/Time_Capsule.html

  • I'm having trouble backing up my second macbook to a new time capsule.   continue to get an error message -- "Time  Machine Error.  The backup disk image could not be created."   Is there something I need to change in my time capsule or time machine?

    I just set up a new time capsule.  it worked fine on my first macbook.  But now I cannot backup my second macbook.   Getting "Time Machine Error"  "The backup disk image could not be created."  Do I need to change settings on my time capsule to allow the second computer, or do I need to change something on the computer to allow time machine to work right?

    Try #C9 in Pondini's Time Machine Troublshooting
    http://pondini.org/TM/Troubleshooting.html

  • Time Machine error: backup disk image could not be created

    Iet up my new time capsule day and it's working great. Now that I've got everything sorted out, I'm ready to do the initial time machine back up on it. I went into preferences, changed the backup location to my TC and clicked 'back up now'. Very quickly I get a message that the backup failed: "Time Machine Error - The backup disk image could not be created".
    I've searched the apple support area but haven't been able to figure this one out. Can anyone help, please? This is an initial backup. (FYI, it worked great on my old external drive.)
    Many thanks

    I had the same problem. I installed my Time Capsule, fired up Time Machine and got an error that said "The backup is too large for the backup volume. The backup requires 436.8 GB but only 182.2GB are available."
    Coincidently, these are the same sizes as the space used and the space available on my iMac's drive.
    I looked in /Volumes and saw that the sparsebundle was being created on the local disk and not on the main disk. Trying to backup again gave me the "Time Machine error: backup disk image could not be created." message.
    I poked around the forums, and found a post about the machine name setting in sharing. I decided to give it a look, and lo and behold, I did not have a machine name. So I gave my box a name, kicked off Time Machine again, and it worked.

  • Time Machine Error when attempting  make a backup!!!

    Hello! I have a TC of 2 terabytes, dual network. Sometimes when I want to make a backup copy get an error "Time Machine Error: Unable to access the disk network backup because there was a problem with your user name or password for network". This usually happens several times a day, especially when the back of repose or iMac is the first time after being turned off.
    If I get into the time capsule hard disk (I connect) through the finder, and try to make the backup this works well.
    Starting standard backup
    Attempting to mount network destination using URL: afp://Cesar%20Dario%[email protected]/Backup
    NetAuthConnectToServerSync failed with error: -6600 for url: afp://Cesar%20Dario%[email protected]/Backup
    Authentication error - the correct user or password info may not exist in the System.keychain or the server may no longer allow access for this user.
    Backup failed with error: 29

    I get a similar error. I recently added a login password for the computer the backup disk is connected to on the network. I always get authentication errors now. I added the login, I thought, to keychain but still fails.
    Jan 30 09:44:21 MBP-15 /System/Library/CoreServices/backupd[298]: Backup requested by user
    Jan 30 09:44:21 MBP-15 /System/Library/CoreServices/backupd[298]: Starting standard backup
    Jan 30 09:44:21 MBP-15 /System/Library/CoreServices/NetAuthAgent.app/Contents/Resources/NetAuthSysAgen t[299]: Warning: accessing obsolete X509Anchors.
    Jan 30 09:44:26 MBP-15 /System/Library/CoreServices/backupd[298]: FSMountServerVolumeSync failed with error: -6600 for url: afp://user%20name@user%20iMac.afpovertcp.tcp.local/iMac%20Spare%20BU
    Jan 30 09:44:26 MBP-15 /System/Library/CoreServices/backupd[298]: Authentication error - the correct user or password info may not exist in the System.keychain or the server may no longer allow access for this user.
    Jan 30 09:44:26 MBP-15 /System/Library/CoreServices/backupd[298]: Attempting mount using URL: afp://user%[email protected]/iMac%20Spare%20BU
    Jan 30 09:44:39 MBP-15 /System/Library/CoreServices/backupd[298]: FSMountServerVolumeSync failed with error: -5023 for url: afp://user%[email protected]/iMac%20Spare%20BU
    Jan 30 09:44:39 MBP-15 /System/Library/CoreServices/backupd[298]: Authentication error - the correct user or password info may not exist in the System.keychain or the server may no longer allow access for this user.
    Jan 30 09:44:44: --- last message repeated 1 time ---
    Jan 30 09:44:44 MBP-15 /System/Library/CoreServices/backupd[298]: Backup failed with error: 29

Maybe you are looking for

  • My iPod touch keeps crashing while playing a game

    I downloaded recently Dinner Dash Rush and in the beginning it was fine, playing the time I wanted but in these last few days I start playing the game and suddenly it crashes. I have tried turning the ipod off and on but after like the second time pl

  • Creation of Customer master

    Hello All,   i have to create customer master in that i have to update sales  details also. I want ur suggestions. 1) I can use  Bapi  "BAPI_CUSTOMER_CREATEFROMDATA1" is der but it does not update sales data. For this after this bapi i can use BAPI_C

  • UML Modeling in JDeveloper 10.1.3

    Hello, I would like to ask is it possible for me to use the UML modeling functions in JDeveloper 10.1.3 to generate Java sources or classes? And how could I use it if possible? Is there any tutorials on the Web that about using UML modeling functions

  • Cant download Mac App Store

    Hi there, I have recently updated my version of Snow Leopard, but realised that the Lion has just been released. I want to downlaod/purchase Lion, which can only be done through Mac App Store by the looks of it. For some reason I do not have Mac App

  • Hey.. I forget my 2 security question and the system blocked me, my case

    I have forgotten my 2 security question when I tried to purchase an app - movie and by trying few times the system blocked me and this is my case I'd 539389526 and also I contacted the number came with the case I'd but they answer machine I think so