Answers for "backup software move file from certain time"

0

backup software move file from certain time

find /path/backups/ -type f -mtime +2 -exec rsync -vPhd -e "ssh -p 512" {} --delete --ignore-existing me@host:/remote/path/server-backups/ \;
Posted by: Guest on August-09-2021

Code answers related to "backup software move file from certain time"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language