RaidArray.net
pointer.gif Home     pointer.gifLog-In     http://raidarray.net/images/pointer.gifContact
Remote Backup Solution
- 100GB Storage Space
- FTP Access
- Remote Mount(samba)
- Instant Activation!
$25/mo + No Setup Fees
go.gif
Is the safety of your business worth $25/mo?
If your business doesn't already have backups then it is at serious risk. Hardware failures, hackers and user error can cause loss of data. Our backup service is easy to use, available 24/7, located in a secure data center and will give you peace of mind.



Mounting Backup as Linux Partition
Locate IP Address Run ifconfig eth0 and contact support with your main server IP address. Our backup servers are behind a firewall and any ip connection to samba must be known.
Option 1: Manual Mount
  • Install samba-client on RedHat/CentOS
  • Create /backup with mkdir -p /backup
  • Run modprobe smbfs to add the kernel module required. If smbfs is compiled into your server this step is not required.
  • Mount with command: mount -t smbfs -o username=UserName,password=PassWord,port=445 //BackupServer/UserName /backup
  • Option 2: Add to /etc/fstab (NOT RECOMMENDED)
  • Install samba-client on RedHat/CentOS
  • Create /backup with mkdir -p /backup
  • Open /etc/fstab in your favorite editor
  • Add //BackupServer/UserName /backup smbfs defaults,user,username=UserName,password=PassWord 0 0
  • Run mount -a
  • If you are having problems with mounting on this set up and can ping the BackupServer change port=445 to port=446

    p1.jpg