Storage amount question

Hi all,
I tried TM several times with an external FireWire drive (300 GB) - without much success. It worked at the beginning, but soon I got errors and had to start again from the scratch.
I ended up at the idea that 300 GB might be too little storage for an iMac's 250 GB drive. TM is obiviously not savvy enough to reduce its backups to what fits on an external drive; it tries to make all its backups until they are finished.
Now I'm thinking about buying a TC. But which? Will I have the same problems as before with the 500 GB model when I not only backup my iMac but also my MacBook (250 GB + 150 GB = 400 GB)? Thus, do I really need the 1000 GB model? Is there any information from Apple about how much TC can hold?
Thank you very much!
Peter

Now I'm thinking about buying a TC. But which? Will I have the same problems as before with the 500 GB model when I not only backup my iMac but also my MacBook (250 GB + 150 GB = 400 GB)? Thus, do I really need the 1000 GB model? Is there any information from Apple about how much TC can hold?
Each Time Machine (TM) backup will be stored as a separate spare bundle unique to the computer being backed up to the Time Capsule (TC). This sparse bundle is compressed but will grow with subsequent TM backups and will eventually consume the entire TC's hard drive. Near this point, the oldest backup data within the respective sparse bundle will be purged. A typical TM backup does not back up the entire contents of your computer's hard drive, even on the first backup. From the first backup, only incremental backups are made per TM's schedule.
Could you fill up a 500 GB or 1 TB TC? Sure, but you have some options. One is to connect an external USB hard drive to the USB port of the TC and create an archive of the existing TC's hard drive contents. This issue is not unique to the TC as it would equally apply to an external hard drive connected directly to your computer. TM will eventually fill up this type of device as well and will continue to purge the oldest data as the drive reaches this limit.

