Skip to content

Instantly share code, notes, and snippets.

@dickiedyce
Created October 17, 2019 06:25
Show Gist options
  • Save dickiedyce/f784c493d6953ea374cf3075ef14c14d to your computer and use it in GitHub Desktop.
Save dickiedyce/f784c493d6953ea374cf3075ef14c14d to your computer and use it in GitHub Desktop.
Backup work folder using RSync
rsync -auvhp --delete --exclude=node_modules "/Users/dd/webui" "/Users/dd/Library/Mobile Documents/com~apple~CloudDocs/WebUI Work"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment