TimeMachine worked, now fails

My Imac is connected to an external hard drive. I am only using 192.6 GB of my 500 GB internal hard drive. My external hard drive is also 500 GB. But when I go to back up, I get a message telling me that there are only 147.5 GB available on the external hard drive (because 279.36 are in use) and it needs more to back up. If TM backs up incrementally and deletes the earliest backups as the drive fills up theoretically this cannot be happening. So why is it? I only use this drive for TM backups. I want to back up my entire system as I have been used to in the past and not exclude files.

Here's a copy of my last Console session, showing Time Machine deleting backups...
+May 12 20:46:17 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 2.37 GB requested (including padding), 236.91 GB available+
+May 12 20:48:07 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Copied 1865 files (1.9 GB) from volume Macintosh HD.+
+May 12 20:48:09 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: No pre-backup thinning needed: 100.0 MB requested (including padding), 234.99 GB available+
+May 12 20:48:20 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Copied 907 files (8 KB) from volume Macintosh HD.+
+May 12 20:48:25 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Starting post-backup thinning+
+May 12 20:48:27 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-202341: 234.99 GB now available+
+May 12 20:48:32 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-192455: 236.87 GB now available+
+May 12 20:48:35 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-182346: 236.88 GB now available+
+May 12 20:48:41 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-172506: 238.77 GB now available+
+May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Deleted backup /Volumes/Big TimeMachine/Backups.backupdb/Bob's Big Mac/2008-05-11-162527: 240.70 GB now available+
+May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Post-back up thinning complete: 5 expired backups removed+
+May 12 20:48:47 BigMacintosh-2 /System/Library/CoreServices/backupd[147]: Backup completed successfully.+
I presume it checked to see if it had redundant backups, and then deleted them...I don't know for sure, in this case,
Bob

Similar Messages

  • M475 Scan to folder/email. Was working now fails

    Hi,
    We have an M475 set up in an office that was behaving perfectly with regards to scanning but now fails 49 times out of 50.
    All staff in the office have a 'scan to folder' profile set up which scans to a 'Scans' folder in their domain home folder.
    This was working 100%. 
    If I get someone to powercycle the printer I can get one scan out of it. After that, if you physically try to scan, you can enter your pin, it scans the document, then hangs for a very long time.
    From the web interface, if I test one of the profiles it comes up with a box with a 'Cancel' button in it & sits there until I click it.
    The account being used for the profiles has full rights over the 'Scans' folders.
    I have tried with the domain administrator account - Still hangs.
    In the domain server logs I can see the successful validation of the account being used by the printer.
    I tried creating a new profile using the same credentials. It worked first time, then never again until I disabled Bonjour & WS, then it worked once.
    I don't get it - Nothing's changed in the domain. It works very occasionally. It definitely gets a green light on the folder access.
    UPDATE:
    Hmm... While I've been writing this it's decided to work (after 'several weeks' of refusing to (why do staff moan to each other about something not working but ALL fail to let IT know?).
    The immediately obvious difference is that when I test a scan profile, instead of the box just having a 'Cancel' button in it, it also has an animated 'working' graphic, and the words 'Testing [profile name]'
    Does anyone have any ideas as to what the problem was (& may well be again...) please?
    Many thanks

    Hello.
    I can see you are having some issues with scan to folder/email, I would like to see if I can help you on this issue.
    First, let me ask you, what is the operative system of the computer that you shared the folder for scan to folder?
    Now, one experiment you might want to try, is check if the computer that you shared the folder for "scan to folder" has any kind of antivirus, and if so, check your firewall settings. If you don't have any antivirus installed, check if you host operative system has any firewall installed and check the rights.
    Some times a firewall has some sort of policy to reject incoming connections from ports that are not port 80., and your printer is not using that port 80, which might be the root cause.
    The experiment is simple, try to disable your firewall and then reboot your printer and let them to connect again and try.
    This is not the solutions, but just an experiment to get to the root cause.
    Thanks.
    I work at HP.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • TimeFormat() statement that worked now fails

    I've been using the statement below to create a date/time
    string like "2007-10-17T11:26:01Z".
    <cfset strDateTime = DateFormat(Now(), "YYYY-MM-DD") &
    "T" & TimeFormat(Now(), "HH:mm:ssZ")>
    This has always worked correctly but suddenly on one of our
    production servers it generates the following error:
    "{ts '2007-10-17 13:36:32'}" is an invalid time format.
    I'm guessing it has something to do with the Z in the format
    mask so I'm trying the following as a fix:
    <cfset strDateTime = DateFormat(Now(), "YYYY-MM-DD") &
    "T" & TimeFormat(Now(), "HH:mm:ss") & "Z">
    (which produces the correct string on the dev server - but
    then so does the original version).
    Does anyone know why this would suddenly break? Is it related
    to different versions of CF?
    Ken

    Version: 6,1,0,hf53398_61A
    This may or may not have anything to do with the problem. It
    is important that you guys apply the
    ColdFusion
    MX 6.1 Updater and then the
    MX
    6.1 Updater Hotfixes
    ...this has always worked and still does on all but one prod
    server. This will be a minor nightmare if I need to hunt down all
    occurrences of this in numerous files on several servers.
    No, not pleasant. It's rather odd that the error message says
    nothing about the mask. The suddenness of the message
    "{ts '2007-10-17 13:36:32'}" is an invalid time format leads
    me to believe that something has changed. It can be the server, the
    code or localization issues.
    Do you have more on the error? Put the offending code within
    the following block, and tell us what you get.
    <cftry>
    <!--- offending code --->
    <cfcatch type="Any">
    <cfdump var="#cfcatch#">
    </cfcatch>
    </cftry>

  • Previously OK report now fails to run with REP-1226

    I have been developing a report with a fairly complex layout over several days, saving several versions of the report along the way (after running and testing them). The latest version of the report now fails to run (both as an RDF in Reports Designer and as a REP via rwservlet/oc4j) - It fails with error REP-1226 "Body location is beyond print area". I loaded a previously tested version of the report into the Designer and tried to run it - This also fails with REP-1226, as did the previous 2 versions of the report, ALL OF WHICH HAD PREVIOUSLY RUN OK, BOTH IN REPORTS DESIGNER AND RWSERVLET/OC4J.
    Rebooted the machine, loaded a version of the report that had previously been tested and RAN OK, this now fails to run with REP-1226.
    The Reports Designer in use is version 9.0.2.0.3, running against database version 9.2.0.1.0 both running on Windows XP - I tried loading the report into a later version of the Designer (10.1.2.0.2) and the same error occurs.
    Any ideas????

    not sure if this will work,
    but you can just try.
    Try increasing the width of the page.
    Paper Layout -> Main Section -> Body(Right Click) -> Select "Property Inspector" and set width to any desired range.
    -ARR

  • I had a computor crash and bought a new Mac. I reinstalled with timemachine but now my CS4 say kode 150:30

    I had a computor crash and bought a new Mac. I reinstalled with timemachine but now my CS4 say kode 150:30

    You need to install Adobe applications ... transferring them does not usually work.
    CS4 - http://helpx.adobe.com/creative-suite/kb/cs4-product-downloads.html

  • Does NLB also works as fail over?

    I have 2 WFEs and Windows NLB. I want to know if NLB also works as fail over i.e. if one of the WFE goes down, will it detect and then never send request to that WFE until it comes back online?
    I am asking because I stopped IIS on one of the WFE and now the SharePoint site won't open. Looks like NLB is sending request to that WFE which is down.

    I am using Windows NLB and I have come to know that it doesn't check whether IIS on particular server is running or not. It simply checks if the server itself is up and if it is then it sends request even though IIS is down.

  • X11 update, OpenOffice now fails

    Today (11/3) I downloaded and installed an Apple update for X11 (it was quite large). Following the download, my normally behaving OpenOffice now fails to run - the the splash screen displays, then ... nothing.
    Anybody else seeing this ?
    mac pro Mac OS X (10.4.8)
    mac pro Mac OS X (10.4.8)
    mac pro   Mac OS X (10.4.8)  

    Hi,
    I had the exact same problem but it seems it has been solved with another update of X11 (1.1.3) posted yesterday by Apple. I had tried other options (removing a font, as suggested on another forum, or even reinstalling X11 from the DVD) but this had not solved the problem. It was actually worst. Not only OpenOffice wasn't working, but then Gimp and Inkspace were not launching either.
    Version 1.1.3 seems to solve the problem for OpenOffice as well as for Gimp and Inkspace.
    Good luck !

  • My apple is not activating,Asking for Apple ID &p.word, I have entered the apple ID which i was using to download all apps,but it wont work, Now system is saying that your apple Id is wrong, My question is Can there be two apple IDs?

    My apple is not activating,Asking for Apple ID &p.word, I have entered the apple ID which i was using to download all apps,but it wont work, Now system is saying that your apple Id is wrong, My question is Can there be two apple IDs? My apple ID is my Yahoo mail it self, but not able to log in to  Icloud, Can any body guide, Why, I can not.

    Hi dip_kinu,
    I apologize, I'm a bit unclear on exactly what device you are trying to set up and what is happening when you try to do so. If you are having issues remembering your Apple ID, or feel like you may have set up multiple Apple ID's, you may find the following page helpful:
    Apple - My Apple ID: Find your Apple ID
    https://iforgot.apple.com/appleid
    Regards,
    - Brenden

  • Help needed I updated my ipad2 with iOS5 but few of my dashbaords are not working now can any one let me know how to downgrade the OS

    Help needed I updated my ipad2 with iOS5 but few of my dashbaords (HTML5) are not working now ,can any one let me know how to downgrade the OS as we have a meeting coming up .. its urgent

    Downgrading the iOS is not supported. If you are using Safari this try clearing its cache via Settings > Safari.
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Only preinstalled apps work now, how do I get to use my other apps again? I have 3GS with newest update but all of my itunes apps crash directly when I try to launch them. Reboot doesnt work, email wasnt loading before this issue so I reset now this.

    My phone is not jailbroken and I have had no problems until now. I updated the firmware a few weeks ago with no problem. I noticed yesterday I wasnt getting all of my emails because I get some of the same emails on multiple accounts and they were not showing up. The refresh pinwheel just kept spinning but I did not think much of the problem because there is not good service in the building and plus I hava a number from the east coast but since I'm on the West coast I get subpar service comparred with the local number people, is this true? Anyways I got home and my email would still not ever finish loading so I turned the phone off but it wouldnt turn off. After 15 miniutes the shutdown pinwheel just kept spinning so then I did a hard reboot and it quickly shut down. I started it back and my email works now but none of the apps from the app store work.

    Go to your App Store application and under the Featured section, scroll all the way to the bottom and tap on you account.  Sign out of the account, then sign back in from the same section.  Download a free application (any free app should do the trick) and that should make all of your apps work again.

  • My speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    my speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    Hello. I sent my WRT1900AC V1 to Linksys four days ago (Monday) via UPS with a RMA. Linksys paid the shipping and everything. The router is still in route, and it should arrive to their offices tomorrow. Once they receive the WRT1900 AC V1, they are going to send me an EA8500 as a replacement. But I have been reading the comments about the EA8500 here in the forum and it seems to have the same problems. I guess the firmware is extremely flawed in both routers (maybe it is almost the same code?). Anyway, I will try the EA8500 and I hope it works. I bought a temporary router from Walmart and I paid $35 for it. It is a Belink N600 DB. I can't believe that a $35 router is working a lot, lot, lot better than my previous $250 WRT1900AC router. Unbelievable. If the EA8500 doesn't work, I'm going to try and get my money back from Linksys, or contact The Consumerist or someone to get my money back and get a Nighthawk instead.

  • Mail and Safari now fail to open following software update

    After running software update for my Macbook running 10.4.11, I restarted and tried to open Safari but the app crashed and sent an error report to apple. So, I then tried opening mail. Same thing happened.
    I then tried removing the preferences directory from the Library directory and restarting. Safari still crashes though. Mail is at least starting now, although it has forgotten all the email account info and so has sent me into a setup wizard.
    Please help. This has left me high and dry at a time when I really need access to these things.
    Thanks
    Stuart

    Hi Stuart,
    Can you post the crash report text that you get when Safari quits?
    You can obtain the crash report text by clicking the (Report...) button in the Unexpectedly Quit window and then copying and pasting the text here.
    If you previously had some Safari enhancing applications installed, go to these 2 locations to see if you have anything present in them and move them onto your Desktop to deactivate them:
    /Users/YourUsername/Library/InputManagers/
    /Library/InputManagers/
    Restart Safari to pick up the change. If it works now, you can try moving the items back one by one until you find the culprit.

  • I have three computers backing up onto the same Time Machine.  The Hard drive of one has now failed, and I'd like to restore certain items (principally photographs) to one of the other two computers.  How can I do this?

    I have three computers backing up onto the same Time Machine.  The Hard drive of one has now failed, and I'd like to restore certain items (principally photographs) to one of the other two computers.  How can I do this?

    "You can also browse the original backup disk for past backups by using "Browse other Time Machine Disks"--to see this choice, hold the Option key then click the Time Machine menu in the Finder (to see the menu, "Show Time Machine status in the menu bar" must be selected in Time Machine preferences."
    Mac 101: Time Machine

  • Advice on how to access photos on an iPad that were synced from a now failed laptop? The question stems from a need to return my current iPad having just taken delivery of a new unit. Thanks

    I am after some advice on how to access photos on an iPad that were synced from a now failed laptop? The question stems from a need to return my current iPad having just taken delivery of a new unit. Thanks

    If you have a dropbox account, there's a free app (probably more) that syncs photos to your dropbox account - picbox. 
    There's also PhotoSync that syncs photos to/from a number of different services and devices.

  • My iPhone 5 rear camera was not working, now the rear camera is also not working. I have procured the phone in 2012 from San Fransico. USA Can anyone help me, please?

    My iPhone 5 rear camera was not working, now the rear camera is also not working. I have procured the phone in 2012 from San Fransico. USA Can anyone help me, please?

    No one here can help you. If your phone is no longer under warranty, a third-party repair shop will most likely be your best bet. You can't mail the phone to Apple, in the US, as Apple does not accept international shipments. You could mail it to a friend/relative, in the US, & they could take it to an Apple store for you. Some Apple stores repair iPhones. Otherwise, you're looking at an out of warranty replacement.
    Good luck.

Maybe you are looking for

  • AppleTV 2g connected to HDMI to VGA adapter

    I connected my AppleTV to my TV via a HDMI to VGA adapter. On power gives no signal and display a message "Out of Range", to connect another device with the same adapter works properly.

  • XI content for SRM and CCM scenario - mapping

    Hi All, We are using the standard business content for integrating SRM with CCM to update contract information from SRM to CCM. Both SRM and CCM are on the same system. The configuration scenario used is MasterDataInclusionInCatalogOnWAS700 which is

  • String to 2D array

    Hello I have large string like this: TITLE n1 string1-1 string1-2 string1-3 n2 string2-1 string2-2 string2-3 n3 string3-1 string3-2 string3-3 n99 string99-1 string99-2 string99-3 And I want to create array: n1 string1-1 string1-2 string1-3 n2 string2

  • Ipad is asking for passcode and i have never had one

    i  updated to new operating system the other day, and when i went to use it safari was missing. i have now just turned on again and its asking for a passcode to enter but i have never used a passcode before, so i cant get in. i have synced the ipad,

  • Problem in Form Development for Oracle Apps

    Hello everybody, I have developed one form with three blocks: Header Level (block1) [master block] Line Level (block2) [child to block1] Line Detail Level (block3) [child to block2] in the header level i have used two non database items and in line l