LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   backup (https://www.linuxquestions.org/questions/linux-newbie-8/backup-689822/)

rasupi 12-11-2008 08:13 AM

backup
 
can you please help me with the commands to create a fullbackup on my system and an an external hard drive.Please

TB0ne 12-11-2008 08:26 AM

Quote:

Originally Posted by rasupi (Post 3371665)
can you please help me with the commands to create a fullbackup on my system and an an external hard drive.Please

Check out the MAN page for tar, or look into some backup utilities, like Backula, or Arkeia.

Duck2006 12-11-2008 08:28 AM

You can use the dd commands or partimage to back up your system.

http://www.brunolinux.com/02-The_Ter...d_command.html

Do a search of LQ for the dd thread, there is a lot more in that thread.

http://www.partimage.org/Main_Page

repo 12-11-2008 08:53 AM

Take a look at ondo/mindi
http://www.mondorescue.org/

jstephens84 12-11-2008 08:59 AM

Here my 2 cents.

lets say that my removable hd is on /media/bkupdrv

Code:

rsync -a / /media/bkupdrv:/
this will backup your entire system onto the your ext hdd. here is a good link with other links. http://www.sanitarium.net/golug/rsync_backups.html


All times are GMT -5. The time now is 05:42 PM.