From 0811b506097372456511c93f9d3bf4ee1cbe07b9 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 28 Jan 2022 18:52:48 -0500 Subject: [PATCH] Update READMEs --- .restic/README.md | 19 +++++++++++++++---- README.md | 11 +++-------- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.restic/README.md b/.restic/README.md index ce10802..72cd2c4 100644 --- a/.restic/README.md +++ b/.restic/README.md @@ -1,8 +1,19 @@ -You've run across the directory where I set up everything relating to how I do personal backups. I should/ will/ do test, but if you see something wrong/ questionable, please let me know, thanks :) +# backups! -Let's make sure we have these installed: +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 set up -- credentials set up w/ pash +- 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 +``` diff --git a/README.md b/README.md index 9217d2e..0094d77 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # Dotfiles -These dotfiles are managed using GNU Stow and I use them on my systems running -Fedora 35. +These dotfiles are managed using GNU Stow and I use them on my laptop running Fedora 35. ## Usage -Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove -all the links. +Refer to my [ansible repository](https://git.earne.link/earnestma/ansible) for installing and configuring the system. Restore from a backup if necessary (you will need this repository cloned for that). -If you are setting up a fresh system, follow the comments in `bootstrap.sh` and -then run -`curl https://git.sr.ht/~earnestma/dotfiles/blob/main/bootstrap.sh | bash`. -Your password might be required twice. +Clone the repository to `~/.dotfiles`, use `stow */ -[D]v` to create/ remove all the links.