Search results

  1. L

    Setup weekly and daily backups

    Hi Dunuin, fabian, I have a disk mounted in /backups. After that I created two folders: * ID: backups-daily / Directory: /backups/daily * ID: backups-weekly / Directory: /backups/weekly So I ran the following commands as you recommended: # pvesm set backups-daily --is_mountpoint /backups...
  2. L

    Setup weekly and daily backups

    Dunuin, I thought the same, I'm going to investigate if there is any way to setup it in a folder inside a mountpoint. Thanks! Regards, Lisandro.
  3. L

    Setup weekly and daily backups

    Hi Dunuin, I created two additional folders ('backups-daily' / 'backups-weekly') and deleted the previous ('backups') as you recommended. I think that now it's working as we need, thanks so much! About '--is_mountpoint yes', the command was missing a 'set' parameter, for example: # pvesm set...
  4. L

    Setup weekly and daily backups

    Dunuin, Great! I'm going to confirm if it is necessary in my case. Thanks again for your time :) Regards, Lisandro.
  5. L

    Setup weekly and daily backups

    Dunuin, Yes, sure, I'm going to remove the old directory storage. I don't understand the second part of your message. Have I to run it from terminal? I have to replace 'YourDailyStorage' with 'backups-daily', haven't it? For example: # pvesm backups-daily --is_mountpoint yes && pvesm...
  6. L

    Setup weekly and daily backups

    Hi Dunuin, I'm going to try as you recommend, thanks so much! Regards, Lisandro.
  7. L

    Setup weekly and daily backups

    Hi there, I want to config automatic backups by the following way: - Daily: backup only important VPS and retain last 4 backups - Weekly: backup all VPS and retain last 4 backups I get a 8TB disk to store there all backups, I mounted it in /backup and I setup 'Max Backups' in 4 for this disk...
  8. L

    Problem migrating OpenVZ to Proxmox

    Hi Fabian, Yes, I resolved this problem yesterday changing the extension from '.tgz' to '.tar.gz': # mv /var/lib/vz/dump/vzdump-openvz-101-2021_12_26-03_24_01.tgz /var/lib/vz/dump/vzdump-openvz-101-2021_12_26-03_24_01.tar.gz # pct restore 997...
  9. L

    Problem migrating OpenVZ to Proxmox

    I also tried from command line: # pct restore 997 /var/lib/vz/dump/vzdump-openvz-101-2021_12_26-03_24_01.tgz --storage local-zfs # qmrestore /var/lib/vz/dump/vzdump-openvz-101-2021_12_26-03_24_01.tgz 999
  10. L

    Problem migrating OpenVZ to Proxmox

    Hi there! I want to restore a VM that I was running. Many years ago (before know Proxmox) I installed CentOS 6 and OpenVZ. From OpenVZ I created a VM using a Ubuntu 12.04 template. That VM was running the last month but now the CentOS is not running because a kernel panic that I could not fix...