https://github.com/dilawar/data_over_git_ssh
Some scripts to manage my data over ssh and git
https://github.com/dilawar/data_over_git_ssh
Last synced: 4 months ago
JSON representation
Some scripts to manage my data over ssh and git
- Host: GitHub
- URL: https://github.com/dilawar/data_over_git_ssh
- Owner: dilawar
- Created: 2015-07-09T11:17:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T12:09:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T14:14:32.650Z (6 months ago)
- Language: Shell
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data_over_git_ssh
These scripts are useful in following case
- You have ssh access to a server where you can store data.
- You want git to manage your data.If you can, you should set-up `gitolite`. Setting up gitolite is bit involved but once set-up, it is incredibly powerful utility.
Most of the scripts are wrapper over git commands. I use `sshpass` here since public/private key authentication was not working on my data-server.
`bhandar` is Hindi for storage. Replace `bhandar` with git to make sense of scripts. The documentation of this repository is still evolving.
If you are interested using these scripts, do let me know. It will give me motivation to write the documentation.