Commit Graph

9 Commits

Author SHA1 Message Date
8faea3fef1 Run two-stages backups (#1)
1. Download to a local directory, archive/encrypt there
1. Push encrypted archive to remote folder

This helps when the backup destination is e.g. a NFS drive.

Also, introduce harder checks and fix some flaws.

Reviewed-on: #1
Co-authored-by: Max Mehl <mail@mehl.mx>
Co-committed-by: Max Mehl <mail@mehl.mx>
2023-12-13 12:22:54 +01:00
46903a4038 support non-standard SSH ports, fix some shellchecks 2021-08-30 19:27:47 +02:00
c046b4d0ca SPDX-Copyright -> SPDX-FileCopyrightText 2019-08-07 10:56:34 +02:00
fb77303fa5 no host key check 2019-06-29 16:58:12 +02:00
3e1b38188b fix wrong variable name 2019-06-29 16:50:14 +02:00
4c45e2e73f make runnable on other platforms 2019-06-29 16:48:23 +02:00
aa7a3f1177 add possibility to define SSH key 2019-06-29 16:46:14 +02:00
cdcb177c0c abort and log backup if SSH login doesn't work 2018-04-16 09:56:47 +02:00
4886b653d3 add script to help with checking successful SSH authentication and placement of public SSH key 2017-01-24 21:00:01 +01:00