Six months later: still cannot get Time Capsule to  back up my PowerBooks

I have a 500g TC and two Powerbook G4 (Al) computers. I have the same problem with both computers. I reinitialize the TC disk ("Erase" in the Airport Utility) then do an initial backup over hardwired Ethernet. Both PBs have about 60GB of data on them. The initial backups take the expected 12-18 hours. Thereafter, the automatic Time Machine backups work for about 3-5 days, then they stop. Time Machine gets into the "Preparing Backup" state and stays there for hours (I give up after 24 hours).
I tried turning off TM and doing the backups manually (selecting "Backup Now" from the TM menu). That has the same problem, although it takes longer to appear.
I have no reinitialized my TC disk 5 times and had the same problem 5 times.
I have turned off Spotlight indexing of the backup disk and of the PB disk. That has not helped.
Can anyone suggest anything to get this to work?

Rob & tubwreck,
Thanks for the redirect. However, I have already revised that info with new data. See below...
*_Spotlight And Time Machine_*
*Runaway MDS Process*
For Spotlight searching to work, it needs to have metadata. Every time a file is created, modified or deleted, the system notifies Spotlight that it needs to update the meta-data store (mds). First, Spotlight (mdworker) seizes the file, determines its’ type, and then assigns an appropriate importer (mdimport).
While some bits of metadata (modification dates, file type, path name) are easy to gather, most of the interesting data is embedded inside the file. To gather this embedded information Spotlight must use an importer (mdimport), a small plug-in that extracts information from files created by various applications. Each file type has its’ own importer. For instance there are unique Spotlight importers for JPEG, MP3, Word, PDF files and so on.
It’s the importer’s responsibility to read the data file and construct a dictionary that contains the appropriate metadata. When finished, the dictionary is delivered to Spotlight (mdworker), which then updates the meta-data store (mds). The original file is then released to the system to complete the originally intended action.
Ordinarily, this process is virtually instantaneous and invisible to the user. At times, however, it can hang, or loop causing Spotlight (mdworker) and the meta-data store (mds) to monopolize the CPU and interfere with other system events like Time Machine backups. The Console logs may report the following over and over again for perhaps hundreds of times.
+“mds(32): (Error) Import: importer:0x8f8c00 Importer start failed for 503”+
Eventually, the Time Machine backup may fail with the Console logs reporting
+“Indexing a file failed” / “Copy stage failed with error: 11”.+
Or a backup may be completely stalled in midstream, never seaming to end.
Go to Applications --> Utilities folder and launch Activity Monitor.
Clicking the “Process Name” column and scrolling down to the “m”s will reveal that one or all of the Spotlight components (mds, mdworker, mdimport) is maxing out your CPU.
Highlight “mds” and click “Quit Process” in the toolbar.
In the dialoge box that appears click “Quit”.
Enter our Admin password and click “OK”
The stalled backup should now resume and complete. If not, choose “Stop Backing Up” from the Time Machine menu or click the tiny “x” icon in the Time Machine Preferences. When the backup has completely stopped, select “Backup Now” from the Time Machine menu.
*Waiting for index to be ready (909 > 0)*
One of the processes Time Machine relies on for accurate backups is the indexing of the backup disk. With this index, Time Machine can quickly search the backup disk for files the user wishes to restore. When a routine backup begins, often the “Preparing…” stage will include a phase that permits Spotlight to update its’ index of the backup disk. Momentarily the Spotlight icon in the menu bar will pulsate and the Console logs will report “Waiting for index to be ready”. Generally, this phase is so quick that the user is unaware that it occurred.
Unfortunately, this phase can hang thus preventing Time Machine from completing a backup. During this period, the Spotlight icon will continuously pulsate. Clicking on the Spotlight icon will reveal a progress bar with no estimate of the remaining time or it will indicate many hours of indexing still remains. The Console logs will continually report “Waiting for index to be ready”.
Ordinarily, Spotlight indexing is a good thing. And at times, if an index has become corrupt or untrustworthy, Spotlight will require a period of time to rebuild the index. If it has only been a couple of hours then let the process continue. However, if it has been many hours, and the Spotlight menu progress bar still does not indicate an estimated time of completion, then things have hung. You will need to force Spotlight to clear its’ indexes and re-catalogue all volumes. [http://support.apple.com/kb/HT2409]
*Force Spotlight to Rebuild Indexes*
Go to System Preferences --> Time Machine.
Using the slider on the left, turn OFF Time Machine backups for now.
Next, click “Show All” in the toolbar.
Select the Spotlight Preferences.
Click the Privacy Tab.
First, drag your Macs’ internal hard disk from the desktop to the Privacy list.
Wait 10 seconds, then highlight the Macs’ hard disk in the list and click the tiny “-” button at the bottom to remove it from the list.
Spotlight will initiate a reindex of the hard disk. If you click on the Spotlight menu icon you may see the message:
+“Spotlight helps you quickly find things on your computer. Spotlight will be available as soon as the contents of your computer have been indexed.”+
A progress bar will indicate perhaps 10-20 minutes remaining depending upon how much data there is.
Once completed, drag your Time Machine backup disk into the Privacy list of the Spotlight Preferences.
Wait 10 seconds, then highlight the Time Machine backup disk in the list and click the tiny “-” button at the bottom to remove it from the list.
Spotlight will now initiate a reindex of the hard disk.
Once completed, if you have any other hard disk attached to your Mac that are also being backed using Time Machine, then force a reindex as well using the procedure outlined above.
*For Time Capsule / AirDisk Users*
To properly force a reindex of networked disks, you will need to mount the Time Machine disk image so that it appears on the desktop. This will appear as a white drive icon. There is no need to index the green Time Machine drive with the clock icon on it.
Drag the white backup disk image to the Spotlight Privacy list.
Wait 10 seconds, then remove it using the “-” button.
Reindexing disk images can often take much more time, particularly if this is being done wirelessly. Initially it may report upwards of 15-20 hours of indexing remaining. However after a period if time this estimate can begin to drop to just a few hours. Let is proceed without interruption. (Note: This period of reindexing can be reduced by connecting the Time Capsule to your Mac via ethernet cable, and then forcing the reindex to occur.)
Once completed, turn Time Machine Preferences back ON.
Now initiate a backup.
Naturally, the first backup after a Spotlight reindex may be a lengthy one.
*Deleting the .Spotlight-V100 Directory*
At times, simply forcing Spotlight to reindex a volume is not enough to clear corrupt indexes. Additionally, stopping a Spotlight index while in progress can itself introduce further anomalies. In these instances, it may become necessary to delete the .Spotlight-V100 directory on the backup disk entirely. [http://www.thexlab.com/faqs/stopspotlightindex.html] This can be accomplished with the following Terminal command:
+sudo rm -ri /pathtovolume/.Spotlight-V100+
where /pathtovolume is the path of the volume in question.
The volume can then be reindexed by any of the following methods:
Restarting your Mac.
Using Disk Utility to first unmount, then mount the volume.
Issuing the command: +sudo mdutil -E /pathtovolume+
*Redirect the Backup to a Different Hard Disk*
It may be that directing backups to a different hard disk, performing a full backup, then redirecting Time Machine back to the original hard disk clears this issue up.
One contributor reported: “However, I have fixed the problem by accident! Concerned at not having a backup, I did a new backup to an external USB drive which worked fine. I then set my backup device back to the Time Capsule, ran backup and it now works fine. Doing the backup to a different device appears to have cleared the Spotlight problem.” [http://discussions.apple.com/thread.jspa?messageID=8272650#8272650]
Let us know if any of this helps further.
Cheers!

Similar Messages

  • I cannot get time capsule back "on line" (green)

    I cannot get time capsule back "on line" (green); tried reset button; tried unplugging everything; comes back on flashing amber, won't get back to green; computer now can't find my network.
    what now?

    Ok.. we still need to know how are you connected to the TC.. YOU not the cable side.. the YOU side.
    Are you using wireless or ethernet to your computer? If not please plug in ethernet and turn off the airport in the computer.
    Now reopen the airport utility.. can it find it..
    If not press the reset on the TC for 10sec.. until the led on front flashes rapidly.
    The AU should now find the TC.
    Make sure you leave the TC in router mode.. unfortunately the later AU tends to bridge the TC without permission from you.. one of those extra helpful things Apple did.
    If you are still on Lion download and use 5.6 utility. It is far superior.
    http://support.apple.com/kb/DL1482
    You can also load it into ML but it is tricky.
    https://discussions.apple.com/thread/4172563?start=0&tstart=0
    Apple have removed useful functions and ease of use.. although I guess they would disagree with the later.

  • I've had my ipad for 6 months and still cannot get my iTunes music on it.  How do I do that???

    I've had my iPad mini for 6 months and still cannot get my iTunes music on it.  What am I doing wrong??

    I have tried everything.  When I open my iTunes, the iPad icon comes up on the top right and shows the circling arrows and at the top is has iTunes Match, sending info to Apple.  When I click the iPad icon, it states my iOS 6.1.3. and is up-to-date.  I have a 32 GB Wi-Fi iPad.  It says I have 28.34 capacity left.  I have it set to automatically back up on iCloud (I have 15 GB of space in iCloud).  At the bottom it says I have 447 photos and 42 apps.  However, I can count that I only have 31 pictures that I see in my Photos. 
    I probably have the almost 500 photos on my phone, though.  And I'm able to get some music to my phone**.
    Under Options I have checked: Open iTunes when this iPad is connected, Sync this iPad over Wi-Fi, and sync only checked songs.
    Today I tried dragging a number of playlists to the iPad icon.  It didn't go to my iPad; **however, now it's on my phone.
    When I open the music app in my iPad, the cloud icon shows up and the bar under it fills up, it says there's no music.
    Appreciate any help...they tell me I am not eligible for tech support via chat.
    B.

  • I can hardly believe my old school Palm Pre was much friendlier than the IPhone.  I have had it for more than six months and still cannot sync my Outlook calendars and contacts.  I get a message like, "no calendar application  identified."    help!

    My old school palm pre was much friendlier than the IPHONE 3G.  I was able to sync my outlook calendars and contacts via wi-fi effortlessly.  I tunes did sync once or twice in the six months that I have had it, but more often it acts like it is syncing and ultimately delivers a message like "no calendar application is supported".  Why the back and forth.  Very frustrating after literally hours of trying to sync my phone with my Outlook calendar and contacts.  HELP!!!!

    What version of MS Office do you have installed? Have you tried re-installing office over top of itself? It may not be properly registered with the OS.

  • Cannot get Time Capsule to Work as anything but Airport

    I have had this problem off and on for months and have never been able to resolve it.  I have already reviewed all of the threads addressing this issue and none of them solved my problem.
    My time capsule will not show up on my finder OR through airport.  If I restart it 2 or 3 times, airport will find it at which point I will again reconfigure it to act as my back-up drive with time machine.  However, immediately after the forced restart, my computer again fails to recognize it.
    Notably, my wireless internet through time capsule always works.  Essentially, my time capsule is nothing more than an airport as I can't use it with time machine OR as a server to store documents through my finder.

    What OS is on the computer?
    You can load 5.6 utility if you are running Lion or Mountain Lion as follows.
    How to load 5.6 into later Lion & ML
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    Leave the package open on the desktop so you can see the file. AirportUtility56.pkg
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. If your Mac refuses to run the software, because it wasn’t downloaded from the Apple store, go to security in preferences and allow other software to work.. this is limitation of trade methinks. You can set back later if you like.
    Now drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. in finder, open the new directory, drill down.. applications, utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall version 6 (now 6.3 if you updated) so don't try.. and you cannot or should not run them both at the same time.. although I have had no problems when doing so.

  • HT2731 I lost my ipod for about six months now I cannot get the ipod store to come on screen on my pc or log into the itunes store. What should I do?

    I lost my ipod for about six months, now when I plugged it into my pc, the itunes store no longer shows up and i cannot connect to any app or itunes from the ipod.

    Change your iTunes (Apple ID) password along with any other password that was stored in the iPod.  If any passwords are associated with credit cards, contact the CC company and get your card replaced (with a new number).  If any passwords are associated with your bank or any savings institution, contact them also and discuss approprate action with them.
    The "Find my..." function is pretty much useless if the device is in the hands of a thief.  All that is necessary is for the thief to connect to any computer with iTunes and "Restore as new."
    The only real protection you have is with the personal information on the device rather than the physical device itself.  This requires action before the device is lost/stolen.  If the device has significant personal information, it should have a strong 8-digit (or longer) password AND be configured for automatic wipe in the event of ten consecutive incorrect password entries.

  • Getting Time Capsule to back up new computer

    I have replaced my old laptop with a new MacBookPro. Time Capsule will not back up the new laptop. I get the message that the backup is too large for the backup volume. I believe this is happening because Time Capsule does not recognize that the new laptop is a replacement for the old and does not have enough space to add another. I have tried resetting, including a hard reset but that doesn't help. How do I:
    1) Delete the old backups from Time Capsule? I can see them through finder but one of the posts says that deleting them will corrupt Time Capsule; or
    2) Explain that the new computer is a replacement of the old and it can do more incremental backups over the old.

    You might want to check with Apple, but I've gone through this scenario and the advise at the time (about 9 months ago) was to erase the Time Capsule and start over with a new backup of the new laptop. This of course assumes that you have already transferred all of the data on your old laptop to the new one.
    If you decide to do this, here are the steps:
    To erase the Time Capsule, use Airport Utility. Click on Manual Setup and on the next screen click the Disks icon at the top of the pane. The next screen will give you the option to erase the Disk.
    If possible, use ethernet for the first backup of the new laptop as this will be faster and more reliable than wireless. To do this, connect an ethernet cable from one of the LAN ports on the Time Capsule directly to your computer. Avoid heavy use of the laptop during the backup if you can. It's usually a good idea to start the first backup late in the evening and let it run overnight.
    Subsequent backups will be much smaller and faster, so wireless should work well for these if you have a good connection.
    Hope this helps.

  • How do I get Time Capsule to back up an external hard drive?

    I need Time Capsule/Time Machine to back up my external hard drive. How do I do this?

    The external drive is plugged into the Mac??
    Just open the Time Machine preferences, Options, and include the external drive.. done!! (The menu is exclude.. so just ensure it is not excluded.. don't use no double negatives.. is grammar rule apple could learn).
    You cannot backup the external drive if plugged into the TC directly.

  • Is time capsule is backing up my external drive?

    I have my itunes library on an external drive connected to my time capsule via usb. When the tm is docked, i can look at the backup archive to see the files it's backing up. this does not include my itunes music folder on my external drive. In fact, I can't see that the tm is backing it up at all. the external drive isn't on the exclude list in time machine options either. How can i get time capsule to back up my internal and external drives?

    I have 2 laptops being backed up to my Time Capsule.
    I have my iTunes Library and my iPhoto Library on my Time Capsule.
    I use Chronosync to backup my iTunes and iPhoto Libraries to an external drive.
    It should have no problem doing what you want it to do.
    http://www.econtechnologies.com/site/Pages/ChronoSync/chrono_overview.html

  • Time capsule for back-up only. How do you turn off the flashing amber light?

    I am using time capsule to back up my work computer.  I use internet through an ethernet cable, no wireless (it's my desktop work computer!), so don't need the airport - just back up on time machine.
    I figured out (although there is NO information in the time capsule manual) how to set up the time capsule to wirelessly back up my computer, but because I don't have it plugged into the modem, and I haven't set up an airport connection, it blinks amber at me.  How do I make it know that it is as set up as I want it to be, so it will be a steady green?  Should I edit the airport utility options so that wireless network mode and/or router mode are "OFF"?  If I set wireless mode to off, will my computer still "see" the time capsule and back up using time machine?
    This might just be finicky on my part, but the flashing light is annoying me!

    If you set up the Time Capsule to back up wirelessly, it functions only as a wireless hard drive...with no routing capabilities at all. In other words, the Ethernet ports on the Time Capsule are not enabled, even though you might have an Ethernet cable connected.
    Try opening Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click directly on the amber dot
    AirPort Utility will display a message with information about why the amber dot is flashing. It might be something like a message that a firmware update is available for the Time Capsule.
    Should I edit the airport utility options so that wireless network mode and/or router mode are "OFF"?
    No, since the Time Capsule will no longer connect wirelessly if you do this.

  • My apple ID password works for all of my devices but one.  i only have one account and have changed the password several times but still cannot get it to work on my iPhone.  any suggestions would be appreciated.

    My apple ID password works for all of my devices but one.  i only have one account and have changed the password several times but still cannot get it to work on my iPhone.  any suggestions would be appreciated.

    Thanks for the suggestion, Chris.  I actually did not resolve the issue which is why i did not post an answer. 
    it turns out that my iphone seems to default to an incorrect User ID (it defaults to an @me account, which is not something that i have ever used). 
    even when i change the User ID in my settings for the iTunes store, it still appears when i attempt to get updates for my existing apps.  however, it does seem to use the correct ID when i attempt to purchase new apps.
    If someone actually had an answer to correct this, i would love to update my existing apps. 
    Thank you.

  • Installed reader many times.  Still cannot get pdf files.  Cannot print statements or bills.  Help!

    Installed reader software numerous times.  Still cannot get pdf files to open so I can print bank statements and bills.  Help!

    When you say you cannot print, do you see any error? Please use Print button from Reader toolbar instead of Safari > Print.
    What is your Safari version? You can find it from  Safari > About Safari
    Can you please verify Safari > Help > Installed Plugins : Do you see Adobe Acrobat NPAPI Plug-in, Version 11.0.06?
    Thank You

  • HT201210 Attempting to download IOS6 onto iPad2.  2 minutes after download began, the screen went black.  2 Hours later and I still cannot get the iPad to power back on.  Battery was 90% when download started

    Attempting to download IOS6 onto iPad2. Two minutes after download began, the screen went black. Over two Hours since download began and I still cannot get the device to power back on. Battery was 90% when download began. Is there a way to force the power on?

    worked for me, then general software update showed "ios 7.0.4" is up to date. awful long and frightening update but all well that ends well. this Sleep/wake AND Home worked to shut off.
    SergZak
    Currently Being Moderated  Re: black screen wont turn on
    Oct 10, 2013 3:44 AM (in response to Apfelwurm)
    The following is how to do a proper reset of an iDevice:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • Time Capsule/usb hard drive- How to get Time Machine to back it up

    I installed Time Machine with no problems. A 1 TB LaCie hard drive is attached by usb cable to the TC. The LaCie is seen by finder and I can open, edit and save files to it and so can the Macbook Pro on my network.
    Time Machine backed up my internal hard drive on my Mac just fine, but Time Machine refuses to see the external Lacie drive so it cannot back it up.
    Here is the situation:
    1. If I go to Time machine preferences and click Options there are no volumes or folders listed as Do Not Back Up. nothing is there.
    2. If I click Change Disk the name I gave my Time Capsule is listed as it should be but the LaCie drive is listed also as if it were possible for me to back up to that also. The LaCie's name is there with the name of the Time Capsule in parenthesis. Isn't that odd?
    3. When I select the LaCie icon on my desktop and select Get Info in the Sharing & Permissions section it says, "You have custom access" below it says
    Name Privilege
    (unknown) Read & Write
    everyone No Access
    I am new to Mac in general and this permission and sharing thing is still a bit mysterious to me so I don't know if these sharing & permission settings are usual or weird and could be contributing to why the back up of the LaCie drive is not happening.
    This is the final hurdle I have in absolutely convincing my small but vocal office that switching to Macs all around was a great idea.
    Any help would be appreciated.

    This is a really odd answer.
    I have Time Capsule, I add an external drive to it and you say that to back up THAT disk on Time Capsule I need other programs/solutions? This is really a stupid thing.
    1 TB of storage space just for local files right now that on every wireless product you can add an external disk?
    In other words with Apple products I can have all my laptopsappleTvdesktops all wirelessly connected but I can't use Time Capsule to back up datas if disks are not locally attached? With Airport Extreme/Time Capsule I can share datas (music, pictures, my digital life files) with my family computers but if I do this I can't back up these files.
    And just to know how many do I have to spend on other Apple devices, what are these "other solutions" to back up network drives? A server?

  • PPDS - Product hurestic giving planned  orders six month later

    Dear All
    I m facing a prooblem while executing the product heurisitc in APO-PPDS. Problem is that planned orders are scheduled six month later even though the requirments are in early period. I hv checked the resource capacity and time profile. In addition I hv also run the report /SAPAPO/CRES_CAPACITY_LENGTHEN. Still the orders are postponed.
    Please suggest what can be the possible causes for this error.
    Thnx
    VS

    I faced a similar problem but while creating orders manually in APO. Here is the link to the thread; you may like to refer it if some of the solutions provided would be of help:
    Order created with Delay in RRP3 page
    In my case the Transportation Lead Time + GR Processing time was making the orders shifted in the future...

Maybe you are looking for