Skip to content

Instantly share code, notes, and snippets.

@franzramadhan
Last active July 18, 2017 06:51
Show Gist options
  • Save franzramadhan/c5b9000342f7a7ff7b9e58a9ee30347c to your computer and use it in GitHub Desktop.
Save franzramadhan/c5b9000342f7a7ff7b9e58a9ee30347c to your computer and use it in GitHub Desktop.
rsync files with time attribute
find . -newermt "2017-07-16" -print0 | xargs -0 -I% rsync -avpP % root@lilinta:/var/lib/vz/ksa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment