File Pindah Perangkat Lunak Cadangan Dari Waktu Tertentu

find /path/backups/ -type f -mtime +2 -exec rsync -vPhd -e "ssh -p 512" {} --delete --ignore-existing me@host:/remote/path/server-backups/ \;
Parceltube