How can I backup and restore my entire Linux OS?
Backup?
Started by Grub, Jan 17 2007 07:12 PM
8 replies to this topic
#1
Posted 17 January 2007 - 07:12 PM
|
|
|
#2
Guest_tcm9669_*
Posted 18 January 2007 - 04:56 AM
Guest_tcm9669_*
#3
Posted 18 November 2008 - 07:16 AM
I just tar all of my important files:
I can always restore the OS to default and just untar my files.
tar -zcvf home.tar.gz /home/crop/*
I can always restore the OS to default and just untar my files.
#4
Guest_Jordan_*
Posted 19 November 2008 - 04:56 AM
Guest_Jordan_*
This is what I do as well. I think most backup systems do. I know that the WHM/cPanel backup scripts do a database dump per user and then tar their home directory. It works well and I've restored an entire host using these backups.
#5
Posted 26 November 2008 - 06:26 AM
So that will produce a huge tar archive?
#6
Posted 26 November 2008 - 09:12 AM
It will produce an archive of all the home files for crop. It depends on how many files he has as to the size though.
#7
Posted 28 November 2008 - 04:10 AM
Quote
how many files he has as to the size though
Why? Is there a size limit for tar archives?
#8
Guest_Jordan_*
Posted 29 November 2008 - 07:01 AM
Guest_Jordan_*
I think he is referencing your "huge tar file". If crop only has one file at 1kb in his home directory it will not produce a huge tar file.
#9
Posted 30 November 2008 - 08:08 AM
Ow, ok.. a small misunderstanding.


Sign In
Create Account


Back to top









