Search results

  1. F

    Minimal permission required to work with sync job

    Hum, I tried to add DatastoreBackup but I still get permission denied when trying to manually launch a sync job. {% for utilisateur in proxmoxbs_utilisateurs_ldap %} acl:1:/:{{ utilisateur.id }}@ldap:Audit acl:1:/system:{{ utilisateur.id }}@ldap:Admin acl:1:/datastore:{{ utilisateur.id...
  2. F

    Minimal permission required to work with sync job

    Hello, I'm trying to setup minimal required permission to our everyday account. I would like to be able to launch or edit a sync job, but not allow deleting data from the data store. Seem like this is not possible ? I tried to give theses permissions : acl:1:/:myuser@ldap:Audit...
  3. F

    Creating users in the sso/openid realm

    Hello, openid: sso client-id proxmox-backup-server client-key **** comment issuer-url https://auth.****.** client-key is 32 random alpha-num characters.
  4. F

    Creating users in the sso/openid realm

    Hello, Yes the realm is displayed with the openid list command, but I can't create user. root@pbs:~# proxmox-backup-manager openid list ┌───────┬─────────────────────┬─────────┐ │ realm │ issuer-url │ comment │ ╞═══════╪═════════════════════╪═════════╡ │ sso │ https://auth.****** │...
  5. F

    Creating users in the sso/openid realm

    Hello, I'm trying to configure openid SSO. I created the realm and disabled auto creation of users. How I'm supposed to create the users? In PVE, when I create a user, I can select the realm in the form but in PBS this field is missing from the GUI. Also, when trying in CLI, I get an error...
  6. F

    Don't create default user with custom cloudimg template

    I found how to disable it after the first boot. I added this at the end of cloud.cfg: runcmd: - touch /etc/cloud/cloud-init.disabled About the user creation, I commented a bunch of module in cloud.cfg so it stopped to create them!
  7. F

    Don't create default user with custom cloudimg template

    In fact, I wonder if there is a way to run the cloudinit configuration only at first boot. I found that when I do any change in the cloudinit panel, it seem to restart the configuration (create new ssh host keys, install updates, etc). This is something I would like to do only once at...
  8. F

    Don't create default user with custom cloudimg template

    Hello, I'm currently working to create a custom Ubuntu 22.04 KVM template. I wonder if there is a way to disable the user creation with cloud-init? I would like the user and password submitted in the cloud-init panel in the PVE GUI to be ignored. I tried to remove the default_user section...
  9. F

    PBS hardware requirements

    Wow! Thank for the hint. Another reason to not use ZFS for this server I guess haha.
  10. F

    PBS hardware requirements

    Hello, Thank you for your answers. I was busy on others project and I'm now back on the PBS project! The max storage for one server I plan for the VM dumps with PBS would be around 5 TB in the future (so not 24TB of storage dedicated to PBS). Daily GC would take around 7 hours if I understand...
  11. F

    PBS hardware requirements

    Hello, I'm looking for hardware to host two PBS servers. I read some posts where the author strongly suggest using only entreprise SSD drives. Even our prod still use HDD most of the time, SSD are still the exception in our infra, so buying SSD for storing backups appear very strange for me...
  12. F

    local-zfs volume is full and I don't understand why

    Hello, Yes but this doesn't reflate the real usage inside the VM. See other df output in my orignal post. So it's normal that zfs is using more space on my drives than the max file size of my virtual hdd? Even if the real usage on the real hdd is not completely used (about 205 GB is used in...
  13. F

    local-zfs volume is full and I don't understand why

    Sorry to bump the thread. Should I submit more information to help the diagnostic? Thanks.
  14. F

    local-zfs volume is full and I don't understand why

    Hello, My local-zfs volume (2 ssd in mirror) is full and I don't understand why. I have only one VM with 3 disks configured and the total size of my virtuals disks doesn't match the used space. I don't have any snapshots. root@pve-ti1:~# zfs list NAME USED AVAIL...
  15. F

    Speed limit for remote sync

    Thanks, I implemented a tc script launched at boot on my two servers. If others are interested, I used that script: https://forums.plex.tv/t/limiting-bandwidth-per-user/108682 and I configured it to limit speed on my two ips.
  16. F

    Speed limit for remote sync

    Hello, I'm still trialing PBS and I may have found a deal breaker for our use case :(. Seem like there is no built-in speed limitation for the remote sync job. This eat all our bandwidth and cause network issue. Not good at all. Is there workaround? Can I sync manually with rsync or other? Thanks.
  17. F

    Daily backup onsite, weekly offsite

    Hello, I just installed two PBS server in trial. Each server is installed at different sites. The goal is to do daily local backup and to send a weekly backup offsite. If I create a weekly sync job, what will be sent to the remote server? All backups created during the week are only the delta...
  18. F

    [SOLVED] vzdump over rest api - bwlimit restricted to root

    Hello, I created an API key for root@pam user (because -bwlimit option is restricted to root (why?)). But the API still return an error while using api key for the root user. The error is: pve-manager/6.3-3/eee5f901 (running kernel: 5.4.78-2-pve)