Rsync Backup Service Recommendations?

Apr 16, 2008

I'm looking for a new rsync backup solution. I've googled around and have seen a few but wanted to get the opinion of the community.

Any recommendations? All I know about is bqbackup.com and rsync.net. Any other ones?

View 14 Replies


ADVERTISEMENT

Want To Start My Own RSYNC/FTP Backup Service

Oct 31, 2008

Want to start my own RSYNC/FTP backup service... whats needed?

Besides the physical server and lots of GB's what software packages are needed, any tips on how to tie them together?

Do you create linux users, and then assign those users to an FTP account to a home folder?

View 10 Replies View Related

Backup Recommendations?

Oct 30, 2009

we are using Backup backup software to backup our Linux and Windows servers. As data grows, we have now more than 4 TB in bacula files. I would like to do a offsite backup but I don't know how.

Problem is that some files are larger than 1 TB and copying all files to another drives takes a long time. Is there any backup program that copies only differences (may be few MB changed)?

1 TB file => changed 10 MB => must copy whole file.

View 8 Replies View Related

Any UK Offsite Backup Recommendations?

Aug 15, 2008

Does anyone here know of any offsite backup companies based in the UK?

I've recently moved my server from Texas to London and want to use an ftp/rsync offsite backup space with a company in the UK

View 0 Replies View Related

Rsync Backup To NAS Via FTP

Apr 7, 2008

I just signed up with Rsync Palace for remote backups 2 days ago. Otto and Darin at Rsync Palace gladly helped me out and actually ended up setting me up for free. It's really an inexpensive price to pay for a little additional piece of mind to have a remote backup.

I have a VPS with cPanel that has NAS on a private network. The way they set it up was for Cpanel cron job to create backups of my VPS and place the backups in a /backup folder off root; Daily, Weekly and Monthly.

Then they have Rsync via cron set up to take those backups to the remote Rsync Palace server daily.

I still want to maintain backups on my NAS in the datacenter. (cPanel will only backup remotely or locally, but not both.)

In addition to Rsync securely transferring my data to Rsync Palace for offsite backups... How can I set up Rsync to ftp the same /backup data across the private network to the NAS? (Only ftp is available via the NAS.)

View 2 Replies View Related

How To Backup To Your PC Using Rsync

Jul 28, 2008

I use bqbackup.com in addition to ServInt's backup. The ServInt backup is inaccessible to me and can be restored only by their NoC.

Is there a way for me to download the backup files from bqbackup.com to my PC? I am using Win XP Pro. I backup the entire VPS, but I want to be downloading only the changes made each day after the initial download to my PC.

View 2 Replies View Related

Rsync / Backup

Nov 10, 2007

I am setting up a mirror server to kick on in the event my main server fails and I need some help with syncing the two.

It is my understanding I can use rsync to mirror the two. But, will that cover everything (ie. database, mail, etc) or only files?

View 5 Replies View Related

Rsync Backup

Apr 13, 2007

I am using rsync to database and i found out it corrupted my database. I should have used mysql dump before backing up the data..The problem with taking mysql dump each is that it takes a long time and resources as database is around 10 GB

if i want to take backups every 4 hour, whats the best way as mysql dump causes server load problem

View 14 Replies View Related

So I Do An RSync Backup - How Do I Restore It?

May 3, 2008

Backing up a server is obviously very important. Lets say I do a daily rSync backup and eventually my server HDD crashes, I know it isn't just a 'one click' job to restore my backup but what is it necessary to do in order to carry out a complete and effective restore back to how it was?

A step-by-step 'tutorial' on restoring an rSync backup would be helpful not just to me but to many 'would-be' server administrators.

View 4 Replies View Related

Basic Rsync Backup

Apr 23, 2009

Does anyone have a good link that explains the basics of setting up rsync for going from one host to another host?

View 5 Replies View Related

SSH, Rsync And Offsite Backup

Jun 3, 2008

I have a VPS with remote backup that I dod every night with rsync.

Now, for further SEO testing, Im looking into a reseller account.

Some reseller plan do offer access via SSH. Im not familiar with this ssh access for a reseller. Would I still be able to program a cpanel backup and then rsync all my cpanel backup ?

View 5 Replies View Related

Databases Backup ? (Rsync)

Nov 3, 2008

I am using bqinternet.com to backup (Rsync) some accounts.

I sent them a ticket before 2 days and didn't get any reply.

I used this command to schedule a remote backup for specific accounts:

Code:
echo "30 6 * * * root rsync -avz -e ssh ~account1 ~account2 ~account3 myuser@myuser.bqbackup.comerver" >> /etc/crontab

