Thursday, April 19, 2012

Common backup Linux backup tools – 2

3. Dump Dump is a nice tool to backup an entire filesystem (not for a specific subdirectory). It supports full and incremental backup in nature. Create full backup [root@centos ~]# mount /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sdb1 on /mnt/doc type ext3 (rw) [root@centos ~]# dump -0uf /root/backup/full /mnt/doc [...]
Link to full article

No comments:

Post a Comment