Recent content by joke

  1. J

    Task logs not rotated

    OK. I've deleted logs older than 40 days. Upgrade PBS to 1.1-12. I'll wait and see the result. Thanks.
  2. J

    Task logs not rotated

    I've attached result from 3 servers. Here's summary. First Server ============ (The same server with pbs.txt file) - Install PBS on 0.9 and upgraded to 1.0 and 1.1 - About 10 local VM/CT and about 4 VM sync from remote - Hourly backup - Hourly incoming sync request from remote PBS - Hourly...
  3. J

    Task logs not rotated

    All of them are installed on Debian LXC with apt command. Some servers are upgraded from 0.9 but most of them are installed with 1.0.
  4. J

    Task logs not rotated

    I maintain 8 PBS servers. Most of them are version 1.1-9. I've noticed that in some servers, files in sub directory of /var/log/proxmox-backup/tasks take a lot of space. In one server they use as much as 2.6 GB. After analyze, I found that: - The files in these directories are never rotated...
  5. J

    Snapshot ownership and API tokens

    I face this same problem. I want to prune some backup differently from default datastore prune config. So I create API token and run curl from cron. The prune API requires Datastore.Prune privilege which included in DatastoreSuperuser role. However, if I use this role, it will error: backup...
  6. J

    How to let users manage their own Blacklist/Whitelist/Quarantine

    Hi, thanks for answer. After more forum searching, I found that the URL is https://<server>:8006/quarantine Now, I can login with LDAP user and see all those 3 menus. Maybe the URL should be mention explicitly in the manual.
  7. J

    How to let users manage their own Blacklist/Whitelist/Quarantine

    In manual: I can't find the way to let users manage the lists themselves. (List/add/edit/delete item to/from lists.) How to do that? Also, beside clicking the link in notification email, is there other way to let users manage their own quarantines?