Skip to content

Instantly share code, notes, and snippets.

@alexmnv
Created April 17, 2015 03:31
Show Gist options
  • Save alexmnv/a918f62c02d7a9bbf064 to your computer and use it in GitHub Desktop.
Save alexmnv/a918f62c02d7a9bbf064 to your computer and use it in GitHub Desktop.
rsync /src/ user@host:/dst/ --delete --itemize-changes --recursive --checksum --exclude='exclude.file' --dry-run | grep -vF '<f..T......'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment