Compare commits

..

No commits in common. "aff169fd405a624f793759b67e107e789dc50925" and "413c629806f800a08662f0c23213418c9b4c5f10" have entirely different histories.

3 changed files with 4 additions and 22 deletions

View File

@ -38,17 +38,6 @@ locations:
forget:
keep-weekly: 5
bludit:
from:
- /var/www/bludit/bl-content/pages/
to:
- hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday
options:
forget:
keep-weekly: 5
gitea:
from: /mnt/ssd/backup-working/gitea
to:

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.autorestic.env
.autorestic.lock.yml
*.swp

View File

@ -2,14 +2,4 @@
Configuration (autorestic, cron) for the backup of [sagou.in](sagou.in).
Refer to the [dedicated wiki page](https://wiki.sagou.in/tech:backup#autorestic).
## Installation
To install, clone the repo, create the `/etc/autorestic` folder and symbolically link
```bash
git clone https://git.sagou.in/sagou.in/Autorestic
cd Autorestic
mkdir /etc/autorestic
ln -s $(pwd)/autorestic/{.autorestic.yml,runcron,runforget} /etc/autorestic
```
Once initialized, move the repository keys into a `/etc/autorestic/.autorestic.env` file as described in [the doc](https://autorestic.vercel.app/backend/env).
Once initialized, move the repository keys into a `.autorestic.env` file along the `yml` as described in [the doc](https://autorestic.vercel.app/backend/env).