Posts Tagged ‘Remote Backup’

HowTo setup rsnapshot on CentOS & RHEL

Installing rsnapshot on CentOS & RHEL Installing rsnapshot on CentOS / RHEL requires the EPEL repository please follow our guide on installing EPEL on CentOS / RHEL when using the epel repo I would advise the use of YUM priorities. Once the epel repo is installed enter the following as root: yum install rsnapshot This [...]

Rsync SSH

HowTO Rsync files over ssh. How to push files over ssh using rsync, sending your data from the current server to the remote. The example below would send the contents of the local /home dir to the remote machines home dir: rsync -avz -e ssh /home/* root@192.168.1.20:/home/ How to pull files over ssh using rsync, [...]

Jungle Disk Linux remote backup

Jungle Disk is an online backup tool that uses Amazon S3 for storage, after the initial backup it only transfers the parts of the file that have changed (similar to Rsync). Which is handy for minimising your network bandwidth and data transfer costs! I guess you could call it “Cloud Backup” I prefer remote backup, [...]

Powered by WordPress