How to Setup Auto Backup on Mac using RSYNC
Update your Rsync on mac: First install Homebrew on your mac, then brew tap homebrew/dupes brew install rsync edit /private/etc/paths and put /usr/local/bin ahead of … Read more
Update your Rsync on mac: First install Homebrew on your mac, then brew tap homebrew/dupes brew install rsync edit /private/etc/paths and put /usr/local/bin ahead of … Read more
There is no FTP in Synology, so I have to use LFTP Here is my backup.sh #!/bin/bash -vx lftp -u username,password ftp.xxx.com<<END_SCRIPT mirror -c -e … Read more