Automatic daily backups using rsync
I have updated my automatic backup system. The main difference from my previous post is that the backup server is now responsible for pulling the data from remote PCs
I have updated my automatic backup system. The main difference from my previous post is that the backup server is now responsible for pulling the data from remote PCs
Today I will show how to set up periodical incremental backups using rsync, crontab and sshfs utilities in Linux. The setup contains two PCs – a workstation using Ubuntu and a media server running Ubuntu Server. I will show how to set up scripts that run the daily backup task automatically. In the end of… Read More »