Skip to content

Instantly share code, notes, and snippets.

@bipin-nag
Created August 12, 2023 12:01
Show Gist options
  • Save bipin-nag/5e86629c88eae0f5a80023ccd6373522 to your computer and use it in GitHub Desktop.
Save bipin-nag/5e86629c88eae0f5a80023ccd6373522 to your computer and use it in GitHub Desktop.
Rsync Backup
Application
Application Support
Caches
Library
node_modules
.cargo
.dartServer
.gem
.gradle
.ivy2
.m2
.rubies
.rustup
#!/bin/sh
rsync -avzh --progress --stats --info=progress2 --info=name0 \
--exclude-from=exclude.txt \
/Users/bipinnag/ /Volumes/T7_230GB/Backup/bipinnag/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment