Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T12:09:34.000Z (over 9 years ago)
- Last Synced: 2023-03-22T15:28:29.181Z (almost 2 years ago)
- Language: Shell
- Size: 164 KB
- Stars: 1
- Watchers: 0
- 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.