mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-21 18:03:45 +03:00
storage: switch to prune-backups in examples
because maxfiles is deprecated. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
c30bb419ce
commit
5c85b0a168
@ -55,12 +55,12 @@ needs to be an absolute file system path.
|
||||
dir: backup
|
||||
path /mnt/backup
|
||||
content backup
|
||||
maxfiles 7
|
||||
prune-backups keep-last=7
|
||||
----
|
||||
|
||||
Above configuration defines a storage pool called `backup`. That pool
|
||||
can be used to store up to 7 backups (`maxfiles 7`) per VM. The real
|
||||
path for the backup files is `/mnt/backup/dump/...`.
|
||||
The above configuration defines a storage pool called `backup`. That pool can be
|
||||
used to store up to 7 backups (`keep-last=7`) per VM. The real path for the
|
||||
backup files is `/mnt/backup/dump/...`.
|
||||
|
||||
|
||||
File naming conventions
|
||||
|
@ -71,7 +71,7 @@ pbs: backup
|
||||
server enya.proxmox.com
|
||||
content backup
|
||||
fingerprint 09:54:ef:..snip..:88:af:47:fe:4c:3b:cf:8b:26:88:0b:4e:3c:b2
|
||||
maxfiles 0
|
||||
prune-backups keep-all=1
|
||||
username archiver@pbs
|
||||
----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user