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```