LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-07-2007, 06:12 AM   #1
markhidj
LQ Newbie
 
Registered: Apr 2007
Posts: 1

Rep: Reputation: 0
Question Back Up Suse-System but how do i make it?


I use daily Windows MS. Now I want to change on Suse-Linux.

I have already installed the version 10. I have also installed all updates. Everything functions excellently. How can I do a protection of the system on DVD-Disk? Do reach in addition the Boardtools?

Thanks for help!

marek

Last edited by markhidj; 04-07-2007 at 06:16 AM.
 
Old 04-07-2007, 06:34 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
One normally performs a backup using the tar utility. Regular backups run tar from cron. Basically you just archive the content of the /home directory (and any others you want to save).

tar zcvf /dev/dvd /home

to perform an incremental backup, one uses find to locate the files to backup:
i.e. incremental backup every 24 hours:

tar zcvf /dev/dvd `find /home -mtime -1 -type f -print`

You can run this command each 24hours automatically in crontab.

Restore the backup as follows:

tar zxvf /dev/dvd /

(all this assumes /dev/dvd exists and points to your dvd device)

Of course, one could use the -g option to create/list/extract new gnu format incremental backups. More information, see the tar manpage.

Last edited by Simon Bridge; 04-07-2007 at 06:39 AM.
 
Old 04-07-2007, 05:37 PM   #3
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Note: you can also use rsync - but that is more for network backups.
http://www.mikerubel.org/computers/rsync_snapshots/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After 'make' of glibc, back to welcome screen salakot Linux From Scratch 3 02-02-2007 10:06 PM
make a .img file for custom liveCD, dd?? (Also, how to make your system very small) 1veedo Linux - Newbie 6 05-07-2006 05:52 PM
Need Help Loading Windows XP & SuSe Linux version 8.2---to Make a Dual Boot System Howerton Linux - Newbie 7 09-23-2004 02:49 PM
How to make my WindowsXP back? AdamS Linux - Software 12 08-31-2004 07:09 AM
'make' and 'make install' commands dont work on my system? ginda Linux - Newbie 9 04-18-2004 11:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration