* [PVE-User] Excluding individual vdisks from PVE backups?
@ 2021-11-08 12:07 Frank Thommen
2021-11-08 12:33 ` nada
[not found] ` <mailman.328.1636374166.15957.pve-user@lists.proxmox.com>
0 siblings, 2 replies; 5+ messages in thread
From: Frank Thommen @ 2021-11-08 12:07 UTC (permalink / raw)
To: Proxmox VE user list
Dear all,
we are doing daily backups of every VM in our PVE cluster to the
internal Ceph storage (snapshot mode, ZSTD compression). However one of
the VMs takes six to seven hours for the backup, which is unbearable and
also interferes with other backup processes. The delay is probably due
to a 50% filled 500G vdisk attached to the VM. Is there a way to
exclude this specific vdisk from the PVE backup schedule, while still
retaining the rest of the VM in the backup?
We don't have PBS in place and will not have it in the near future for
different reasons. So PBS would not be an option for us.
Cheers, Frank
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PVE-User] Excluding individual vdisks from PVE backups?
2021-11-08 12:07 [PVE-User] Excluding individual vdisks from PVE backups? Frank Thommen
@ 2021-11-08 12:33 ` nada
2021-11-08 13:25 ` Frank Thommen
[not found] ` <mailman.328.1636374166.15957.pve-user@lists.proxmox.com>
1 sibling, 1 reply; 5+ messages in thread
From: nada @ 2021-11-08 12:33 UTC (permalink / raw)
To: Proxmox VE user list
hi Frank
you can exclude CT/QM or some path see details at man
# man vzdump
example
via webGUI
cluster > backup > edit > selection > ... exclude some VM ...
via CLI
0 2 * * 6 root vzdump --exclude 104 --mode snapshot --quiet 1
--maxfiles 1 --storage backup --compress lzo --mailnotification always
--mailto admin@some.where
best regards
Nada
On 2021-11-08 13:07, Frank Thommen wrote:
> Dear all,
>
> we are doing daily backups of every VM in our PVE cluster to the
> internal Ceph storage (snapshot mode, ZSTD compression). However one
> of the VMs takes six to seven hours for the backup, which is
> unbearable and also interferes with other backup processes. The delay
> is probably due to a 50% filled 500G vdisk attached to the VM. Is
> there a way to exclude this specific vdisk from the PVE backup
> schedule, while still retaining the rest of the VM in the backup?
>
> We don't have PBS in place and will not have it in the near future for
> different reasons. So PBS would not be an option for us.
>
> Cheers, Frank
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PVE-User] Excluding individual vdisks from PVE backups?
2021-11-08 12:33 ` nada
@ 2021-11-08 13:25 ` Frank Thommen
0 siblings, 0 replies; 5+ messages in thread
From: Frank Thommen @ 2021-11-08 13:25 UTC (permalink / raw)
To: pve-user
Hi Nada,
thanks, but this would exclude the complete VM from the backup (we have
that for a few special VMs). However we wanted to exclude only one
specific vdisk of a specific VM and not the VM itself.
I have implemented Eneko's suggestion (see the previous mail in this
thread).
Cheers, Frank
On 08.11.21 13:33, nada wrote:
> hi Frank
> you can exclude CT/QM or some path see details at man
> # man vzdump
>
> example
> via webGUI
> cluster > backup > edit > selection > ... exclude some VM ...
> via CLI
> 0 2 * * 6 root vzdump --exclude 104 --mode snapshot --quiet 1
> --maxfiles 1 --storage backup --compress lzo --mailnotification always
> --mailto admin@some.where
>
> best regards
> Nada
>
>
> On 2021-11-08 13:07, Frank Thommen wrote:
>> Dear all,
>>
>> we are doing daily backups of every VM in our PVE cluster to the
>> internal Ceph storage (snapshot mode, ZSTD compression). However one
>> of the VMs takes six to seven hours for the backup, which is
>> unbearable and also interferes with other backup processes. The delay
>> is probably due to a 50% filled 500G vdisk attached to the VM. Is
>> there a way to exclude this specific vdisk from the PVE backup
>> schedule, while still retaining the rest of the VM in the backup?
>>
>> We don't have PBS in place and will not have it in the near future for
>> different reasons. So PBS would not be an option for us.
>>
>> Cheers, Frank
>>
>> _______________________________________________
>> pve-user mailing list
>> pve-user@lists.proxmox.com
>> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <mailman.328.1636374166.15957.pve-user@lists.proxmox.com>]
* Re: [PVE-User] Excluding individual vdisks from PVE backups?
[not found] ` <mailman.328.1636374166.15957.pve-user@lists.proxmox.com>
@ 2021-11-08 13:22 ` Frank Thommen
2021-11-09 18:47 ` Frank Thommen
0 siblings, 1 reply; 5+ messages in thread
From: Frank Thommen @ 2021-11-08 13:22 UTC (permalink / raw)
To: pve-user
Hi Eneko,
On 08.11.21 13:22, Eneko Lacunza via pve-user wrote:
> Hi Frank,
>
> El 8/11/21 a las 13:07, Frank Thommen escribió:
>>
>> Dear all,
>>
>> we are doing daily backups of every VM in our PVE cluster to the
>> internal Ceph storage (snapshot mode, ZSTD compression). However one
>> of the VMs takes six to seven hours for the backup, which is
>> unbearable and also interferes with other backup processes. The delay
>> is probably due to a 50% filled 500G vdisk attached to the VM. Is
>> there a way to exclude this specific vdisk from the PVE backup
>> schedule, while still retaining the rest of the VM in the backup?
>>
>> We don't have PBS in place and will not have it in the near future for
>> different reasons. So PBS would not be an option for us.
>>
>
> Yes, in VM Hardware config tab, edit vdisk and uncheck "Backup" in
> advanced.
Thanks a lot for the hint. I should probably look more often into the
advanced configuration settings :-)
Frank
>
> Cheers
>
> Eneko Lacunza
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PVE-User] Excluding individual vdisks from PVE backups?
2021-11-08 13:22 ` Frank Thommen
@ 2021-11-09 18:47 ` Frank Thommen
0 siblings, 0 replies; 5+ messages in thread
From: Frank Thommen @ 2021-11-09 18:47 UTC (permalink / raw)
To: pve-user
Hello Eneko,
On 08.11.21 14:22, Frank Thommen wrote:
> Hi Eneko,
>
> On 08.11.21 13:22, Eneko Lacunza via pve-user wrote:
>> Hi Frank,
>>
>> El 8/11/21 a las 13:07, Frank Thommen escribió:
>>>
>>> Dear all,
>>>
>>> we are doing daily backups of every VM in our PVE cluster to the
>>> internal Ceph storage (snapshot mode, ZSTD compression). However one
>>> of the VMs takes six to seven hours for the backup, which is
>>> unbearable and also interferes with other backup processes. The
>>> delay is probably due to a 50% filled 500G vdisk attached to the VM.
>>> Is there a way to exclude this specific vdisk from the PVE backup
>>> schedule, while still retaining the rest of the VM in the backup?
>>>
>>> We don't have PBS in place and will not have it in the near future
>>> for different reasons. So PBS would not be an option for us.
>>>
>>
>> Yes, in VM Hardware config tab, edit vdisk and uncheck "Backup" in
>> advanced.
>
> Thanks a lot for the hint. I should probably look more often into the
> advanced configuration settings :-)
Just as a final confirmation: Your suggestion worked like a charm. The
backup time came down from >6 hours to 8 minutes :-).
Thanks again
Frank
>
> Frank
>
>>
>> Cheers
>>
>> Eneko Lacunza
>
> _______________________________________________
> pve-user mailing list
> pve-user@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-09 18:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-08 12:07 [PVE-User] Excluding individual vdisks from PVE backups? Frank Thommen
2021-11-08 12:33 ` nada
2021-11-08 13:25 ` Frank Thommen
[not found] ` <mailman.328.1636374166.15957.pve-user@lists.proxmox.com>
2021-11-08 13:22 ` Frank Thommen
2021-11-09 18:47 ` Frank Thommen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox