mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 17:37:17 +03:00
16 lines
252 B
Plaintext
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>
|
||
|
```
|