Created
September 22, 2019 20:28
-
-
Save knez/faa6f0ea5b9a8552f03c1f5677fc7b14 to your computer and use it in GitHub Desktop.
Backup
This file contains hidden or 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/bash | |
| # Backup /home to gdrive | |
| rclone -v -L sync ~ remote: --exclude "Downloads/**" \ | |
| --exclude ".*{/**,}" \ | |
| --exclude "Music/**" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment