permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 22a8bb36c507e96238d5c4fcaf51f6fe37177c91
parent 10e669ede4c8492d59d3fcfd42327295199176c9
Author: decentral1se <decentral1se@web>
Date:   Sun, 22 Mar 2026 22:45:31 +0100

fix path, mention additional config

Diffstat:
Meik.mdwn | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -168,9 +168,9 @@ We are using [restic](https://restic.readthedocs.io/) for backups. On eik, we have created a specific user, following [these docs](https://restic.readthedocs.io/en/stable/080_examples.html#backing-up-your-system-without-running-restic-as-root). -We're using a temporary homebrew server for remote backups because eik does not have enough storage capacity. You can find the connection details in `/home/eik/.ssh/config`. On the remote hbsc side, we've configured the `authorized_keys` to restrict access to only run the sftp command. +We're using a temporary homebrew server for remote backups because eik does not have enough storage capacity. You can find the connection details in `/home/restic/.ssh/config`. On the remote hbsc side, we've configured the `authorized_keys` to restrict access to only run the sftp command. # .ssh/authorized_keys restrict,command="/lib/sftp-server" ssh-ed25519 ... -The restic user on eik has a nightly cron configured to run a full system backup. See `/home/restic/backup.sh` for more. +The restic user on eik has a nightly cron configured to run a full system backup. See `/home/restic/backup.sh` for more. Perjbackup logs and other configuration are also provided in `/home/restic`.