We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rsync -R find . -name "*.pdf" -mtime -60 prasanta@anothermachine:/tmp/
find . -name "*.pdf" -mtime -60
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
There was an error while loading. Please reload this page.