ayufan / pve-patches

Repository with public Proxmox patches
223 stars 54 forks source link

version 6.3 compatible? #61

Open ameeno opened 3 years ago

ameeno commented 3 years ago

others have said does not work on 6.2.11 or 6.2.9

i just installed pve 6.3.

how can this work? i want differential backups.

dkmn-123 commented 3 years ago

Me too...

ayufan commented 3 years ago

I was looking recently how this could be ported, and likely there's a way, but don't expect this to be likely supported for longer than maybe 6.3, as:

So, I'm slowly thinking that we should be switching to PBS :)

On Fri, Dec 4, 2020 at 5:34 AM pdionisis notifications@github.com wrote:

Me too...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ayufan/pve-patches/issues/61#issuecomment-738558681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASOSQP4KWR77NESH3VH5NTSTBRDZANCNFSM4UE5BUQA .

ameeno commented 3 years ago

PBS looks good but i belive we would need a separate machine to handle the pbs side of things right? this doesn't really solve the incremental backup/snapshot issue that exists directly within a single proxmox host.

unless you want to have a VM that holds pbs. but that's risky (backups inside the VM had image).

not really sure, is there a good guide to use pbs and proxmox on a single host?

dkmn-123 commented 3 years ago

I have tried to switch to pbs running as an lxc container (debian) inside my only machine. I have problem that it does not let the datastore disks sleep. https://forum.proxmox.com/threads/disks-can-not-sleep.80042/

ayufan commented 3 years ago

Unsure how you configured that, but I see my HDD sleeping.

I do:

On Fri, Dec 4, 2020 at 5:29 PM pdionisis notifications@github.com wrote:

I have tried to switch to pbs running as an lxc container (debian) inside my only machine. I have problem that it does not let the datastore disks sleep. https://forum.proxmox.com/threads/disks-can-not-sleep.80042/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ayufan/pve-patches/issues/61#issuecomment-738879434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASOSQMORQBUEW3OYWIUKHDSTEE6DANCNFSM4UE5BUQA .

dkmn-123 commented 3 years ago

datastore disk is sleeping?

ayufan commented 3 years ago

Yes. I would assume that vgs is waking up the disks for you, at least it was in my case.

I added them to the list of ignored ones in lvm.conf.

On Fri, Dec 4, 2020 at 6:59 PM pdionisis notifications@github.com wrote:

datastore disk is sleeping?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ayufan/pve-patches/issues/61#issuecomment-738929892, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASOSQKD4H2OZOTA6EJAJUTSTEPRRANCNFSM4UE5BUQA .

dkmn-123 commented 3 years ago

We speak of proxmox backup server as lxc debian container inside proxmox ve or normal VM?

ayufan commented 3 years ago

I run PBS alongside Proxmox VE, so not in LXC or QEMU. LXC would not make a difference here either way.

I look always at /proc/sys/vm/block dump to see what is waking spinning disk.

On Fri, Dec 4, 2020 at 7:03 PM pdionisis notifications@github.com wrote:

We speak of proxmox backup server as lxc debian container inside proxmox ve or normal VM?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ayufan/pve-patches/issues/61#issuecomment-738931861, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASOSQNZCED5XKV6AZH6TMDSTEP7PANCNFSM4UE5BUQA .