From 92aebd4e851f9f608f23ae1e120d6ef77afc50b6 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 14 Mar 2021 22:18:11 +0100 Subject: [PATCH] Auto: misc. --- backups.md | 1 + ssh-keys.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 ssh-keys.md diff --git a/backups.md b/backups.md index 6606d644c..6bf217f76 100644 --- a/backups.md +++ b/backups.md @@ -5,6 +5,7 @@ - ```pg_dumpall > all.$(date -uI).db``` - [[mysql]] - ```mysqldump db > db.$(date -uI).db``` +- Then set up [[ssh keys]] and [[rsync]] is your friend. - [[pull]] [[restores]] - an unrestored backup does not really exist. diff --git a/ssh-keys.md b/ssh-keys.md new file mode 100644 index 000000000..a82cc5fd6 --- /dev/null +++ b/ssh-keys.md @@ -0,0 +1,3 @@ +# ssh keys + +- ```ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrlhcSOizbqJpRPbCzjb+dGV62Vsex/LL5+S7NK9ycQ flancian@paramita```