LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Backup: dump x tar (https://www.linuxquestions.org/questions/linux-server-73/backup-dump-x-tar-511646/)

avinhaes 12-18-2006 11:40 AM

Backup: dump x tar
 
Hi all !
I'm new on Linux and I'd like to know what is the best command for backup (dump or tar) ? I've heard that dump is only trustworthy when used in single user mode. Is it correct ? Anyway, I'm using the follwing command to backup my system: "dump -0uf /dev/st0 /". The problem is that I've got four file systems. How can I backup those 4 file systems with a single command line ?

Thanks,
Augusto

raskin 12-18-2006 12:29 PM

Linus said that now dump should not be working reliably on ext3.

uselpa 12-18-2006 02:55 PM

Go for tar. Portable, file-system independant, can compress.

sheryco 12-21-2006 04:01 AM

I usually use tar and cpio but TAR is by far my favorite it does backups the best on all kinds of filesystems ext2, ext3, reiserfs ,ufs even msdos and ntfs surprisingly. Again would go for tar.
Quote:

READ THE MANUAL THOROUGHLY


All times are GMT -5. The time now is 10:42 AM.