remote.cfg¶
Description¶
The file /etc/proxmox-backup/remote.cfg is a configuration file for Proxmox Backup Server. It contains information about remote servers, usable for synchronization jobs.
File Format¶
This file contains information used to access remote servers.
Each entry starts with the header remote: <name>
, followed by the
remote configuration options.
remote: server1
host server1.local
auth-id sync@pbs
...
remote: ...
You can use the proxmox-backup-manager remote
command to manipulate
this file.
Options¶
Required properties:
password
<string>
Password or auth token for remote host (stored as base64 string).
auth-id
<string>
Authentication ID
host
<string>
DNS name or IP address.
Optional properties:
comment
<string>
Comment (single line).
fingerprint
<string>
X509 certificate fingerprint (sha256).
port
<integer>
The (optional) port
Copyright and Disclaimer¶
Copyright (C) 2019-2022, Proxmox Server Solutions GmbH
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/