Backing Up Entire System & Restoring.
Usually I just
Re-install bare Arch and
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 ?
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 ?
0