But, I found this command will backup only files.

How can I backup also databases?

View 11 Replies View Related

Rsync Backup Related

Apr 16, 2007

Currently I am using rsync to backup directory and mysqldump sql file on both external and internal backup drive

Now the directory has around 100,000 files that hardly change. Only thing that happens in that directory is either the old files are deleted or new files are added. All of them image

Due to some reason when i rsync using any of the two commands below, it transfer each and every file again rather then transferring the new or updated files.

Here is what i am currently using

rsync -avH /old/path /destination/path (this is for internal backup drive)

or

rsync -avz -e ssh /old/path username@username.remoteaddress:/destination/path

why all my files in the directory all uploaded again

View 4 Replies View Related

Using Rsync To Backup An Entire Server

Mar 12, 2007

The backup program (cpbackup) that comes with WHM/Cpanel is not ideal for our current situation. We have lots of third party applications installed on our server along with many customized configuration files. We need a solution that will backup everything and allow for fairly simple restoration.

How viable is rsync for full server backups? Can it handle 100 GB of data?

More importantly, how would you restore the backup to a new server? If the new server already has an OS the restored files would break the system, right?

View 2 Replies View Related

Rsync Command To Backup On Other Server

Mar 27, 2009

We want to backup the contents of our public_html dir to another server we sue for backups. What is the proper rsnyc command to use. I am currently in the source server and want to send it to a specific user account on the destination server.

View 2 Replies View Related

Rsync Backup - User Permissions

Jan 18, 2009

I have a problem with my rsync backup

First of all my setup is thus:

I have a Linux box at the office which has an rsync cron on it which pulls from my web server as a backup. It pulls websites, mysql, conf files etc.

My web server is running debian etch LAMP etc.

When I originally set it up I used root user to log into the web server, and setup keys to authenticate, this worked perfectly.

I then decided that having direct root access to the web server was a bad thing so I have turned off root login (PermitRootLogin no in sshd_config)

I then setup a backup user which works fine for the website files but fails on permissions for the mysql data files (/var/lib/mysql)

How can I get over this without granting root access to the backup user which would defeat the object of not allowing root access.

I have been told about host authentication based on ip address but I have dynamic address at the office so that would be no good

View 2 Replies View Related

What Is The Best Way To Get Backup From Linux Server To Windows Same As Rsync

Nov 5, 2008

What is the best way to get backup from linux server to windows same as rsync

i need to take offside backup from my linux server to windows server,before i used rsync to take backup,now i need to make backup in windows server with help of any software which work same as rsync or any software which must have good feature.

View 2 Replies View Related

Rsync To Remove Server, Backup Solution

May 1, 2008

I have two vps's. VPS1 is for hosting my sites, VPS to I purchashed to backup to.

I know I can use rsync but i'm confused at how to do this exactly.

Backup to remote server every other day.
Only do incremental backups.
Backup cpanel accounts

View 1 Replies View Related

Which Folders Should I Exclude From A Whole Server Backup (Rsync )

Nov 10, 2008

I am going to backup the whole server. (Rsync)

I understood it is not efficient to backup the local "backup" folder to avoid duplicated backups.

1. Should I exclude additional folders from the backup process?

2. I noticed it is familiar to exclude the "proc" folder also ... Why?

View 5 Replies View Related

Daily Backup + Rsync Ssh + Large Number Of Files

Oct 29, 2006

i just wana know is it safe to do remote daily backup for about 70,000 files?

file sizes is about 200kb and every day i have about 1000 new file, so rsync first should check old files becouse i am deleting about 30-50 of them daily and them backup new 1000 files ,
so how much it will take every time to compare that 70,000 files?

i have 2 option now:

1-using second hdd and raid 1
2-using rsync and backuping to my second server , so i can save about $70 each month.

View 9 Replies View Related

Offsite Backups (via Rsync) - What Files/folders To Backup

Jun 3, 2009

I'm currently using (amongst other backup systems) rsync to an offsite space (am using BQBackup at the moment)

I'm just wondering - apart from backing up all of /home/, /var/lib/mysql/ and the important config files (httpd.conf, php.conf, etc etc) is there anything else that *needs* to be backed up?

Obviously in a worst case scenario, a new machine would be deployed with a fresh OS install (and a fresh WHM/cPanel install) so I wouldn't worry about backing up OS files or cPanel core files, although I'm wondering if there's anything apart from the /home/ directory and the MySQL databases which would be lost (and so need backing up) in the event of a crash?

View 10 Replies View Related

Offsite Backup Service

Dec 8, 2008

Razorservers.com provide offsite backup service that can be used for not only servers but also PCs, Mac, linux, Windows, Solaris, etc. Think that must be useful for many web masters.

Does your host provide the same?

View 0 Replies View Related

Bad Crissic Backup Service

Oct 23, 2008

First of all, forgive me if I am posting this on the wrong section .
I am the owner of CyberSP.org, a really small service provider running on a2b2, and PROUD OF IT.

I had a deal with Skylar, the owner of Crissic.com, which I am not going to talk about it in this forums, but, all I can say, is that he offered me a 1 year 50gb backup account, (well, he didn't offer , it was our deal).

About 2 months using it, and it was running perfectly until then, I thought: ok, let's see how's the server going, and then, I made df -h and it shows: 3GB Available.
WHAT? 3 GB available on a BACKUPS SERVER? How's this possible!!!??

So, opened the first ticket regarding this, waited about 6 ~8 hours and he said (Skylar): We're working on the issue, bla bla bla.

Well, fine.

Some days later, it shows 158 GB Free.... Problem solved.

Now, some days later, I see that the backups was taking DAYS to do, haha! It's true, DAYS! (It was NOT a2b2 problem.)

So, logged in by SSH to the backups server (took me 5 minutes to log in!), and it was
SUPER slow, reaaaaaaally slow, downloaded a backup (at 200 kb/s xD) which I needed, and logged out.

Tried to contact Skylar on MSN, but he then log out some time later. (without answer)
Heh, I thought: well, this is a temporary problem, etc etc.

3 Days passed, yesterday I opened a ticket regarding that problem:

Dear Crissic,

The backup server seems to have issue for some days already.

It's more than slow, it's super slow.

This has been all day... the backup service was great, but it seems that last week problems arrived.

uptime
3:40AM up 136 days, 18:31, 1 user, load averages: 4.25, 5.27, 5.45
--
$ df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/da1s1d 1.9T 1.8T 168G 92% /
---
So, let's see, load is high and this is super super slow, and there are some GB's free for backups, but... can we really use it? I mean you guys should just put some more drives.
Please fix this instability issue, as this is causing my server to don't make the backups, which is really really serious.
Regards
----------
Note: it was opened as CRITICAL! 20 Hours without answer... what a poor service.
Every service providers know that backups ARE URGENTLY.

About some minutes ago, received an email regarding my ticket, saying that I didn't have any action, so the ticket was closed(automated ones), bla bla bla, I replied to it saying: No answer from crissic on a critical ticket, at backups service??? <- Only to keep the ticket opened.

And then, tried to contact Skylar on MSN, until he log out, 2 minutes later .

The server doesn't even answer anymore :

I know that I didn't gave him money, but our deal was 1 year of free 50gb backup, so I deserve respect and to be treated as a loyal client, I don't even should say FREE, because it was paid, in another way.

I have all my bills at a2b2 PAID (anyone from their staff can confirm), I DO NOT owe anything, all I want is to have a good service, I'm a honest guy.

From a2b2, everything is perfect, from Crissic, this is horrible. Really... I don't have money at this moment to buy another backup account.

This serves to prove you, that maybe Skylar is not a good person as you thought so.

View 14 Replies View Related

500GB Backup Service

Sep 1, 2008

What is a good 500GB backup service?

Other than bqbackup.

View 6 Replies View Related

Storage For Backup Service

Jun 23, 2008

i am thinking about selling backup service

so i need storage and traffic

so what is the best hosting i can get ?

and what is best get hosting or server or what ?

View 9 Replies View Related

Automatic Backup Service

Jul 2, 2008

I have around 750 megabytes of data on a Windows 2003 server, and I would like to find an off-site / web service that I can use to back this data up incrementally at least nightly. Nightly incrementals would probably be 1-25MB in size. Full backups could run every other week or monthly, as the update rate is fairly low.

Ideally, I'd like to find some software to make this set-it and forget-it. Of course, periodic audits of the backup would be performed, but I don't want something I have to nanny constantly.

As I said, this is a Windows server, so a service would be ideal. A scheduled task would be just as good, I suppose.

View 4 Replies View Related

Which Backup MX Service Is Good?

Dec 4, 2008

which Backup MX service is good?

View 11 Replies View Related

Company That Provide Backup Service?

Feb 7, 2009

Does anyone know of a company that provide backup service

I need to be able to FTP in and upload/download.

It is to upload backup files from my shared hosting account, so I have a backup.

View 4 Replies View Related

Remote Backup Service In Europe

May 7, 2009

remote backup in Europe with rsync/ftp access. If possible, in the UK.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved