Denis

Results 6 comments of Denis

Hi, the same problem, why not do it like in forecast5.go by commenting out these lines?

Hello, I don't really understand why this is necessary, because Proxmox has a built-in replications that works very well. Can you describe for which situations you would use it from...

I reviewed the code you wrote and noticed that it will not work for all types of virtualization. Specifically, it will only work for LXC and not for KVM, as...

Yes, about mp0, mp1, and so on, if snapshots are taken, they include these as well. Important information can be stored on such partitions, for example, data from a database...

I would stick to the name as in the configuration, as an example: ``` rootfs: ssd:subvol-100-disk-0,size=8G mp0: ssd:subvol-100-disk-1,mp=/var/lib/mysql/data,size=10G mp1: ssd:subvol-100-disk-2,mp=/var/lib/mysql/log,size=10G ``` ``` $TARGET_HOST:/ssd/subvol-100-disk-0 $TARGET_HOST:/ssd/subvol-100-disk-1 $TARGET_HOST:/ssd/subvol-100-disk-2 ```

@jocelynj added send snapshot to another host with sanoid [pull request](https://github.com/apprell/proxmox-autosnap/pull/16)