Created
August 12, 2023 12:01
-
-
Save bipin-nag/5e86629c88eae0f5a80023ccd6373522 to your computer and use it in GitHub Desktop.
Rsync Backup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Application | |
Application Support | |
Caches | |
Library | |
node_modules | |
.cargo | |
.dartServer | |
.gem | |
.gradle | |
.ivy2 | |
.m2 | |
.rubies | |
.rustup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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