Backup failure: more space required than my HD's capacity!

Hi, I'm trying to backup a macbook pro with 250gb capacity HD to an external drive with 270gb free space.
Time Machine gives an error stating the backup is too large for the backup volume, requiring 339.3 GB.
I do have a virtual machine but have instructed Time Machine not to back up my virtual disks.
What's going on?!

poiuuiop wrote:
Backup content size: 294.9 GB excluded items size: 11.8 GB for volume HD
Starting pre-backup thinning: 339.71 GB requested (including padding), 309.81 GB available
Your TM partition is much too small. The general rule is, it should have roughly 2-3 times as much space as the data it's backing-up, since it keeps previous copies of items you've deleted or changed. See item #1 of the Frequently Asked Questions post at the top of this forum for more details.
Plus, TM needs free workspace (the "padding" in the message) on the destination (just as OSX does on it's boot volume). Thus the 295 GB of data (having already excluded 11.8 GB), plus 20% yields the 340 GB it needs.
While you might be able to squeeze most of your data into that partition, TM's not going to work well or for long unless it has a lot more space.
What else is on that drive? If you don't have backups of that, your best bet may be to get another, larger drive, big enough to back-up both your internal HD and the other data on the current drive.
If that's not possible, you might be able to use a "clone," such as CarbonCopyCloner or SuperDuper! in the existing partition, but even that would be very tight (295 GB in a 310 GB partition doesn't leave OSX much workspace), and anything changed or deleted in error, or corrupted, would be lost.

