dotfiles/.restic/README.md

20 lines
586 B
Markdown
Raw Permalink Normal View History

2022-01-28 18:52:48 -05:00
# backups!
2021-12-29 21:37:33 -05:00
2022-01-28 18:52:48 -05:00
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:
2021-12-29 21:37:33 -05:00
- Bash
- Restic
2022-01-28 18:52:48 -05:00
- 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
```