Recent content by crz

  1. C

    Scale out PBS / Possibility to "Cluster" Proxmox Backup Server

    Hello everyone, as far as i can tell, there is no good way to scale out your PBS instances, except from getting multiple servers and doing different backupstorages/backupjobs for each machine and manually assign your backups to different PBSs. What I propose is the following: You create a...
  2. C

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    Thank you, that solved the problem. The "allow-bond1 ens4f0np0" was my mistake. I thought it is needed for bonding.
  3. C

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    it currently looks like this: # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of the network configuration manually, # please utilize the 'source' or 'source-directory' directives to do #...
  4. C

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    Hey there, i get the aforementioned error (Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.) when i'm using the following script on the terminal to start my VMs: #!/bin/bash # Prüfen der Parameter if [ $# -ne 3 ]; then echo "Usage: $0...
  5. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    I've been testing with the suggested additional "put-rate-limit 10" in the s3.cfg and i haven't had any issue since. so it seems that for me this is a work around that is working
  6. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    I'm not sure, but i would suspect it's not the same percentage. Thats from the backup log on the PVE side. Maybe this will help? Also there are no percentage counts for the backup
  7. C

    Tracking center export to file

    sorry for the late reply. i don't think so. if you would be willing to set up the feature request, that would be awsome
  8. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    This is syslog from the PVE: Aug 18 05:00:02 pve-i9 pvescheduler[311581]: <root@pam> starting task UPID:pve-i9:0004C11E:058B3B4F:68A29732:vzdump::root@pam: Aug 18 05:00:02 pve-i9 pvescheduler[311582]: INFO: starting new backup job: vzdump 202 200 201 203 206 209 210 211 --fleecing...
  9. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    The problems on Hetzners side have been resolved! Sadly, i still have issues with the s3 backup. Sometimes it works, sometimes it doesnt. @Chris do you have an idea on how to better test and hunt the error down?
  10. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    Oh, probably a problem on Hetzners end: https://status.hetzner.com/incident/e9ece948-cd13-478e-9262-7a14f6427257 I'll give feedback when this is resolved and then will test again
  11. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    Right now it's from my Homelab to Hetzners S3 for evaluation purposes. And yes, only manually backing up 1 vm/ct at a time. I have 50mbit upload to it. And i have set up an extra cache disk as described with 128GB as ext4 (https://pbs.proxmox.com/docs/storage.html#datastore-s3-backend) Is...
  12. C

    S3 Upload Fails with Large VMs (Cache Issue?)

    I think i have the same issue. Small Containers backup just fine, bigger ones, or VMs end up with an error the relevant parts of journalctl are: Its between two reboots, and the first one is with a VM, the second one with is a CT. Both were manual backup tasks for testing. journalctl on PBS...
  13. C

    Multi Datacenter Management

    Our company would also be interested in this. So here's my +1
  14. C

    Tracking center export to file

    @t.lamprecht Any news on this? Today i had the issue that i needed to export a list of all mails between two timestamps and for multiple domains. A customer had an hardware failure and lost about two hours worth of mails, because their backup was too old. He wanted to have a list of mails...