Skip to content

codekow/restic-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restic Repo Info

Insert useful repo information here.

Usage

Create new local restic repo and then add parity using the following:

cp restic.env.example restic.env

# modify the env with your password or AWS vars
. restic.env
restic init -r .

Add scripts to existing restic repo

git init
git remote add origin https://github.com/codekow/restic-extra.git
git fetch
git checkout main
VERIFY=true ./restic-parity.sh

du -sh data par2

Clean

git clean -dxf

About

Some additional tools to improve restic backups

Topics

Resources

Stars

Watchers

Forks

Languages