LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I back up and restore .. ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-back-up-and-restore-599766/)

mchit2006 11-15-2007 02:15 AM

How can I back up and restore .. ?
 
Hi.
All
I would like to know how i can backup and restore on linux. which command can i use and want to know parameter detail.. plz
I also want to know .. which command is to get IP address..

thanks alot

Tinkster 11-15-2007 02:53 AM

Moved: This thread is more suitable in <Newbie> since it wasn't an introduction, and has been moved accordingly to help your thread/question get the exposure it deserves.

jschiwal 11-15-2007 03:29 AM

You could use tar to back up files. There is an option to create a snapshot file. Then you can create incremental backups in the future.
Quote:

`--listed-incremental=SNAPSHOT-FILE'
`-g SNAPSHOT-FILE'
During a `--create' operation, specifies that the archive that
`tar' creates is a new GNU-format incremental backup, using
SNAPSHOT-FILE to determine which files to backup. With other
operations, informs `tar' that the archive is in incremental
format. *Note Incremental Dumps::.
My favorite backup program is "kdar". It is used to create backups in slices that you can burn to CD or DVD.

---

Im not sure what your question about obtaining IP address means. Maybe you are referring to using DHCP to obtain an ip address automatically for you interface. If you want to find out the IP address of a domain on the web, you could use the "host" or "dig" commands.


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