View Single Post
  #1   (View Single Post)  
Old 7th December 2008
giga giga is offline
Port Guard
 
Join Date: May 2008
Posts: 11
Default Backup to USB flash drive

What is easiest way to backup every day my server to USB flash drive (16GB)?

I like to backup full system, not only "/home", so I can easely replase my HD and restore all from flash drive if something goes wrong.

Code:
$ df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/ad0s1a    989M    268M    642M    29%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/ad0s1g     19G    4.3G     14G    24%    /home
/dev/ad0s1f    989M    570K    910M     0%    /tmp
/dev/ad0s1d    9.7G    4.6G    4.3G    52%    /usr
/dev/ad0s1e    989M    482M    428M    53%    /var
devfs          1.0K    1.0K      0B   100%    /var/named/dev
Reply With Quote