https://github.com/toolisticon/restic-backup
Wrapper scripts for doing encrypted, incremental backups using restic
https://github.com/toolisticon/restic-backup
Last synced: 12 months ago
JSON representation
Wrapper scripts for doing encrypted, incremental backups using restic
- Host: GitHub
- URL: https://github.com/toolisticon/restic-backup
- Owner: toolisticon
- Created: 2019-03-22T15:25:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T15:26:49.000Z (about 7 years ago)
- Last Synced: 2025-01-14T18:11:37.101Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restic-Backup
Wrapper scripts and configuration for setting up
and executing backups using Restic.
These scripts should work in a number of situations,
but are aimed mostly at Linux based developer machines.
## Installation
- Download or clone this repository
- [Download and install Restic](https://restic.readthedocs.io/en/stable/020_installation.html)
## Configuration
The following steps are necessary to configure Restic-backup:
1. Copy `_config.template.sh` to `_config.sh`
2. Change configuration values in `_config.sh. (All configurations should
be named clearly and have an explaining comment, to keep things easy.)
## Initialize Backup Repository
1. Execute `init.sh`
This will create a new encrypted backup repositoy
by calling `restic init` with the necessary options configured in config.sh
## Do Backup