https://github.com/reo7sp/rsyncdrive
Bash script for syncing your code or other files via rsync
https://github.com/reo7sp/rsyncdrive
rsync
Last synced: 8 months ago
JSON representation
Bash script for syncing your code or other files via rsync
- Host: GitHub
- URL: https://github.com/reo7sp/rsyncdrive
- Owner: reo7sp
- License: mit
- Created: 2015-02-12T18:21:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T17:22:51.000Z (about 10 years ago)
- Last Synced: 2024-04-18T18:12:10.941Z (almost 2 years ago)
- Topics: rsync
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsyncdrive
Bash script for syncing your code or other files via rsync.
It excludes all files mentioned in ".gitignore" files from syncing. The local backups are powered by git versioning.
To configure the script edit variables which are in the beginning of the "rsyncdrive.sh".