Recent content by moihuguesjoyal

  1. M

    Customize Tracking Center

    I'm not sure how we can log decoded mime subject, you could use tools like online MIME headers decoder : https://dogmamix.com/MimeHeadersDecoder/ Or you can create a script : #!/usr/bin/env perl use open qw(:std :utf8); use Encode qw(decode); while (my $line = <STDIN>) { print...
  2. M

    Customize Tracking Center

    You could add into the postfix log the subject using this technique. Open and edit postfix configuration file vi /etc/postfix/main.cf Add the following : header_checks = regexp:/etc/postfix/header_checks Open the file /etc/postfix/header_checks vi /etc/postfix/header_checks Add the...
  3. M

    backup deduplication

    Thanks everyone... I've been doing a few tests using vzdump hook script instead of snapshotting manually... Here is the script I'm using and it seems to be working correctly for now, any suggestion? #!/bin/sh export BORG_REPO= export BORG_PASSPHRASE= NOW=$(date +"%Y-%m-%d@%T")...
  4. M

    backup deduplication

    qm snapshot is calling a fs-freeze through qemu-guest-agent and the snapshot generated is read-only. I known that the method could only be done with the storage type qcow2 and LVM-thin. With qcow2, the snapshot is an internal snapshot, that why I need to specify to only extract the snapshot...
  5. M

    backup deduplication

    I'm not sure why LVM and qcow2 snapshot should not be considered? Isn't what the vzdump doing after all? In the source of vzdump it's creating a snapshot with qm snapshot before creating the vma file. As a reference : The VZDump source /usr/share/perl5/PVE/VZDump.pm create the snapshot using...
  6. M

    backup deduplication

    If I do this, It takes twice the time and amount of space for my backups (temporary)... that's why I'm wondering if using snapshot like this would be a good strategy.
  7. M

    backup deduplication

    Hi, I'm looking to create a script that will create a backup of my current VM and stored them in a deduplication system. (I'm using BorgBackup with a remote repo for storing) I've tried to use vzdump which create a .vma file that doesn't seem to work well with deduplication. To by-pass that...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!