What's an offsite FTP?Not only should people make regular backups, they should also check the integrity of said backups, to.
I take several database backups each day to an offsite FTP, but I also randomly download one and check it's integrity.
What's an offsite FTP?Not only should people make regular backups, they should also check the integrity of said backups, to.
I take several database backups each day to an offsite FTP, but I also randomly download one and check it's integrity.
This could have happened to anyone, and to any host, really.
What's an offsite FTP?
How do you set one of those up?An ftp account not located on the same server as your site that you use to place your backups on.
Fair enough.If I am going to pay for hosting, I would want the company to be located so that the datacenter is their own responsibility. That's also why I have never knowingly gone with a reseller.
The World Trade Center had security guards and alarm systems, probably some of the best. The Pentagon is a freaking prison, you can't get in or out without passing rigorous security clearance and military guys with guns. I'm sure you'll recall what happened. Calling someone "incompetent" or "jerkoffs" because they experienced a freak accident with the hardware just goes to show you how the true "jerkoff" is. Millions of car accidents happen every year. Most of the time, people are injured, but they are still alive. Do we call the thousands who died in the accident "incompetent jerkoffs", because they're part of the few who couldn't control what happened?Wow.
I've been working in the web hosting business for 15 years, and the explanation you've been given is pure B.S. The host is either lying or really, really stupid. Back in 2006, the host I work for was on the receiving end of the biggest DDoS anyone at our upstream providers (two of the world's largest) had ever seen, and we lost no customer data.
Unfortunately, even if your host was honest about the cause of the data loss, that doesn't help you in a situation like this. You can piece together your site through caches and archives, but hopefully everyone reading this will think twice about their hosts. This is really a subject for a different thread, but it just kills me to see people trusting their hard work to incompetents and jerkoffs, and that's what 99% of the "hosts" out there are. This kind of amateur hour stuff really pisses me off, and I'm sorry that some of you had to suffer because of those fools.
Yes. You can run an automated scripted an email it to yourself. I used to use gmail for this.Is there a way to generate a full backup and have it sent to yourself? I want to try and automate the process if possible.
If not, what is the easiest way to do this?
How do you set one of those up?
<snip>
Once we get the sites back up, I'll personally assist you in setting up a solution to have your backups automatically sent to your PC, along with an offsite server.
Thanks Peggy
I wish I ran a linux distro on my desktop so I could set up a scheduled rsync job to pull my site's files and databases here as a backup.
Would you start a new thread explaining the process?You can do it with windows7 It's called Task Scheduler![]()
Thanks Blandt, I'll definitely consider Linode.com
I pay around $40/month now, so I'll have to consider my options. The site isn't HUGE, but I have to check out what the size is so that I know what my minimum needs are. Thanks for the offer of helping to set it up too!![]()
Would you start a new thread explaining the process?
Yes. You can run an automated scripted an email it to yourself. I used to use gmail for this.
cd /backup
rm -rf /backup/*
cp /path/to/your/httpdocs /backupsql .
tar zcf backup.tgz *
echo | mutt -a backup.tgz -s "backup_name" your_email@gmail.com
cd /backupsql
mysqldump -h hostname -u username -p"password" databasename > backup.sql
50 23 * * * /usr/bin/backupsql
0 0 * * * /usr/bin/backup
You can do it with windows7 It's called Task Scheduler![]()
If you have a vps/dedi, dropbox combined with a mysqldump cron and some symlinks works a treat for free offsite backups to both their servers and your local pc
Eh...hem. Somebody loves TexasYep ! the best of the best is here![]()
![]()
![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.