Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

The New Coffee Room

  1. TNCR
  2. General Discussion
  3. Why *not* to use a SSD for Time Machine Backup

Why *not* to use a SSD for Time Machine Backup

Scheduled Pinned Locked Moved General Discussion
13 Posts 5 Posters 50 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jon-nycJ Online
    jon-nycJ Online
    jon-nyc
    wrote on last edited by
    #4

    I ended up getting an SSD for use with Time Machine. I haven’t noticed any issues but it hasn’t been that long.

    "You never know what worse luck your bad luck has saved you from."
    -Cormac McCarthy

    1 Reply Last reply
    • KlausK Klaus

      When the drive is
      full, the SSD needs to find out which blocks are partially filled, move
      that information into a cache and then write it back to the drive. It is
      best to have 10-15% of your drive set aside for free space, to keep a
      good balance between performance and space utilization."

      Back in the day it was common to have a "defragmentation" tool for the harddrive, which would move all free space to a continuous segment. It should be pretty simple to do the same for an SSD, no?

      AxtremusA Away
      AxtremusA Away
      Axtremus
      wrote on last edited by
      #5

      @Klaus said in Why *not* to use a SSD for Time Machine Backup:

      Back in the day it was common to have a "defragmentation" tool for the harddrive, which would move all free space to a continuous segment. It should be pretty simple to do the same for an SSD, no?

      It is already being done (to different degrees by different SSDs/systems), it’s called “garbage collection”:

      https://datarecovery.com/rd/garbage-collection-ssd-simple-explanation/

      KlausK 1 Reply Last reply
      • AxtremusA Away
        AxtremusA Away
        Axtremus
        wrote on last edited by
        #6

        Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

        SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

        Aqua LetiferA KlausK 2 Replies Last reply
        • AxtremusA Axtremus

          Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

          SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

          Aqua LetiferA Offline
          Aqua LetiferA Offline
          Aqua Letifer
          wrote on last edited by
          #7

          @Axtremus said in Why *not* to use a SSD for Time Machine Backup:

          Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

          SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

          How many have you built, Ax?

          Please love yourself.

          1 Reply Last reply
          • AxtremusA Axtremus

            @Klaus said in Why *not* to use a SSD for Time Machine Backup:

            Back in the day it was common to have a "defragmentation" tool for the harddrive, which would move all free space to a continuous segment. It should be pretty simple to do the same for an SSD, no?

            It is already being done (to different degrees by different SSDs/systems), it’s called “garbage collection”:

            https://datarecovery.com/rd/garbage-collection-ssd-simple-explanation/

            KlausK Offline
            KlausK Offline
            Klaus
            wrote on last edited by
            #8

            @Axtremus said in [Why *not* to use a SSD for Time Machine

            It is already being done (to different degrees by different SSDs/systems), it’s called “garbage collection”:

            A terrible choice of name. Since the 1950s, the term "garbage collection" refers to a process of identifying blocks of memory that aren't needed anymore, either by tracing references start from a "root" set of references, or by a process called "reference counting". The "garbage collection" process of an SSD seems to not actually identify any garbage; rather, it seems to be only about compactifying and restructuring blocks.

            AxtremusA 1 Reply Last reply
            • AxtremusA Away
              AxtremusA Away
              Axtremus
              wrote on last edited by
              #9

              I recently replaced the HDD in a TimeCapsule with an SSD. It will be a while until that SSD fills up. I still have another TimeCapsule of the same model with an HDD. So if that HDD survives until the SSD fills up, I will have two systems that will let me compare their performances.

              1 Reply Last reply
              • AxtremusA Axtremus

                Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

                SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

                KlausK Offline
                KlausK Offline
                Klaus
                wrote on last edited by
                #10

                @Axtremus said in Why *not* to use a SSD for Time Machine Backup:

                Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

                SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

                This is only about write speeds, no? So I assume it would still outperform HDDs in read speed.

                I think it's a little sad that "hybrid" drives that have a smaller SSD and a big HDD aren't more common. A clever file system could combine their respective advantages.

                AxtremusA 1 Reply Last reply
                • KlausK Klaus

                  @Axtremus said in [Why *not* to use a SSD for Time Machine

                  It is already being done (to different degrees by different SSDs/systems), it’s called “garbage collection”:

                  A terrible choice of name. Since the 1950s, the term "garbage collection" refers to a process of identifying blocks of memory that aren't needed anymore, either by tracing references start from a "root" set of references, or by a process called "reference counting". The "garbage collection" process of an SSD seems to not actually identify any garbage; rather, it seems to be only about compactifying and restructuring blocks.

                  AxtremusA Away
                  AxtremusA Away
                  Axtremus
                  wrote on last edited by
                  #11

                  @Klaus said in Why *not* to use a SSD for Time Machine Backup:

                  A terrible choice of name. Since the 1950s, the term "garbage collection" refers to a process of …

                  Yes, the name has been overloaded.

                  1 Reply Last reply
                  • KlausK Klaus

                    @Axtremus said in Why *not* to use a SSD for Time Machine Backup:

                    Re: the opening post … what I hope to see is performance comparison between filled SSD vs. HDD.

                    SSD can slow down after it is filled, but if after the slowdown it still outperforms the HDD, then it would still be worthwhile to use SSD.

                    This is only about write speeds, no? So I assume it would still outperform HDDs in read speed.

                    I think it's a little sad that "hybrid" drives that have a smaller SSD and a big HDD aren't more common. A clever file system could combine their respective advantages.

                    AxtremusA Away
                    AxtremusA Away
                    Axtremus
                    wrote on last edited by
                    #12

                    @Klaus

                    1. Yes, mostly affect write speed, not so much on read speed

                    2. Hybrid drive with smaller SSD + bigger HDD … for a while that’s the standard for iMacs. Even Apple stopped doing that now. I guess people just don’t want to deal with the mechanical failures of HDD’s moving parts. For a system that never shuts down (servers), I am guessing an HDD with very big cache will likely work as well or better than a hybrid SSD+HDD.

                    George KG 1 Reply Last reply
                    • AxtremusA Axtremus

                      @Klaus

                      1. Yes, mostly affect write speed, not so much on read speed

                      2. Hybrid drive with smaller SSD + bigger HDD … for a while that’s the standard for iMacs. Even Apple stopped doing that now. I guess people just don’t want to deal with the mechanical failures of HDD’s moving parts. For a system that never shuts down (servers), I am guessing an HDD with very big cache will likely work as well or better than a hybrid SSD+HDD.

                      George KG Offline
                      George KG Offline
                      George K
                      wrote on last edited by
                      #13

                      @Axtremus said in Why *not* to use a SSD for Time Machine Backup:

                      1. Yes, mostly affect write speed, not so much on read speed

                      I would think that's not a major issue in backup, particularly if incremental, such as Time Machine.

                      1. Hybrid drive with smaller SSD + bigger HDD … for a while that’s the standard for iMacs. Even Apple stopped doing that now. I guess people just don’t want to deal with the mechanical failures of HDD’s moving parts.

                      My 2014 iMac has such a drive. It failed after about 3 years. I had it replaced. But, I'm currently booting from an external SSD and it works great. My Time Machine backup is to a 4TB RDHD.

                      "Now look here, you Baltic gas passer... " - Mik, 6/14/08

                      The saying, "Lite is just one damn thing after another," is a gross understatement. The damn things overlap.

                      1 Reply Last reply
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups