Recent content by claudiomiguelmuller

  1. C

    VMs Linux smaller

    Hello, to make VM backups smaller, someone uses this command inside VM / Linux: dd if = / dev / zero of = zero.small.file bs = 1024 count = 102400 dd if = / dev / zero of = zero.file bs = 1024 sync; sleep 60; sync rm zero.small.file rm zero.file I want to know if there is anything better to do...
  2. C

    Restore 4.2 to 4.3

    Sorry. machine dont have virtualization option!
  3. C

    Restore 4.2 to 4.3

    Hi, i have Proxmox 4.2 OK with backups compression GZIP and mode snapshot. I created a new installation with 4.3 I restore backups on this new machine. Ok. I tried to start VM on this new machine but it says error (i tried yet with proxmox 5.0) How do I find the solution to the problem to...
  4. C

    Drop connections in proxmox 4.2

    I changed the network cards for E1000 and everything worked perfectly in Proxmox 4.2 only E1000
  5. C

    Email notification on failure only

    the backup set to email when you give an error but it gave error, and did not receive the email, or the spam. where I set the Proxmox 4.2 server data to send the email?
  6. C

    How to improve backup

    Hi, Thank you for your help, after DD & SYNC & RM or SDelete VM 1 (centos): backup before 18gb, after 5gb VM 2 (centos-web): backup before 10gb, after 9gb VM 3 (LinuxMint-printers): backup before 10gb, after 5gb VM 4 (Win7-web-printers): backup before 44gb, after 11gb VM 5 (postfix): backup...
  7. C

    How to improve backup

    for now I run the DVD on each partition. but what is TRIM software or hardware?
  8. C

    How to improve backup

    dd if=/dev/zero of=/zero bs=1M; sync; sync; sync; rm -f /zero and dd if=/dev/zero of=/home/zero bs=1M; sync; sync; sync; rm -f /home/zero ?
  9. C

    How to improve backup

    i have: -bash-3.00$ df -h Sist. Arq. Tam Usad Disp Uso% Montado em /dev/vda1 29G 4,1G 24G 15% / none 2,5G 0 2,5G 0% /dev/shm /dev/vda3 263G 217G 34G 87% /home in this case I do DD 3 times?
  10. C

    How to improve backup

    if it exists in the Linux mount to another Linux it will process this place too?
  11. C

    How to improve backup

    Ok, I am testing on a test VM, and then run it in production and it is taking too long
  12. C

    How to improve backup

    it may be harmful for something?