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
rsync -Ravn --remove-source-files find /Volumes/Analysis -mtime +100 /Volumes/Seagate1T_backup/
find /Volumes/Analysis -mtime +100
The folder are left on the source , leaving kind of a trace of what have been done.
There was an error while loading. Please reload this page.