Имеем Pool
Pool {
Name = Winhost
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 5 days # one year
Maximum Volume Bytes = 1G # Limit Volume size to something reasonable
Maximum Volumes = 3 # Limit number of Volumes in Pool
}
Необходимо увеличить его размер до 5-ти
делаю
Pool {
Name = Winhost
Pool Type = Backup
Recycle = yes # Bacula can automatically recycle Volumes
AutoPrune = yes # Prune expired volumes
Volume Retention = 5 days # one year
Maximum Volume Bytes = 5G # Limit Volume size to something reasonable
Maximum Volumes = 3 # Limit number of Volumes in Pool
}
затем
service bacula-director restart
service bacula-sd restart
через Bat
делаю Purge для Volume
Задем удаляю том исоздаю по новой в этом Pool
Захожу в bat в Pools размер тома как был равен 1G так и остался
Что делаю не так ?
[/code