From cd07cda33da14b0e71f5714a4923f324cab1f5f7 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 20 Jun 2024 17:58:09 -0500 Subject: [PATCH] readme: brevit/note dest var --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bee4ca..7e37296 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Should run on-login -- `i3`/`sway` having a config entry: exec 'python3 ~/.config/sway/scripts/startup.py' ``` -_Note:_ Avoid `exec_always`; this will repeat your _'wanted'_ +Avoid `exec_always`; this will repeat your _'wanted'_ entries when reloading the _window manager_ config. -Example `autostart-i3ipc.yml` with in-line comments: +Example `autostart-i3ipc.yml`: ```yaml --- @@ -56,9 +56,10 @@ _Config:_ `~/.restic_excludes` This will back up `$HOME` _(minus exclusions, of course!)_. Part of [the autostarts](#i3sway-autostarts). -The meaningful work is given away -- coordinating _[on-login]_: +The important parts are managed by others: -* `restic`: performs the backup +* `restic`: performs the backup to `$BACKUP_DEST` or `/raid1-evos/backups/restic` +_(if unset)_ * `pass`: stores the passphrase given to `restic`; confirmation on hardware token The exclusions are highly personalized, and as such, _not_ included.