tape-job.cfg¶
Description¶
The file /etc/proxmox-backup/tape-job.cfg
is a configuration file for
Proxmox Backup Server. It contains the tape job configuration.
File Format¶
Each entry starts with the header backup: <name>
, followed by the
job configuration options.
backup: job1
drive hh8
pool p4
store store3
schedule daily
backup: ...
You can use the proxmox-tape backup-job
command to manipulate
this file.
Options¶
Required properties:
drive
<string>
Drive Identifier.
pool
<string>
Media pool name.
store
<string>
Datastore name.
Optional properties:
comment
<string>
Comment.
schedule
<calendar-event>
Run sync job at specified schedule.
eject-media
<boolean>
Eject media upon job completion.
export-media-set
<boolean>
Export media set upon job completion.
group-filter
[<exclude:|include:>]<type:<vm|ct|host>|group:GROUP|regex:RE>
List of group filters. Can be specified more than once.
latest-only
<boolean>
Backup latest snapshots only.
max-depth
<integer> (0 - 7) (default=7)
How many levels of namespaces should be operated on (0 == no recursion)
notify-user
<string>
User ID
ns
<string>
Namespace.
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/