Skip to content

Instantly share code, notes, and snippets.

@rabssm
Created October 21, 2018 09:09
Show Gist options
  • Save rabssm/ef03d5384e401ebdca8efe3cb508b52d to your computer and use it in GitHub Desktop.
Save rabssm/ef03d5384e401ebdca8efe3cb508b52d to your computer and use it in GitHub Desktop.
# Fetch files on remotehost modified within the last 7 days
rsync -av user@remotehost:'`find /home/user/* -mtime -7 -print`' .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment