https://github.com/codekow/restic-extra
Some additional tools to improve restic backups
https://github.com/codekow/restic-extra
backup par2 restic restic-backup
Last synced: 4 months ago
JSON representation
Some additional tools to improve restic backups
- Host: GitHub
- URL: https://github.com/codekow/restic-extra
- Owner: codekow
- Created: 2023-02-18T05:51:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:58:07.000Z (about 1 year ago)
- Last Synced: 2025-07-30T05:55:50.865Z (5 months ago)
- Topics: backup, par2, restic, restic-backup
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restic Repo Info
Insert useful repo information here.
## Usage
Create new local `restic` repo and then add parity using the following:
```sh
cp .env-example .env
# modify the env with your password or AWS vars
. .env
```
```sh
restic init
```
```sh
git init
git remote add origin https://github.com/codekow/restic-extra.git
git fetch
git checkout main
```
```sh
./create-parity.sh
du -hs data par2
```