Backing Up Entire System & Restoring.

Abhishek Rawal

Abhishek Rawal

@abhishek-fg9tRh Oct 26, 2024
Usually I just
tar cvpzf backup.tgz --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt /
then I just copy backup tar in my other drive or external drive.

Re-install bare Arch and
tar xvpfz backup.tgz -C /
and everything is restored!

But my query is, Is there any way to skip installing bare system always and restore my system ?
I want to backup my arch like we backup Android from CWM or TWRP.
Is it possible ? If yes, then how ?

Plus, how can I backup my system to my raspberry pi connected in same network ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk May 7, 2015

    Are you talking about incremental backup solution? If yes, search for 'incremental backup linux' and you'd find a ton of software that lets you do that. I've not used any yet. I backup all the important files to Amazon.
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh May 7, 2015

    Nah not incremental.
    Like I said, I used to do incremental backup as shown above.
    What I really want is backup of my current system in an iso or tar. So, if I want to change HDD, I can just restore in new HDD without reinstalling bare arch.
  • Ashraf HZ

    Ashraf HZ

    @Ash May 9, 2015

    Hi Abhishek, what you need is to do an image backup. Try checking out Clonezilla. As for backing up from Raspi, it may be possible using Clonezilla SE (Server Edition) to remote backup and restore across the network.