So far we've gone through the ZPAQ basics and saw how to create incremental backups.

In this post I'll be taking a look at remote backups.

To demonstrate this, I'm going to mount a remote filesystem using SSHFS.

1. Install SSHFS

yum install epel-release -y
yum install fuse-sshfs -y

2 …