We have a Windows Server Backup schedule that backs up our 'main' Windows 2008 server, which does our AD, Exchange, Domain controller, file hosting and a bunch of other stuff.
Now we want to offload this backup to an online location, because we don't want to have to keep taking the backup disk home with us, and it will allow for more frequent offsite backups.
The whole thing is just too big (350
I just bought 100GB of "Cloud"-Space at Strato's HiDrive for remote server backups.
They offer the following services: sftp,webdav,smb/cifs,rsync,scp
Now i want to do a remote backup to my Backup-Space using rsnapshot.
All the examples I found were only for backing up FROM remote servers to local machine, but not for backing up TO remote servers.
How can I do incremental backups using rsnapshot
I have some servers and VPSs to many companies across the world. I want to back them up locally. I have some backup solutions enabled to remote hosts, but I want to have a local backup on a computer at home.
What I am thinking is:
Create a virtualbox virtual machine, install the same version linux as the server.
Use rsync to backup the server to the local virtualbox machine.
I'm looking for an online backup service that allows me to rsync my backups (1-3GB of incrementals per week, 50GB in total). I currently use my hosting space on Dreamhost for this but as it's (controversially) against their TOS I want to move away from that.
I'd be interested in hearing about people's experiences backing up from an Opensuse computer using rsync to any of:
I have a few Ubuntu (and potentially RHEL) servers I'd like to back up to a central backup server (via rsh/SSH). I'd like to do both snapshot and incremental backups.
I need to login as root, or at least get root privileges, in a cron triggered backup run.
I am currently using rsync to backup my cPanel Full Backups (compressed, not incremental) to another sever.
I'm using this command-line on the source server (push method):
Code:
nice -n19 ionice -c2 -n7 rsync -tr -e "ssh -p 1234" /backup/cpbackup/daily rsbackup@server.domain.com:/rsbackup/SERVERNAME
This in itself works fine and the server load on the source server stays below
Afternoon All,I am trying to backup a partition on my laptop to a connected external hdd. I would also like to exclude two directories.Using rsync I've triedrsync -av /Stuff/ /media/disk/backup --exclude=/Stuff/Dropbox --exclude=/Stuff/OSsThis will rsync but does not exclude the two folders.
Is it possible for rsync to be used on 1 backup server and then connect to all the other servers and grab files and backup incrementally?
my current command: (how ever this is more a PUT then a GET)
rsync -avz -e ssh /home yourusername@yourusername.bqbackup.com:server1