Similar Messages

  • RMAN backup uses more space than actual DB size

    Hi All,
    Yesterday, we have configured the RMAN backup for an RAC db in HP-UX. The total DB size is 82GB
    but the RMAN took around 250G space for backup and the backup failed. The oracle db is 10.2.0.1.
    $ ls -artl
    total 520626852
    drwxr-xr-x 23 root root 8192 Feb 10 15:49 ..
    drwxr-xr-x 2 root root 96 Feb 10 16:09 lost+found
    -rw-rw-rw- 1 oracle dba 290 Feb 10 20:35 backup.log
    -rw-rw---- 1 oracle dba 22768640000 Feb 10 21:30 bk_4_1_678488912
    -rw-rw---- 1 oracle dba 37469036544 Feb 10 21:40 bk_3_1_678488912
    -rw-rw---- 1 oracle dba 28807331840 Feb 10 21:52 bk_5_1_678490229
    -rw-rw---- 1 oracle dba 22659448832 Feb 10 22:01 bk_6_1_678490845
    -rw-rw---- 1 oracle dba 22775595008 Feb 10 22:14 bk_7_1_678491581
    -rw-rw---- 1 oracle dba 19507593216 Feb 10 22:15 bk_8_1_678492076
    -rw-rw---- 1 oracle dba 18644811776 Feb 10 22:29 bk_9_1_678492883
    -rw-rw---- 1 oracle dba 19040927744 Feb 10 22:31 bk_10_1_678492958
    -rw-rw---- 1 oracle dba 18791776256 Feb 10 22:44 bk_11_1_678493794
    -rw-rw---- 1 oracle dba 15491096576 Feb 10 22:45 bk_12_1_678493889
    -rw-rw---- 1 oracle dba 19860652032 Feb 10 23:00 bk_13_1_678494656
    -rw-rw---- 1 oracle dba 20742381568 Feb 10 23:01 bk_14_1_678494701
    drwxrwxrwx 3 oracle dba 1024 Feb 10 23:01 .
    Why this is happening ? Any bug or i am missing out anything. Please help.
    Regards,
    Anand.

    We are using the belwo scripts,
    rman target sys/system nocatalog msglog /backup/backup.log
    RUN {
    ALLOCATE CHANNEL ch00 TYPE DISK;
    ALLOCATE CHANNEL ch01 TYPE DISK;
    BACKUP
    INCREMENTAL LEVEL=0
    SKIP INACCESSIBLE
    TAG hot_db_bk_level0
    FILESPERSET 5
    FORMAT '/backup/bk_%s_%p_%t'
    DATABASE;
    sql 'alter system archive log current';
    RELEASE CHANNEL ch00;
    RELEASE CHANNEL ch01;
    ALLOCATE CHANNEL ch00 TYPE DISK;
    ALLOCATE CHANNEL ch01 TYPE DISK;
    BACKUP
    filesperset 20
    FORMAT '/backup/al_%s_%p_%t'
    ARCHIVELOG from time 'sysdate - 1' ;]
    #For backing up the archive of the second server.
    ALLOCATE CHANNEL ch02 TYPE DISK connect 'sys/system@qicdbr2';
    BACKUP
    filesperset 20
    FORMAT 'al2_%s_%p_%t'
    ARCHIVELOG from time sysdate - 1 ;
    RELEASE CHANNEL ch02;
    RELEASE CHANNEL ch00;
    RELEASE CHANNEL ch01;
    ALLOCATE CHANNEL ch00 TYPE DISK;
    BACKUP
    FORMAT '/backup/cntrl_%s_%p_%t'
    CURRENT CONTROLFILE;
    RELEASE CHANNEL ch00;
    RMAN> LIST BACKUPSET SUMMARY;
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    1 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    2 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    3 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    4 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    5 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    6 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    7 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    8 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    9 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    10 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    11 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    12 B 0 A DISK 10-FEB-09 1 1 NO HOT_DB_BK_LEVEL0
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oracle/orahome/OraRAC/dbs/snapcf_QICDB1
    .f'; # default

  • Why is my Time Machine Backup Taking More Space then my Hard Drive?

    I have a Late-2009 MacBook model with a 250GB hard drive.  My external drive is 1TB.  I use it for Time Machine backups as well as other storage.  My backups on that drive are a bit less then 900GB, which is 90% of that disk.  My hard drive is only 250GB so how is it over 3 times as large?  I would like to have more storage for other files.  What would you recomend doing?  Can I partition the external disk?

    How time machine works is that it makes an initial back up and from there it scans your system for changes.  When it finds a change it adds the changes on top of your current backup. So if you have a folder full of pictures then rename them or change them, etc it'll resave/archive the pictures ontop of what it already backed up.  It doesn't keep a single "state" of backup.  This allows you to "look back in time" and see if you can find something you might have accidentally changed or deleted or etc.  Once the disk becomes full it will delete the oldest backups to keep archiving newer files.
    I would suggest that you partition your external drive to a size that allows you to keep free the desired extra storage space you're looking to use.  For example partition the drive to two 500GB partitions one for storage one for time machine.

  • HT1688 I did a back up and now trying to do the restore and it KEEPS saying there not enough space - I've deleted all kinds of things but it still keeps saying that.  It shows more space available than what is actually used.

    I'm tryin to get my iPhone 4s unlocked and I was told to do a back up and restore - well, over and over it says I don't have enough space for restore and I've already deleted a lot

    Morning Bodance,
    Thanks for using Apple Support Communities.
    There could be several reasons why this could occur.
    For more information on this, take a look at this article:
    iOS: 'Not enough free space' alert when trying to sync
    http://support.apple.com/kb/ts1503
    Best of luck,
    Mario

  • Deleting Backups For More Space, or Starting Over?

    Hi Folks,
    I have a 1TB FW external connected to my MacHDD 1TB on my iMac 27. My current backups go back to June 2010, and my TM now getting full.
    Can I just go in to the backups folder and delete June 2010-Oct 2010 to free up some space on my TM or would it be better to just Erase and start new?
    My 1TB MacHDD has about 400G free space and my TM now has only about 149G free.
    I'd like to keep at least about 6 months of data backed up, but probably don't need most of it anymore.
    Thanks for any comments/suggestions.

    Are you aware that TM will remove old backups automatically to make space for new ones? See the following:
    About TM "Backup Drive is Full" Alert
    TM only deletes older files if they have been deleted from the source and when TM needs space on the backup drive for a new incremental backup. Time Machine "thins" it's backups; hourly backups over 24 hours old, except the first of the day; those "daily" backups over 30 days old, except the first of the week. The weeklies are kept as long as there's room.
    So, how long a backup file remains depends on how long it was on your Mac before being deleted, assuming you do at least one backup per day. If it was there for at least 24 hours, it will be kept for at least a month. If it was there for at least a week, it will be kept as long as there's room.
    Note, that on a Time Capsule the sparsebundle grows in size as needed, but doesn't shrink. Thus, from the user's view of the TC it appears that no space has been freed, although there may be space in the sparsebundle.
    Once TM has found it cannot free up enough space for a new backup it reports the disk is full. You can either erase the backup drive and start your backups anew or replace the drive with a larger drive.
    Now, once TM does announce the disk is full you can install a larger drive, erase the drive and start over, or use the TM application to selectively remove backups you no longer need to maintain.
    Do not use the Finder to delete backups from the TM backup drive. The proper way to remove backups is to use the TM application. In this way all the indices will be properly adjusted to reflect changes. Were you to use the Finder then TM would need to rebuild all the indices which could take hours or days depending on how much data are on the drive.

  • Finder shows more space available than Disk utility

    I am clearing out space on my main hard drive. The Finder shows that I have 265 Gbytes available (out of 750), but disk first aid shows that I have only 90 Gbytes.
    Disk Utility shows no problem.

    Morning Bodance,
    Thanks for using Apple Support Communities.
    There could be several reasons why this could occur.
    For more information on this, take a look at this article:
    iOS: 'Not enough free space' alert when trying to sync
    http://support.apple.com/kb/ts1503
    Best of luck,
    Mario

  • Pictures take way more space today than yesterday

    The other day I had an issue with my PC and had to change a few things with it. I had about 11k pics on my pad and it didnt take much space at all. The PC said its was about 3GB of data only, and the pod for the most part agreed on its end ( i understand it make thumbnails and such so the data sizes to bump up some). But today after the PC issue was resolved I re synced the pad and the same 3GB of pics now take up 35GB of data on the pad. I really dont see how it suddenly gained 30GB of data overnight because I had to uninstall and reinstall I Tunes. Any ideas or fixes that I failed to see?

    Wow dude I have the EXACT same problem as you, same version, same iPod... Only things different is I SHOULD be able to update to 4.3.1 (haven't tried it yet) and it shows that 4.4GB is used up from Apps...
    I havent added them up but it should be at LEAST under 4GB, the biggest app on there is ~540MB (Infinity Blade and I have two racing games which add up to ~1301MB(~1GB), From there it's just small apps like Angry Birds which range from 125MB(Highest)-as small as 2.5MB(Smallest)
    So maybe there is a fault in our current versions? Will appreciate response asap

  • Time Machine backup requires significantly more space than size of hard drive + external

    I can't seem to figure out what is going on here. I recently purchased a new Macbook Pro with a 1T SSD hard drive, upgrading from an older MB Pro with a 500 GB hard drive. In the past I've used Time Machine to back up my hard drive and an external hard drive with RAW format photos and video footage that totals 441.56 GB. My internal internal hard drive currently is 487 GB, and I've used a 1TB time machine back up without problem to date.
    I used Time Machine to install on the new system and it worked flawlessly, except that the Time Machine backups wouldn't continue. Time Machine--even when left overnight--would get hung up on Preparing Files to Back Up. So, I reformatted the Time Machine disk (lost the old backups) and attempted to back up from scratch. I then got a message that I need 3.37 TB to complete my new Time Machine back up, though the total size of the back up on disk is ~930 GB. I've read that Time Machine needs 20% - 30% overhead on disk to work well, but I can't figure out why it would require 3x the back up size. I'm hesitant to purchase a new 4 TB external hard drive as I suspect this is a software issue. I've tried reformatting the disk twice more (three total), rebooting my computer, etc. but I keep getting the 3.37 TB message. I'm operating Mavericks OS 10.9.4.
    I would be grateful for insight on this.
    Best,
    Alex

    Hi Linc, thanks for taking a look at this problem. I just reinitiated a backup to make sure it's most up-to-date. Without the external hard drive, I was able to complete a simple backup. After plugging the external in again, here's the log I got:
    8/6/14 11:34:03.228 PM com.apple.backupd[78806]: Starting automatic backup
    8/6/14 11:34:03.660 PM com.apple.backupd[78806]: Backing up to /dev/disk2s2: /Volumes/Time Machine/Backups.backupdb
    8/6/14 11:34:04.538 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78808]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:04.538 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:04.556 PM ReportCrash[78796]: Saved crash report for MessageCenter[78808] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233404_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:34:10.462 PM com.apple.backupd[78806]: Forcing deep traversal on source: "Media" (device: /dev/disk1s2 mount: '/Volumes/Media' fsUUID: BB6ACCE1-B004-3647-9721-0CE726FAA059 eventDBUUID: 0AC9DC0D-5BE3-4574-94C6-4B041C9C4A26)
    8/6/14 11:34:10.469 PM com.apple.backupd[78806]: Deep event scan at path:/Users/Alex/Pictures/Aperture Library.aplibrary/Database/apdb reason:contains changes|must scan subdirs|fsevent|missed reservation|file event|
    8/6/14 11:34:10.573 PM com.apple.backupd[78806]: Finished scan
    8/6/14 11:34:10.573 PM com.apple.backupd[78806]: Not using file event preflight for Macintosh HD
    8/6/14 11:34:14.674 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78820]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:14.674 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:14.693 PM ReportCrash[78796]: Saved crash report for MessageCenter[78820] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233414_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:34:24.815 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78821]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:24.815 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:24.835 PM ReportCrash[78796]: Saved crash report for MessageCenter[78821] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233424_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:34:34.954 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78822]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:34.954 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:34.978 PM ReportCrash[78796]: Saved crash report for MessageCenter[78822] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233434_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:34:45.091 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78823]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:45.091 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:45.109 PM ReportCrash[78796]: Saved crash report for MessageCenter[78823] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233445_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:34:55.119 PM ReportCrash[78825]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:34:55.242 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78824]) Job appears to have crashed: Bus error: 10
    8/6/14 11:34:55.242 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:34:55.275 PM ReportCrash[78825]: Saved crash report for MessageCenter[78824] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233455_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:05.377 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78826]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:05.377 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:05.395 PM ReportCrash[78825]: Saved crash report for MessageCenter[78826] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233505_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:15.514 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78828]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:15.514 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:15.533 PM ReportCrash[78825]: Saved crash report for MessageCenter[78828] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233515_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:25.653 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78829]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:25.653 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:25.672 PM ReportCrash[78825]: Saved crash report for MessageCenter[78829] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233525_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:35.789 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78830]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:35.789 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:35.809 PM ReportCrash[78825]: Saved crash report for MessageCenter[78830] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233535_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:45.923 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78831]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:45.923 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:45.942 PM ReportCrash[78825]: Saved crash report for MessageCenter[78831] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233545_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:35:55.950 PM ReportCrash[78833]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:35:56.071 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78832]) Job appears to have crashed: Bus error: 10
    8/6/14 11:35:56.071 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:35:56.105 PM ReportCrash[78833]: Saved crash report for MessageCenter[78832] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233556_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:06.210 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78834]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:06.210 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:06.229 PM ReportCrash[78833]: Saved crash report for MessageCenter[78834] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233606_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:10.023 PM WindowServer[109]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    8/6/14 11:36:10.135 PM WindowServer[109]: CGXMuxCapture: Starting
    8/6/14 11:36:10.136 PM WindowServer[109]: CGXMuxCapture: Acquired
    8/6/14 11:36:10.136 PM WindowServer[109]: Display 0x4280882 captured by conn 0xdf03
    8/6/14 11:36:14.010 PM WindowServer[109]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280882 device: 0x7f8682f01ec0  isBackBuffered: 1 numComp: 3 numDisp: 3
    8/6/14 11:36:16.346 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78836]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:16.346 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:16.365 PM ReportCrash[78833]: Saved crash report for MessageCenter[78836] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233616_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:19.883 PM WindowServer[109]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 10.86 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/6/14 11:36:20.172 PM com.apple.SecurityServer[15]: Killing auth hosts
    8/6/14 11:36:20.172 PM com.apple.SecurityServer[15]: Session 100055 destroyed
    8/6/14 11:36:20.213 PM WindowServer[109]: CGXMuxCapture: Released
    8/6/14 11:36:20.213 PM WindowServer[109]: Display 0x4280882 released by conn 0xdf03
    8/6/14 11:36:20.237 PM WindowServer[109]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280882 device: 0x7f8682f01ec0  isBackBuffered: 1 numComp: 3 numDisp: 3
    8/6/14 11:36:26.343 PM com.apple.prefs.backup.remoteservice[78837]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/6/14 11:36:26.396 PM com.apple.prefs.backup.remoteservice[78837]: assertion failed: 13E28: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    8/6/14 11:36:26.512 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78838]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:26.512 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:26.536 PM ReportCrash[78833]: Saved crash report for MessageCenter[78838] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233626_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:26.614 PM com.apple.prefs.backup.remoteservice[78837]: Bogus event received by listener connection:
    <error: 0x7fff74e8fb50> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff74e8fe60> { length = 18, contents = "Connection invalid" }
    8/6/14 11:36:30.840 PM iTunes[637]: Entered:_AMMuxedDeviceDisconnected, mux-device:840
    8/6/14 11:36:30.840 PM iTunes[637]: Entered:__thr_AMMuxedDeviceDisconnected, mux-device:840
    8/6/14 11:36:30.841 PM iTunes[637]: tid:1aa47 - Mux ID not found in mapping dictionary
    8/6/14 11:36:30.841 PM iTunes[637]: tid:1aa47 - Can't handle disconnect with invalid ecid
    8/6/14 11:36:36.647 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78842]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:36.647 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:36.666 PM ReportCrash[78833]: Saved crash report for MessageCenter[78842] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233636_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:46.781 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78843]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:46.781 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:46.800 PM ReportCrash[78833]: Saved crash report for MessageCenter[78843] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233646_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:36:56.814 PM ReportCrash[78845]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:36:56.936 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78844]) Job appears to have crashed: Bus error: 10
    8/6/14 11:36:56.936 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:36:56.997 PM ReportCrash[78845]: Saved crash report for MessageCenter[78844] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233656_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:07.081 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78846]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:07.081 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:07.099 PM ReportCrash[78845]: Saved crash report for MessageCenter[78846] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233707_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:17.224 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78847]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:17.224 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:17.243 PM ReportCrash[78845]: Saved crash report for MessageCenter[78847] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233717_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:27.361 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78849]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:27.361 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:27.379 PM ReportCrash[78845]: Saved crash report for MessageCenter[78849] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233727_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:35.193 PM com.apple.usbmuxd[40]: _SendAttachNotification Device fc:25:3f:70:c5:7c@fe80::fe25:3fff:fe70:c57c._apple-mobdev2._tcp.local. has already appeared on interface 4. Suppressing duplicate attach notification.
    8/6/14 11:37:37.496 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78851]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:37.496 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:37.515 PM ReportCrash[78845]: Saved crash report for MessageCenter[78851] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233737_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:47.636 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78852]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:47.636 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:47.656 PM ReportCrash[78845]: Saved crash report for MessageCenter[78852] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233747_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:37:57.665 PM ReportCrash[78855]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:37:57.785 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78854]) Job appears to have crashed: Bus error: 10
    8/6/14 11:37:57.785 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:37:57.845 PM ReportCrash[78855]: Saved crash report for MessageCenter[78854] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233757_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:07.920 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78856]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:07.920 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:07.939 PM ReportCrash[78855]: Saved crash report for MessageCenter[78856] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233807_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:18.056 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78859]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:18.056 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:18.076 PM ReportCrash[78855]: Saved crash report for MessageCenter[78859] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233818_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:28.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=78861[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    8/6/14 11:38:28.205 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78860]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:28.205 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:28.225 PM ReportCrash[78855]: Saved crash report for MessageCenter[78860] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233828_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:38.341 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78862]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:38.341 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:38.360 PM ReportCrash[78855]: Saved crash report for MessageCenter[78862] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233838_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:48.481 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78863]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:48.481 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:48.499 PM ReportCrash[78855]: Saved crash report for MessageCenter[78863] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233848_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:38:58.507 PM ReportCrash[78865]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:38:58.628 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78864]) Job appears to have crashed: Bus error: 10
    8/6/14 11:38:58.628 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:38:58.664 PM ReportCrash[78865]: Saved crash report for MessageCenter[78864] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233858_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:08.768 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78866]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:08.768 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:08.787 PM ReportCrash[78865]: Saved crash report for MessageCenter[78866] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233908_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:18.907 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78868]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:18.907 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:18.926 PM ReportCrash[78865]: Saved crash report for MessageCenter[78868] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233918_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:29.043 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78869]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:29.043 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:29.063 PM ReportCrash[78865]: Saved crash report for MessageCenter[78869] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233929_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:33.045 PM com.apple.backupd[78806]: Deep event scan at path:/Volumes/Media reason:must scan subdirs|require scan|
    8/6/14 11:39:33.046 PM com.apple.backupd[78806]: Finished scan
    8/6/14 11:39:33.046 PM com.apple.backupd[78806]: Not using file event preflight for Media
    8/6/14 11:39:35.803 PM com.apple.backupd[78806]: Found 70992 files (587.73 GB) needing backup
    8/6/14 11:39:35.834 PM com.apple.backupd[78806]: 611.31 GB required (including padding), 518.88 GB available
    8/6/14 11:39:35.834 PM com.apple.backupd[78806]: No expired backups exist - deleting oldest backups to make room
    8/6/14 11:39:39.185 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78870]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:39.185 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:39.204 PM ReportCrash[78865]: Saved crash report for MessageCenter[78870] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233939_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:47.777 PM com.apple.backupd[78806]: Deleted backup /Volumes/Time Machine/Backups.backupdb/Alex Edmunds’s MacBook Pro/2014-08-06-041205 containing 29.2 MB; 518.92 GB now available, 611.31 GB required
    8/6/14 11:39:47.777 PM com.apple.backupd[78806]: Removed 1 expired backups so far, more space is needed - deleting oldest backups to make room
    8/6/14 11:39:49.315 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78872]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:49.315 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:49.334 PM ReportCrash[78865]: Saved crash report for MessageCenter[78872] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233949_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:39:50.722 PM com.apple.backupd[78806]: Deleted backup /Volumes/Time Machine/Backups.backupdb/Alex Edmunds’s MacBook Pro/2014-08-06-050217 containing 16.4 MB; 518.93 GB now available, 611.31 GB required
    8/6/14 11:39:50.722 PM com.apple.backupd[78806]: Removed 2 expired backups so far, more space is needed - deleting oldest backups to make room
    8/6/14 11:39:54.321 PM com.apple.backupd[78806]: Deleted backup /Volumes/Time Machine/Backups.backupdb/Alex Edmunds’s MacBook Pro/2014-08-06-060415 containing 37.3 MB; 518.97 GB now available, 611.31 GB required
    8/6/14 11:39:54.321 PM com.apple.backupd[78806]: Removed 3 expired backups so far, more space is needed - deleting oldest backups to make room
    8/6/14 11:39:59.342 PM ReportCrash[78874]: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    8/6/14 11:39:59.381 PM com.apple.backupd[78806]: Deleted backup /Volumes/Time Machine/Backups.backupdb/Alex Edmunds’s MacBook Pro/2014-08-06-070639 containing 108.3 MB; 519.09 GB now available, 611.31 GB required
    8/6/14 11:39:59.381 PM com.apple.backupd[78806]: Removed 4 expired backups so far, more space is needed - deleting oldest backups to make room
    8/6/14 11:39:59.467 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78873]) Job appears to have crashed: Bus error: 10
    8/6/14 11:39:59.467 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:39:59.507 PM ReportCrash[78874]: Saved crash report for MessageCenter[78873] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-233959_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:40:02.467 PM com.apple.backupd[78806]: Deleted backup /Volumes/Time Machine/Backups.backupdb/Alex Edmunds’s MacBook Pro/2014-08-06-080909 containing 91.3 MB; 519.18 GB now available, 611.31 GB required
    8/6/14 11:40:02.467 PM com.apple.backupd[78806]: Removed 5 expired backups so far, more space is needed - deleting oldest backups to make room
    8/6/14 11:40:02.467 PM com.apple.backupd[78806]: Deleted 5 backups containing 282.4 MB total; 519.18 GB now available, 611.31 GB required
    8/6/14 11:40:02.467 PM com.apple.backupd[78806]: Backup date range was shortened: oldest backup is now Aug 6, 2014
    8/6/14 11:40:03.163 PM com.apple.backupd[78806]: Backup failed with error 7: Not enough available disk space on the target volume.
    8/6/14 11:40:09.597 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78877]) Job appears to have crashed: Bus error: 10
    8/6/14 11:40:09.597 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:40:09.616 PM ReportCrash[78874]: Saved crash report for MessageCenter[78877] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-234009_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:40:19.731 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78878]) Job appears to have crashed: Bus error: 10
    8/6/14 11:40:19.731 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:40:19.749 PM ReportCrash[78874]: Saved crash report for MessageCenter[78878] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-234019_Alex-Edmundss-M acBook-Pro.crash
    8/6/14 11:40:29.863 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist[78879]) Job appears to have crashed: Bus error: 10
    8/6/14 11:40:29.863 PM com.apple.launchd[1]: (cn.com.zte.MessageCenter.plist) Throttling respawn: Will start in 10 seconds
    8/6/14 11:40:29.882 PM ReportCrash[78874]: Saved crash report for MessageCenter[78879] version ??? to /Library/Logs/DiagnosticReports/MessageCenter_2014-08-06-234029_Alex-Edmundss-M acBook-Pro.crash

  • Time Machine requiring more space than necessary?

    Hi all,
    Since I only have a 60gb external drive (whereas my laptop has 250gb) I burned some files to DVDs and then excluded them from the Time Machine backup so the backup would fit in 60gb (~56gb, really).
    Anyways, when I managed to reduce the size of my backup to around 51gb, I got a message saying that the backup would require 64.7gb. I thought it was okay, maybe TM needs a bit more space for whatever reason. But even after shrinking by backup to only 41gb, it still says 64.7gb are needed!
    I'm desperate because I haven't been able to find a solution and thus I've been unable to backup my files.
    Thanks in advance

    Thanks for your replies, but I am perfectly aware of how TM works and that I need a bigger hard disk to back up.
    A friend also has a computer with a 250 HDD and he backs up perfectly around 50gb of files in a 60gb hard disk.
    I've formatted my disk and I'm doing this as my first backup, so I know there are no 'extra files' to be backed up besides those I've chosen not to exclude.
    But my question is why does TM require exactly the same disk space (64.6GB) with different backup sizes (from 35GB to 53GB), it's ALWAYS the same space!
    I really appreciate your replies, though. =)

  • Deleted TM backup to start over, now TM says it needs more space than avail

    I deleted the backup image on my 500 GB Time Capsule to start over. Now Time Machine says it needs 700 GB of space and only 350 GB available. I only have 100 GB on my MacBook with OS 10.5.8. How do I let TM know that I want to start over and only backup the 100GB with today as a baseline? Thanks

    YokoVP wrote:
    TM says it needs more space (530 gig) for the backup that is actually on my IMAC (used 420 of 1 trb). Any ideas why TM will not back-up and why it requires 530 gig when my IMAC has only used 420 gig?
    Because TM needs workspace on the TM drive, and yours is much too small. TM adds 20% to the estimated size of the backup when requesting space.
    But to work well, TM usually needs 2-3 times the space of the data it's backing-up. See #1 in the Frequently Asked Questions *User Tip* at the top of this forum.
    Short term, you may be able to "finagle" getting backed-up by excluding a lot of things temporarily, running a backup, then removing some exclusions and running another. That way, the 20% won't get applied to the total amount of data all at once.
    That will work, for a short period of time, but not for long. You need a much bigger drive.

  • Firevault: "Your homefolder is using more space than required"

    I would like to ask for some help. After every log-out, Firevault tells me that "Your homefolder is using more space than required" (or something between that lines). What can I do?
    Thank you for the help.

    Hi Morales,
    Unless you have a need for military-level security, FileVault is overkill. It slows your computer because all sorts of cache and preference files are repeatedly encrypted and decrypted, and because filevault is saving all your files in a big "container file," disk and directory errors that would otherwise be minor can cause massive data loss on a filevault-ed computer.
    To keep SOME files secure, an encrypted, password protected disk image is a better idea. You can make encrypted disk images with Applications/Utilities/Disk Utility. Do File > New > Disk Image from Folder.
    John

  • HT4847 iOS8 uses more space on iCloud for backup than before without changing anything other than upgrading to iOS8... why?

    iOS8 uses more space on iCloud for backup than before without changing anything other than upgrading to iOS8... why?

    Hello westbrkk,
    this is an user-to-user forum, so unfortunately we won't be able to tell you why.

  • Doesn't Time Machine delete old backups when it needs more space?

    I've had time machine running for a long time now. It worked flawlessly for quite some time.
    Today it gave me the error that there was not enough free space on the disk to complete the backup (the error message says something like there is 360 GB of data on the Time Machine drive already, 140 GB of free space and it would require more than that to complete my backup). I have a 500 GB Time Machine disk and my Mac has a 500 GB hard drive, so I should technically never run out of space.
    The Time Machine almost acts like this is the first time I've ever backed up, which is not true. Shouldn't Time Machine delete old backups to make space for the new? What's even weirder is that if I open the "Star Wars" window of Time Machine I only see one backup from March 31, 2011, but I have been running Time Machine for well over a year now. I'm totally confused as to what happened. Any advice on how to get my Time Machine back up and running (without buying a new drive) would help!

    You see only one backup in the Time Machine window because Time Machine has deleted the older backups to make space to do the current backup.
    Time machine needs some working space to do its backups, and so backing up a 500GB drive onto a 500GB time machine volume is not ideal.
    However, I do essentially the same thing, and what I do, when I have this problem, is exclude things from the backup.
    First off, figure out what you changed. If you moved things from one partition to another, then that will cause a backup of the size of the thing that was moved. This may be why you have a large backup.
    When I have this problem, I exclude large things that have changed recently from the backup. This makes the backup smaller, and means that there is less working space needed. I do this until I get a successful backup. Then I remove things, one by one, from the exclusion list, and back up after each one.
    So, for instance if you just put 4 new folders on your drive, each of which s 20GB of data and they are named A, B, C and D, add all four to the exclusion list, do a backup, then remove A from the exclusion list (leaving B, C & D on it) and do a backup, and continue like this, adding 20GB of backup data each time until none of the new data is on the exclusion list and you get a completed backup.
    Another possible issue, if you use multiple partitions, is that Time Machine may be keeping an obsolete backup of a partition that you previously reformatted. To see if this is the case, go into time machine (The universe interface) and go back to the most recent backup it shows. Click on your computer and see what partitions show up-- are any of them old ones that have been reformatted and renamed? You may be storing a duplicate backup because Time Machine does not realize that the disk that went away isn't coming back (because it has been reformatted as a different partition)
    You can right-click on these items and remove them from your backup by sleecting "Delete all backups of...." This will free up space as well.

  • I created an iCloud account and also had to get more space after I have done the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help

    I created an iCloud account and also had to get more space so after I have made the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help I'm unable to make the backup as I need to transfer all my data on my new iPhone 5S

    This may be caused by a corrupt existing backup that needs to be deleted, or by data on your device that is causing the backup to fail.  To troubleshoot these, try deleting your last iCloud backup (if you have one) by turning off iCloud Backup in Settings>iCloud>Storage & Backup, then tap Manage Storage, tap your device under Backups, then tap Delete Backup.  Then go back and turn iCloud Backup back on and try backing up again.
    If it still won't back up, you may have an app or something in your camera roll that is causing the backup to fail.  To locate which one, go to Settings>iCloud>Storage & Backup>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If the backup is successful, then the camera roll and/or one of your apps is causing the backup to fail and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    In the meantime you can back up your phone to your computer by connect it, opening iTunes and going to File>Devices>Back Up.  Also be sure to transfer your purchases (File>Devices>Transfer Purchases).  Then set up your new phone and when given the option, choose Restore from iTunes Backup and follow the prompts to restore this backup to your new phone.  This will be much faster than using iCloud anyway.

  • I'm running out of hd space on my MBP with Mavericks. How do I move my Photoshop 5 app off the computer for more space. How can I store the PS5 app on DVD or on my backup hd for a future reinstall on my next Mac?

    I'm running out of hd space on my MBP with Mavericks OS. How do I move my Photoshop 5 app off the computer for more space, and store the PS5 app on DVD or on my backup hd for a future reinstall on my next Mac with larger hd?
    Thanks

    slaglejrp,
    perhaps it would be less expensive to just install a new disk with a larger capacity on your current MacBook Pro, rather than plan on buying a new Mac with a larger disk? Once your current disk has been cloned to the new disk, and the new disk has been installed into your MacBook Pro, that would allow you to keep Photoshop 5 on your current MacBook Pro.

Maybe you are looking for

  • Configuring IISExpress as default web server for multiple TFS workspaces in VS2013

    I am trying to configure VS2013 so that IISExpress works in a similar way to the builtin web server (Cassini) in VS2010. For the past year or so, I have worked with multiple local TFS workspaces for a web site which all map the same TFS branch. When

  • What are the best affordable external drive options for my iMac ?

    Hello, I am a fairly recent newcomer to Macintosh as my primary personal computing platform. I have recently installed Adobe CS4 Design Premium Student Edition on a late 2006 20in iMac and have several important questions about external hard drives.

  • Applications opening slowly

    Upgraded last night.  After restart opening any application took a long time to open if at all.  This morning functioning a little better but still very slow to launch an application.  Also noticed that files on the desktop are not displaying as they

  • Unity set-up

    Hi, /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margi

  • LR Catalog content disappear... then eventually reappear

    I'm on LR 5.7.  This may have started once I upgraded to 5.7, or maybe just before.  I've been on LR for a couple years now and have never had this issue until just recently, just the last few weeks.  What will happen is that LR will crash.  When I r