Recent content by mlazzarotto

  1. M

    [SOLVED] ZFS scrubbing does not work anymore on Kernel 6.14.11 (and cannot upgrade to 6.17.X because of NVidia)

    Same issue, but on 6.17. Linux cube 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux
  2. M

    How to install Windows 10 OS and Proxmox VE in a separate drive?

    So you want a dual-boot setup where you can choose at boot time what OS to load? I've never tried but I guess that you better start with Windows, and then install Proxmox. Now, I don't know if Proxmox will detect the other OS, but if not, you'll have to play with grub.
  3. M

    [TUTORIAL] API examples of webhook for different services

    Hey, has anyone been able to get NTFY with authentication work? I tried this, but I get a 403. webhook: NTFY body YGBgCnt7IG1lc3NhZ2UgfX0KYGBg header name=Markdown,value=eWVz header name=username,value=<redacted> header name=password,value=<redacted>...
  4. M

    Upload backups to S3-compatible cloud storage

    Thank you. It seems exactly what I need.
  5. M

    Upload backups to S3-compatible cloud storage

    I was wondering if there was a way to copy a backup from PBS and then upload it to cloud storage such as S3 or Backblaze B2. The utility of this would be to have offsite backups. I've already tried mounting the B2 bucket via the s3fs program, but apparently PBS and s3fs don't get along...
  6. M

    Backups cannot be added when TOTP is enabled.

    I think that this should be mentioned in the PBS documentation.
  7. M

    Copy backup from PBS datastore to S3FS

    I ended up using a hook script made in shell to check if the folder is mounted and stop the backup job if is not. #!/bin/bash mountpoint="/mnt/idrive_e2" trimmed_dumpdir=$(dirname "$DUMPDIR") # if backup is starting and if mountpoint is not mounted and if we're backing up to Idrive if [[ $1 ==...
  8. M

    Copy backup from PBS datastore to S3FS

    Thanks, I'll try to create the folders
  9. M

    Copy backup from PBS datastore to S3FS

    @ggoller The s3fs mount may fail for the most weird issue. To prevent the backup job from filling the disk space, I think that I can use a hook script to check the mount. If the mount fails, how can the hook script terminate the backup job?
  10. M

    Copy backup from PBS datastore to S3FS

    I wish I could, but there's something wrong with the Idrive implementation of their S3 "version" that messes up with the creation of the chunks. Anyway, I guess my next step will be to add the s3fs mount to my Proxmox VE and use that to store the backups (in addition to PBS).
  11. M

    Copy backup from PBS datastore to S3FS

    I'm using an S3-compatible cloud storage (Idrive E2) and I'd like to use it to keep a copy of my backups. I've mounted the bucket using S3FS, but since I can't use that as a PBS datastore, I was wondering if I can extract the backups from PBS and copy them to the S3FS mounted folder in a similar...
  12. M

    PVE sending email notifications on successful backup jobs

    Output of pveversion -v root@cube:~# pveversion -v proxmox-ve: 8.1.0 (running kernel: 6.5.11-8-pve) pve-manager: 8.1.10 (running version: 8.1.10/4b06efb5db453f29) proxmox-kernel-helper: 8.1.0 proxmox-kernel-6.5.13-3-pve-signed: 6.5.13-3 proxmox-kernel-6.5: 6.5.13-3...
  13. M

    Send tasks logs to syslog server

    Hey, I configured logs to be sent to a syslog server using this tutorial *.* @@your_syslog_server_ip:514 but I noticed that logs generated by tasks are not being sent. How to do so? I suppose this can be related also to Proxmox VE's tasks.