Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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/ ;
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #backup #software #move #file #time
ADD COMMENT
Topic
Name
1+8 =