thill.dk
September 10, 2010, 02:29:27 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: SMF - Nyt på thill.dk!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: SME Server, Full Backup to USB device  (Read 7 times)
admin
Thomas Thillerup
Administrator
Full Member
*****
Posts: 110


View Profile WWW
« on: May 08, 2010, 01:29:05 AM »

Start by connecting the USB Harddisk and format it to the ext3 file system.

To format it, login as root, then:

Code:
fdisk -l
to see all the disk your system has reconized, you should see the one you want (seems to be /dev/sda)

Code:
fdisk /dev/sda
you'll have a menu to manage the partition on the disk, remove every existing partitions with the 'd' option. Then create a new one with the 'n' option (type primary, and you can let the default options if you just want one big partition using all the space). Once it's done, write the changes to the partition table with the 'w' option. Now you have a partition, you need to create a file system on it:

Code:
mkfs.ext3 -m 1 -L LABEL /dev/sda1
replacing LABEL by the name you want for the partition. Then, your USB disk should be ready.

Then access the SME Server Console (On the server, not the remote server-manager) as admin and select option 8 - backup to USB device
Then just follow the instructions
Logged

Cruel but unjust
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.129 seconds with 17 queries.