Glafir
Glafir
Mmmm. I understand. Those backups has config here `/mnt/backups/backups/some_inst/pg_probackup.conf` This config has ``` ... # Remote access parameters remote-proto = ssh remote-host = some_host remote-user = postgres ``` How to...
Yes!!! I commented strings (see above comment). This works!!!
`ERROR: Agent error: ssh: Could not resolve hostname none: Name or service not known `
I ser `--remote-proto none` without `--remote-host=none` This is work for me!!! Its gooooood! Thanks!
most likely this is due to the specified setting in the config ``` # Remote access parameters **remote-proto = ssh** remote-host = some_host remote-user = postgres ``` If you set...
mmm. From console --help ``` --remote-proto=protocol remote protocol to use available options: 'ssh', 'none' (**default: ssh**) ```
``` rsyslogd[1826]: message too long ``` The parameter : $MaxMessageSize 8096 must be set before network declaration (at the top of /etc/rsyslog.conf file) : ``` $ModLoad imtcp $InputTCPServerRun 1514 ```