Simple automatic sftp backup to a remote server
Tips & Tricks
- Create private / public key pair if you don't have one already.-- **ssh-keygen**-- Because you'll be using this in a script, you do not want to enter a passphrase.
- Load your public key into authorized_keys file for the correct user on your target server.-...