First of all - great software. I'm getting into IT and learning Proxmox.
I want to set-up a remote server running Proxmox and VM for CentoOS7 that will run a webserver. The server specs are Dual - Xeon E5, primary drive - 960GB SSD, 2nd drive - 2TB SATA, 96GB RAM. I want to install Proxmox on SSD drive and mount SATA as a backup. I'm thinking to have proxmox backup CentOS VM to SATA once a week. Then I'm thinking to have rsync from within CentOS7 to SATA drive every 15 mins. And then rsync to offsite backup server nightly. This way if primary SSD drive fails, I can replace it, load Proxmox, restore VM and rsync from SATA (CentOS web server files) files back to a newly created CentOS and hopefully will be out 15 mins of data.
My questions are:
1. In the Proxmox gui when adding storage, what type should I use for SATA mounted drive (Directory, LVM, LVM-thin, ZFS), so that I can perform backup of VM from Proxmox, rsync from CentOS7 VM and rsync to a remote server? I read that LVM doesn't work with rsync.
2. Should I use LXC or VM for CentOS7 (web server)? I understand that VM is based on KVM. I never worked with LXC and not sure the downsides.
3. How to add SATA drive to VM to do rsync every 15 minutes? Is it possible?
Any input is appreciated.
Thanks
I want to set-up a remote server running Proxmox and VM for CentoOS7 that will run a webserver. The server specs are Dual - Xeon E5, primary drive - 960GB SSD, 2nd drive - 2TB SATA, 96GB RAM. I want to install Proxmox on SSD drive and mount SATA as a backup. I'm thinking to have proxmox backup CentOS VM to SATA once a week. Then I'm thinking to have rsync from within CentOS7 to SATA drive every 15 mins. And then rsync to offsite backup server nightly. This way if primary SSD drive fails, I can replace it, load Proxmox, restore VM and rsync from SATA (CentOS web server files) files back to a newly created CentOS and hopefully will be out 15 mins of data.
My questions are:
1. In the Proxmox gui when adding storage, what type should I use for SATA mounted drive (Directory, LVM, LVM-thin, ZFS), so that I can perform backup of VM from Proxmox, rsync from CentOS7 VM and rsync to a remote server? I read that LVM doesn't work with rsync.
2. Should I use LXC or VM for CentOS7 (web server)? I understand that VM is based on KVM. I never worked with LXC and not sure the downsides.
3. How to add SATA drive to VM to do rsync every 15 minutes? Is it possible?
Any input is appreciated.
Thanks