Happy Monday If you have your own linux server with Apache, mysql and bind and have another linux server for a back and a replication of web services this attached open source script will work great. I used this for years and will backup both data and sql for a 12 month rotation 1st of each month plus a 30days of a month. Very simple, easy to use and restore.
Cheers ~Ben Thank you, Ben Stewart Ben Stewart System Administrator Geoffrey R. Weller library 3333 University Way Prince George, British Columbia | V2N 4Z9 PH (250) 960-6605 [email protected] On 12/2/2013, 9:10 AM, "Wilhelmina Randtke" <[email protected]> wrote: >Does anyone have a recommendation for a website backup service? > >I would like something where I provide FTP and MySQL connection info, and >they do something like make a monthly backup, keep backups for about a >year, and will do a roll back from their end. How frequently they do a >backup doesn't really matter. The biggest factors are pricing and having >an interface that someone who doesn't understand databases could use. > >-Wilhelmina Randtke
rbackup
Description: rbackup
{\rtf1\ansi\ansicpg1252\cocoartf1265
{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww10800\viewh8400\viewkind0
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural
\f0\fs22 \cf0 \CocoaLigature0 ############################################################################\
### Editable Variables for Customization\
# Edit /etc/cron.d/rbackup to edit time of execution\
# Include starting forward slash, but omit trailing forward slash\
BACKUPHOST="" # x.x.x.x or hostname, leave blank for non remote\
SOURCES="/clandata/local/share/OFFICE \\\
/clandata/local/share/PHOTOS \\\
/clandata/local/share/TECH_SHARE \\\
/var/www \\\
/var/mail \\\
/etc \\\
/srv \\\
/home" # list seperated by spaces\
SQLDB="willowriver pgipers" # list seperated by spaces\
TARGET="/mnt/backup/" # Full path to target location - mounted /dev/sde1\
MONTHROTATION=12\
DAYROTATION=30}
