20 lines
586 B
Markdown
20 lines
586 B
Markdown
# backups!
|
|
|
|
You've come across the directory where I set up everything relating to how I do personal backups. If you see something wrong/ questionable, please let me know, thanks :)
|
|
|
|
You will need the following:
|
|
|
|
- Bash
|
|
- Restic
|
|
- msmtp configured
|
|
- credentials in pash (if temporary/ pash not set up, you can temporary overwrite the appropriate values in `restic-do`)
|
|
|
|
Within my dotfiles, there are systemd configuration files:
|
|
|
|
```bash
|
|
# Runs 6 minutes after boot and at 21:00
|
|
systemctl --user enable restic-backup.timer
|
|
|
|
systemctl --user status restic-backup.timer # view status
|
|
```
|