fruworg.github.io/content/posts/pg-probackup-setup.md.save
root c793b55750 Revert "remove shell"
This reverts commit 65914f8895.
2023-09-24 18:58:33 +03:00

16 lines
252 B
Plaintext

---
title: pg_probackup
description: Backup Postgres Pro
date: 2022-12-14T12:04:00+05:00
tags: [linux, postgres]
---
## Генерируем ключ
```shell
ssh-keygen
```
## Копируем ключ
```shell
ssh-copy-id <username>@<server-ip>
```