• Understanding delta backups with different schedules

    4
    0 Votes
    4 Posts
    629 Views
    P
    @stephane-m-dev In the schedule You can select force full backup
  • AssertionError [ERR_ASSERTION]: footer1 !== footer2

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Why you wouldn't be able to deploy another XOA? It's meant to be re-deployed anytime you lose it, because even a fresh one can access a backup repo and restore everything.
  • Missing backups

    7
    2
    0 Votes
    7 Posts
    896 Views
    M
    @ph7 I am using an Incremental Replication backup (aka Continuous Replication) and I understand this is the same as Delta however Delta uses remotes whereas I.R. uses host storage.
  • Excluding a VM from health checks

    4
    0 Votes
    4 Posts
    643 Views
    olivierlambertO
    That's indeed a solution. We could also maybe "revert" the condition for people with like 500 VMs to healthcheck except one.
  • 0 Votes
    5 Posts
    666 Views
    M
    @julien-f Tried again with today's release Xen Orchestra, commit 3d054 Master, commit 3d054 Same error again https://paste.vates.tech/?4941198dd850ed6d#ArUk6wqkwE2c3CQRbjwAXRERJd2Y4HWF5oq9ysMdkbBp Mirror incremental backup is broken here
  • Backup and windows storage pools

    4
    0 Votes
    4 Posts
    683 Views
    olivierlambertO
    XOA trial is enough to test it. Just ask another trial.
  • Schedules not showing any task (progress) in XO tasks

    11
    0 Votes
    11 Posts
    2k Views
    M
    @florent Did you find anything? I just retested the job on latest XO build and have the same error.
  • Full backup - VM failed in first attempt but successful in second attempt

    23
    0 Votes
    23 Posts
    4k Views
    olivierlambertO
    I understand your requirements, I'm trying to pinpoint the issue. For now, everything converge on dom0 load when having many zstd processes at once.
  • Pool metadata 8.2 to 8.3

    Solved
    3
    0 Votes
    3 Posts
    590 Views
    Tristis OrisT
    @olivierlambert thanks, just to be sure.
  • I cannot save due to VDI Chain error

    15
    3
    0 Votes
    15 Posts
    3k Views
    DanpD
    @Nephilim Nothing shown here would indicate a problem AFAICS. P.S. Added proper markup to your post
  • Question About Backup Sequences

    5
    0 Votes
    5 Posts
    959 Views
    D
    Thanks @olivierlambert!
  • Change the size of the backup file

    11
    0 Votes
    11 Posts
    2k Views
    olivierlambertO
    I don't know if it's still what he does
  • ZFS for a backup server

    9
    0 Votes
    9 Posts
    2k Views
    ForzaF
    @McHenry Looks like you want disaster recovery option. It creates a ready-to-use VM on a separate XCP-ng server. If your main server fails you can start the vm directly off the second server. In any case, backups can be restored with XO to any server and storage available in XCP-ng.
  • Recovering from disaster with backups on S3 storage

    4
    0 Votes
    4 Posts
    646 Views
    olivierlambertO
    Yes.
  • Create xvda file from XO delta backups?

    7
    0 Votes
    7 Posts
    1k Views
    J
    @Danp I don't really need something complex. I see the full & delta vhd files in each VM's folder but trying to mount the delta vhd with guestmount throws an error. There has to be a way to fold the delta vhds into the main vhd for the most up to date vhd..
  • XO (from source): backup error (to Wasabi)

    Solved backup wasabi
    24
    0 Votes
    24 Posts
    14k Views
    LhoustL
    @olivierlambert said in XO (from source): backup error (to Wasabi): If you need another trial, no problem. To me, the problem is not in XOA (the broken commit was done after the monthly release) and fixed today, so it means it would be never shipped in XOA. Then I am fine, building XO from Sources provides me with the ability to backup my VMs, which was the only XOA "Feature" I was using... Thanks anyway!!!
  • Unable to create a backup job using OX from sources on xcp-ng 8.3 RC2

    Solved
    5
    1
    0 Votes
    5 Posts
    592 Views
    S
    @olivierlambert It is now working thanks so much! Also wanted to share I really like XCP-NG!
  • Pb Backup VM - Erreur authentification to create a backup

    9
    0 Votes
    9 Posts
    1k Views
    F
    @olivierlambert @Danp Hi, The backup task is OK and the replication backup is OK. I XCP-ng and XOCE. Thanks
  • 0 Votes
    7 Posts
    867 Views
    R
    @CJ Currently I do not see any bottleneck with disk and network IOPS as far as XOA and the remote destination are concerned. I'll look into a network share for the VMs if I notice that is becoming a bottleneck.
  • EACCES: permission denied on xo-ce backups

    6
    0 Votes
    6 Posts
    2k Views
    B
    @Danp yup this was clearly due to lack of my experience reading the logs but after checking the path in the log and seeing I had no permissions I was able to understand it was related to the folder in the NFS share not allowing this host to make changes, strangely enough my other devices worked, but once I set up a new share it resolve the issue. Thanks for your reply.