shallow-backup
Git-integrated backup tool for macOS and Linux devs.
File Explorer
Download Latest Version (.zip)- settings.local.json
- black.yml
- ci.yml
- release.yml
- design-guide.md
- development-guide.md
- Troubleshooting.md
- shallow-backup-demo.gif
- release.sh
- __init__.py
- __main__.py
- backup.py
- compatibility.py
- config.py
- constants.py
- git_wrapper.py
- printing.py
- prompts.py
- reinstall.py
- upgrade.py
- utils.py
- __init__.py
- test_backups.py
- test_config.py
- test_copies.py
- test_delete_backup.py
- test_git_folder_moving.py
- test_git_wrapper.py
- test_reinstall_dotfiles.py
- test_utils.py
- testing_utility_functions.py
- .codeclimate.yml
- .coveragerc
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- CONTRIBUTORS.md
- LICENSE
- Pipfile
- Pipfile.lock
- README.md
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/alichtman/shallow-backup
Downloads the entire project code from GitHub to your computer.
cd shallow-backup
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip3 install .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
