Skip to content
yvancouver edited this page Oct 25, 2013 · 2 revisions

rsync -R find . -name "*.pdf" -mtime -60 prasanta@anothermachine:/tmp/

The above command would look for files with modified date less than 60 days and then copy across to another machine. Hope this helps.

Move across after 100 days

Clone this wiki locally