The goal is to run this as a cron job at startup so changes are synced without user input.
Getting there...
Tun on rsync service on NAS via control panel/file services/rsync
On PI enter in terminal:
Code: Select all
rsync -a usename@ipaddress:/volume1/NetBackup/manjaro/ /home/biffboffo/Downloads/sync
The -a tag is to create and archive, which only syncs changes, but also permissions.
Change the syntax around as needed for more convenience.
Helpful link--> https://www.digitalocean.com/community/ ... irectories