So on android in 2010 I used to be into the idea of rooting my phone, and installing custom roms.

Distros are essentially custom roms for your pc. Same concept.

There was a program called TWRP that I could use. Back then it would make a full backup of EVERYTHING on your internal drive. It was mostly used after you already had a custom rom.

But it backedup EVERYTHING. If you wrote a txt message as a draft, and didn’t sent it, then backed up with TWRP, whenever you restored on a new phone, that txt draft was there too. It was literally like your phone took an all encompassing picture of everything on your phones internal drive, every single file and setting, and made a backup. Saving it to your sd card.

So I’m thinking, linux should theoretically be able to do this. Maybe it does.

What if my current install is on a 250gb drive, and I buy a completely different 4TB drive? What if I want to do this total backup, save the backup to a usb hard drive, then put in a NEW hard drive, and have it restore the backup so now my entire old hard drive is now on my new hard drive? And every setting, every file, every last detail is an exact replica.

Could I do that?

  • zelifcam
    link
    English
    6
    edit-2
    2 days ago

    Yes, restoring from a backup is far from a new concept.

    clonezilla dd borg rsync

    • @TechnologyChef
      link
      English
      22 days ago

      Yup lots of options, even things far advanced like SyncThing that can safely keep things in sync between many devices and locations without having to think about it. Anyways, this is a Reddit post to see what people are using, while I wrote my own setup using rsync and dm-crypt.