[Unix/Linux] Backup with rsync and sshkey (private key) (English)
You need to sync files between 2 Unix based systems? Why dont you use SSH to transfer the files crypted between. Here i show you how: The first step is to login on our source system and create a private key/public key pair. ssh-keygen -t rsa -b 4096 when you get asked for the directory … Read more