Similar Messages

  • HT5527 So how do I remove the storage amount? What pulls the most data?

    So how do I remove the storage amount? What pulls the most data?

    I assume this refers to icloud and not the storage on the device.
    You'd have to go into the various apps on your device that store data on iCloud and begin trimming files.  For example, Contacts and emails that are stored on icloud, must be deleted using the Contacts and Mail apps.  Be aware that deleting data from icloud will also remove if from your device.
    Backups:
    Go to Settings>iCloud>Storage & Backups>Manage Storage; there, tap the device you need info on and the resulting screen lists Backup Options with which apps store data on iCloud.  Turn off camera roll and any other apps that might have a lot of data.  Then delete the backup.  That will free up space.  Photos should be regularly synced to a computer (like you store photos from a digital camera) using either USB via iTunes (on a mac use iPhoto or Aperture to move them to an album) or using photo stream. Go to Settings>iCloud and turn that feature on. 
    Emails:
    Regarding emails, on the computer, move emails from mailboxes in icloud to those on the device.  That can also save a lot of space.
    Also see:  http://support.apple.com/kb/ht4847

  • Storage space question

    I am recieving messages that my storage space is maxed out.  I bought an external hard drive and connected that to the My Mac, and copied the files. What should I do next?

    Moodybeach wrote:
    I am was afraid to delete the files from my internal drive. I have read that sometimes the  external hard drives fail.  I have emptied my trash. I have deleted my emails.  Most of my storage is home videos.
    ALL hard drives fail - the question is, when. The files on both your internal and external disks should be backed up, then delete files (and empty the trash!) from the internal that you have copied to the external. You should aim to have at least 20GB free on the internal.

  • Storage capacity question

    I have a macbook air with 121 GB flash storage capacity. I currently use x amount of applications 11gb, movies 13gb, photos 16 gb,music 6 gb, etc. However, it also states that I use 60 gb of 'other'. What can other be? I have nowhere near such a huge amount of data on my computer.

    "Other" is EVERYTHING else not otherwise specified by the preset label types. It includes the operating system, other data, and numerous other application support files.
    You can use products like Omni DiskSweeper, Daisy Disk, and Grand Perspective to further breakdown and identify your file types and space they take. DiskSAweeper will aid you in group file removal too.

  • Storage location question

    Hi, All,
    Do I need to maintain storage location for materials in material master data?
    Which view or which functionality must maintain storage location in the material master data? Is it mandatory?
    If I donu2019t maintain storage location, just plant. When I create purchase order, I donu2019t put storage location, but do goods receipt, I must input storage location, right? Can I put any storage location which belongs to that procurement plant, is it ok?
    Another question is about Is there any T-code or way to check which plant, which storage location maintaing in the specific material?
    Thanks in advance,

    Do I need to maintain storage location for materials in material master data?
    not neccessary but depends on the requirement of you rbussiness.
    Which view or which functionality must maintain storage location in the material master data? Is it mandatory?
    No it is not plant/storage loc 1 and 2 view
    If I donu2019t maintain storage location, just plant. When I create purchase order, I donu2019t put storage location, but do goods receipt, I must input storage location, right? Can I put any storage location which belongs to that procurement plant, is it ok?
    Yes you can put any belongs to the same plant but if in the config the create storage location automatiocally is configure than you can do that (transction OMB3)
    Another question is about Is there any T-code or way to check which plant, which storage location maintaing in the specific material?
    Yes, you can check MMSC OR in detail view
    go to transction SE16 or SE16N and enter the table MARD
    now enter you mateiral and you can view all the available plant and Sloc
    you can write query also using this table

  • Oracle RAC 11gR2 on Windows - Disk Storage Newbie question

    Hi all
    I have been reading through the Grid install guide in an effort to understand how to set up a RAC solution. I am new to Oracle so a lot of these concepts I am trying to understand but from what I am reading a typical install would be to have my cluster software installed on a particular shared storage type of either OCFS or ASM. These storage types then sit on top of a redundant option such as RAID, or logical volumes across disks or a kind of mirroring (SAME).
    I know what I have said is probably a rough attempt at understanding this but what I would like is if anyone has any diagrams that lay this out for me to aid my understanding that would be great.
    I am kind of at a stage where I am thinking about creating a RAC installation on some VMWare and want to know how best to configure the initial disks, and whether to add them to a RAID or carve them into partitions.
    Hope I have made sense.
    Thanks

    Hi;
    Please change thread status to answered here, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • Berkeley DB Storage related questions

    Hi, I am new to BDB.
    We recently migrated our internal DB into BDB (we are using the C++ version). Here are some of the details:
    Data is saved using hash table (key has a fixed size of 16 bytes, but data size varies - from 20 bytes to a few kbs)
    We have an index on each record (the index has fixed size of 4 bytes). Index using btree.
    We do about 200 read, 200 write (update or insert), 200 delete every second. Update will always change the index.
    Over time, the number of records in the DB only increases slightly (total is about 2 million records).
    In the last month or two we have observed the following storage change:
    When the internal DB was converted into BDB, the data was about 8GB, index about 1GB. The actual data (key, data, index) we put into the BDB counts about 50% of the actual storage (the other 50% is BDB's overhead/other data structure, etc). Now, the data becomes about 9GB (slightly more than our data grows rate), but the index db size has grown to 9GB as well. Since the number of records are pretty much the same, the index DB has a lot of waste.
    My questions:
    Are there any parameters (eg fill factors) that could affect the storage usage? We just used the defaults.
    Over time, how to defragment the DB without taking the DB off line?
    Thanks in advance for your help.

    Hi John,
    So you are using the C++ API. What is the BDB release you are using (e.g. 5.1.19, 5.0.26 etc), on what OS, filesystem, and what is the underlying filesystem's I/O block size? (to get the block size, use something like "dumpe2fs /dev/hdN | grep 'Block size'" on Linux, "fsutil fsinfo ntfsinfo D:" on Windows -- look for "Bytes Per Cluster", "df -g /part_mount_point" on Solaris)
    Note that Btree and Hash databases are grow-only, that is, space freed by deleting items from a Btree or Hash database is never returned to the filesystem, although it is reused where possible; see the Disk space requirements section in the Berkeley DB Reference Guide.
    You can use compaction to reclaim disk space and shrink the databases' sizes; see the Db::compact() method. If you need clarification on the compact() method let me know; also, there are a lot of useful threads on the forum dealing with compaction, just do a search on "compact database".
    Data is saved using hash table (key has a fixed size of 16 bytes, but data size varies - from 20 bytes to a few kbs)More precisely, to how many "few" Kbs?
    the data becomes about 9GB (slightly more than our data grows rate), but the index db size has grown to 9GB as wellCould you check that the secondary key creator callback function is correct? It's a little bit surprising to see the secondary index database growing from 1GB to 9GB.
    Are there any parameters (eg fill factors) that could affect the storage usage? We just used the defaults.Yes, the most important is the database page size which will influence the fill factor; see Selecting a page size.
    As your data item size varies to a few Kbs your database probably has a lot of overflow pages (these pages store overflow items which are too large to be stored entirely onto a normal leaf page - an overflow item will be stored onto multiple overflow pages; retrieving such items is more expensive as the entire set of pages needs to be read into cache).
    Also, for specific configuration for each of the two access methods see Btree access method specific configuration and Hash access method specific configuration.
    Use the db_stat utility with the -d option and provide the database statistics for each of the databases (primary and secondary).
    Over time, how to defragment the DB without taking the DB off line?Use compaction as initially mentioned; compaction is done online, that is, you do not have to close the database (take it offline).
    Regards,
    Andrei

  • Storage / Backup Question

    As this relates to how I work with my files whilst using FCE, I suspect this is probably the right board to post on....here's my question....
    I'm starting to produce more and more videos for work - I capture with a small Sony HD camera, import the files to my external hard drive....and then start work on them....
    This works fine for now...but as my first Terabyte starts to be used up, I'm also starting to consider issues such as backing up...
    I started to read about RAID storage options.....RAID 1 appears to be the way to go in terms of storing my master files, and ensuring they are safe....my questions are....
    - Does this sound like the best strategy?
    - Will my Mac need a seperate RAID card installed to handle the extra processor/RAM work?
    -Are there any particular setups / brands anybody could recommend?
    Many thanks in advance
    Jonathan

    When I was recently organising new backup facilities for my sctatch disk I got advice from someone on Macfixit against using a RAID system for backups, either a hard or software RAID system, for the reasons that Martin mentioned - lack of sufficiently reliability. The reason for re-equipping was that the internal power supply circuitry of the (failed) external Scratch Disk caused the failure. If that happened in a RAID system (which I believe shares a common internal power circuitry) the whole RAID would fail. I got a rescue firm to read and copy the Capture Scratch on to another HD but many files did not survive.
    I went for two 500 GB external LaCie Firewire 800 (actually triple inteface) drives and use one for my scratch disk and copy everything across to the other now and again. As a test, by resetting FCE's Scratch settings to the second drive, (to simulate a failure of the first) FCE worked normally.
    Loosing the scrastch disk (as happened to me recently) creates lots of work in re-capturing. So I am relying on two backup systems for my Capture Scratch - the second HD and the Mini DV tapes, all of which I keep as they are quite cheap.
    Message was edited by: SteveKir

  • Storage Resource question

    Hi,
    I have a question, Can I use Storage Resources in Discrete Manufacturing? If so, is there a specific configuration for it?
    This question is because I have Discrete Manufacturing in my plant and there is a process where I have to make a liquid base preparation which then I keep it in a tank so I can bottle it later in different sizes and flavours, and in different machines. Is there a way in Discrete Manufacturing to model this tank so I can link my liquid base preparation which is made with a PPM to the final product from another PPM?
    Thank you in advance,
    Fernando

    Hi,
    I have written an article about storage resources in discrete manufacturing in SNP Optimizer. Please take a look.
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/bpx-community/supply-chain-management/how%20to%20plan%20with%20constrained%20storage%20in%20apo%20supply%20network%20planning%20with%20optimization-based%20planning.pdf
    In PP/DS it is a different story.
    Regards
    Frank

  • I erased a good amount of messages from my email on my iphone, but my icloud storage amount hasn't moved a bit. It is almost full, is there a way to fix this?

    I have a ton of emails on my iphone and it is taking up about 4.4 MB in my icloud storage. I erased some of my messages but the amount hasn't moved at all. It's almost full and I really need my email! What happens when icloud storage gets full? Will I be able to use my email?

    If you exceed your storage plan, your devices will no longer back up to iCloud, iCloud-enabled apps will no longer update documents and data between your devices, and you will no longer be able to send or receive messages with your iCloud email address.
    If you haven't seen your account usage drop after deleting email you might try resetting your device (hold the power and home buttons at the same time until you see the Apple logo, then release), then go back and see if the usage estimate went down.
    Also be sure you emptied the trash after deleting the messages or they will still be in your account.

  • Bt cloud wrong storage amount

    I have uploaded 9.9gb upto bt cloud. it suddenly decided i have upload 48.9gb and wants me to buy more.
    Yes, i have checked all files, and there is no more files than i uploaded.
    Can someone please let me know how to change it to its correct amount.
    Thanks.
    EDIT: I have just reopend cloud, and after uploading nothing else, and all auto back ups turned off, it has now decided I have uploaded 50gb

    Hi 22pilgrim,
    Welcome and thanks for posting!
    Sorry for the problems you're having using BT Cloud and that no-one has got back to you on this.  Send us over your details so that we can look into it from here.
    Click on my username and under the "about me" section you'll see the link to get in touch with us.  If you could also include the link to this thread when you complete the form that would be great!
    Cheers
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • E-Series storage connectivity questions.

    Hey all, Long time NetApp FAS engineer here and this is the first time diving into the E-Series devices. Have some questions about the storage connectivity of these systems, mainly the 2700 series. As I understand it there are 3 options for storage connectivity, 2 or 4 ports 16 Gb FC\10Gb iSCSI optical, 2 port 10Gb iSCSI RJ45, 2 or 4 port 12Gb SAS DAS. So my questions are: 1. With the 2 port 10Gb iSCSI RJ45 -> Will thie negotiate down to 1Gb iSCSI connectivity?2. With 2 or 4 ports 16 Gb FC\10Gb iSCSI optical -> A customer received the "Cable,Direct Attach CU SFP+ 10G,2M". Do they have optical GBICs with fiber connections? Will this negotiate down to 1Gb speed or is that just for the RJ45 connections?3. Can the onboard 1Gb ports be used for storage connectivity? Thanks all.

    Hi, 1. With the 2 port 10Gb iSCSI RJ45 -> Will thie negotiate down to 1Gb iSCSI connectivity? Yes 2. With 2 or 4 ports 16 Gb FC\10Gb iSCSI optical -> A customer received the "Cable,Direct Attach CU SFP+ 10G,2M". Do they have optical GBICs with fiber connections? Yes, combined FC/iSCSI SFP modulesWill this negotiate down to 1Gb speed or is that just for the RJ45 connections? Yes, will negotiate to 1Gb speed 3. Can the onboard 1Gb ports be used for storage connectivity? No, those are for storage system management only, not host IO

  • ICloud Storage downgrade question

    Apple has charged my account with an annual charge for a Storage Plan. I want to downgrade my service to a Free Plan (5Gb).
    I need to change/donwgrade on my account settings...which I have done.
    I also need to contact Apple Support within 15 days for a full refund.
    My question is, who do I contact? Are their any contact details available somewhere? I would prefer email support if possible.

    Hi Eldopark,
    Contact iCloud Support and when prompted indicate "Topic Not Listed":
    https://getsupport.apple.com/Issues.action
    There is no email addess available.
    Cheers,
    GB

  • Storage related question for RAC

    Hi Gurus,
    I have a question here about the storage design. My company has 2 node Oracle RAC already setup on Linux with 11g for clusterware, ASM and 10g for database(for application support we are using still 10g for database). This RAC is dedicated for one database and shared by several applications.
    Now, we decided to add two more nodes and additional storage to it.
    The existing storage uses EMC SAN DMX 4574 (raw partitions) disks. And the additional storage disks provided by our storage team are EMC SAN DMX 3752.
    Is it possible to combine these two different DISK (different series from same vendor) into one single storage sub system visible to entire RAC Database? All the 4 nodes will be used for the same database and application. Its a production system so we wanted to confirm and proceed further as we dont have a test scenario.
    Shall we connect these different disks to the switches so that ASM can see all the disks at once and can be used for database?
    Please advise.
    Regards,
    vasu
    Edited by: vasu77 on Feb 23, 2010 10:12 AM

    Hi Vasu,
    The existing storage uses EMC SAN DMX 4574 (raw partitions) disks. And the additional storage disks provided by our storage team are EMC SAN DMX 3752.
    Is it possible to combine these two different DISK (different series from same vendor) into one single storage sub >system visible to entire RAC Database? All the 4 nodes will be used for the same database and application. Its a >production system so we wanted to confirm and proceed further as we dont have a test scenario.First of all, You have to ask the OS support team in order to see if there is any kind of problem mixing it. I don't think it would be a problem, but as you don't have any test environemnt, You'd better ask them.
    For the ASM side, it's not a problem, You can work with this kind of configuration. In fact I have a couple of environemnt using this configuration. I'm using a expensive storage with a better performance to critical tablespaces, and a lower cost storage to put historical data and other kind of data that are not accessed every time.
    Shall we connect these different disks to the switches so that ASM can see all the disks at once and can be used for database? Well,
    As I told before, I don't think it would be a problem, but again... You should ask the OS support team. For the ASM side, You shouldn't mix disks with diferent behaviour in the same diskgroup, You should use disks with the same size and similar/equal performance characteristics. As ASM balances the I/O over the disks in a ASM diskgroup, it's important to configure in this way in order to avoid performance problems.
    Hope it helps,
    Cerreia

  • How can I restore my iCloud back-up following reduction of storage amount on 1 Oct 2013?

    As a former Mobileme member, my free storage plan was reduced to 5Gb on 1 Oct 2013. Before that, I had around 5.2Gb of iCloud backup size. Today (less than 1 month after 1 Oct) it shows a new back up of just 100Mb. What happened to my earlier back-up (the one rolling over from iOS 6 etc.)? iCloud's notification email says back-up "will temporarily stop working" and that's all.
    I have now increased my storage buying 10 extra Gb of iCloud Space and my back-up (which was circa 5.2Gb before reduction) has not restored. What happened to it and how can it  be restored?
    Thanks!

    No, you have to erase the device to restore from iCloud backup.
    Restoring form backup is all stuff, yo can't select what to restore
    What you can do is to now transfer iTunes purchases to your computer by:

Maybe you are looking for

  • J2SE File Adapter fails (rcv adapter is STARTED but no messages)

    Hi, The J2SE Adapter Engine with a file receiver adapter keeps failing. The symptoms are as follows: 1. We transfer a large number (20-25K) of files. 2. At some point, the J2SE adapter stops receiving messages.     The status on the adapter home page

  • Bluetooth Compatibility With iOS 6.1.2, Bluetooth Compatibility With iOS 6.1.2

    I just updated to iOS 6.1.2 on my iPhone 4 and now it says that my Jawbone Era is no longer compatible, what is up with that Apple?

  • How to change BI Content InfoObject (move Lowercase letter mark) and transp

    Hello, 1. Do you know how to change the business content infoObject by moving the mark "lowercase letter" for the characteristic (no master data) so that i can transport it in PROD. When i tried to change it, the message i recieve is, that i have to

  • Excel load issue

    Hi All I uploaded comma deliminated file through excel load wizard... after i successfully loaded , some rows are shown under "updated rows" category but actually thats the 1st time i uploaded. All what i wanted is to insert all rows to the table. Ro

  • LR not writing XMP files in an exisitng catalog

    Hi Folks My problem is regarding XMP files. I read on a couple of forums that turning on the xmp files is a good idea...... (Automatically write changes into xmp) OK so I thought lets try it.... If I turn this option on in my existing catalog it does