media-pool.cfg¶
Description¶
The file /etc/proxmox-backup/media-pool.cfg is a configuration file for Proxmox Backup Server. It contains the medila pool configuration for tape backups.
File Format¶
Each entry starts with the header pool: <name>
, followed by the
media pool configuration options.
pool: company1
allocation always
retention overwrite
pool: ...
You can use the proxmox-tape pool
command to manipulate this file.
Options¶
Optional properties:
allocation
<string>
Media set allocation policy ('continue', 'always', or a calendar event).
comment
<string>
Comment.
encrypt
<string>
Tape encryption key fingerprint (sha256).
retention
<string>
Media retention policy ('overwrite', 'keep', or time span).
template
<string>
Media set naming template (may contain strftime() time format specifications).
Copyright and Disclaimer¶
Copyright (C) 2019-2023, 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/