MattW
Well-known member
I've just started using Backupsy (<- yes, that's my affiliate link ) as a cheap way to provide an extra backup to my site (databases and forum files).
They currently have a 40% off for life voucher, so you can get a decent amount of space for not a lot of money.
They have loads of OS templates you can use, including many pre-configured Cloud hosting setups.
I've opened a single support ticket with them, which was answered in 30 minutes.
I'm running a base bones Ubuntu 13.04 install as an RSYNC server
and a little speed test to the VPS
They currently have a 40% off for life voucher, so you can get a decent amount of space for not a lot of money.
40% Off For Life Coupon: 40PERCENT
They have loads of OS templates you can use, including many pre-configured Cloud hosting setups.
I've opened a single support ticket with them, which was answered in 30 minutes.
I'm running a base bones Ubuntu 13.04 install as an RSYNC server
Code:
matt@kickseed:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg-root 491G 30G 436G 7% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 240M 4.0K 240M 1% /dev
tmpfs 50M 380K 50M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 248M 0 248M 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/mapper/vg-tmp 945M 1.2M 895M 1% /tmp
/dev/vda1 223M 29M 182M 14% /boot
and a little speed test to the VPS
Rich (BB code):
matt@kickseed:~$ wget http://cachefly.cachefly.net/100mb.test
--2013-10-07 17:04:23-- http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: ‘100mb.test’
100%[==================================================================================================================================================================================================>] 104,857,600 80.0MB/s in 1.2s
2013-10-07 17:04:24 (80.0 MB/s) - ‘100mb.test’ saved [104857600/104857600]