Use rsync and SSHFS to create incremental backups!

Good system administrator always keeps their critical data backed up, their are various ways you can backup your data, but some times it can be a hectic job, how ever we can use rsync and sshfs to create incremental backups (and automate the backup using cron jobs). What is SSHFS? SSHFS can mount a remote machine on your backup server…