Search results

  1. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    No. You can just connect your Proxmox cluster to our PBS. Replication to our PBS is possible too, but that requires a pull setup until https://bugzilla.proxmox.com/show_bug.cgi?id=3044 is implemented.
  2. tuxis

    Validation & GB probably slow

    I'm struggling with this too. I currently verify every datastore daily. With about 14TB of data, and reverify after 30 days, the verification takes about 16 hours. During verification the disks are pretty busy, reading (currently) about 170MB per second. This will probably increase again after...
  3. tuxis

    [solved] Encrypted backups

    In a single cluster, you should have the same encryption key on each node. If you have multiple single nodes, you can import the encryptionkey which you could export upon creating the new datastore. If you did not do that, you can find the encryptionkey in...
  4. tuxis

    pbs performance vs restic

    Isn't a on-disk cache of 'filename,size,ctime,mtime,inode' the defacto standard for speeding up backups? It seems kinda obvious that reading all the data may be the coolest option, but really doesn't scale at all..
  5. tuxis

    FYI: Special-device size on PBS in practice

    Let us not talk about this anymore. :D
  6. tuxis

    FYI: Special-device size on PBS in practice

    Hi, saw a thread last week speculating about the required size for a 'special' device in a PBS ZFS Pool. We now have about 8TB of active backups in the pool, and every time I calculated the special-device size for this pool, it was about 0.5%. So, to calculate the max size of your...
  7. tuxis

    Migration for new Qemu-version enough?

    Hi, When trying to run a PBS backup on a VM that is running for some time, you get the following message: PBS backups are not supported by the running QEMU version. Please make sure you've installed the latest version and the VM has been restarted. We can run backups on VM's that we migrated...
  8. tuxis

    PBS Off-site Sync (Cryptolock)

    You usually have multiple snapshots available, so your issues exists mainly if the PBS-server itself gets encrypted. If that happens, your verification fails. Question is, does PBS Sync also sync the datastore if the verification failed?
  9. tuxis

    API Clients available?

    Ok. I'm looking into proxmoxer, which requires some more tweaks than that :) Thanks,
  10. tuxis

    API Clients available?

    It looks like authentication is handled differently in PBS. PVE sends a Authorization-header, which includes all the data. But I don't seem to find that in PBS, correct @Dominic / @dcsapak ?
  11. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    Hi @TwiX. As announced, the beta server will be decommissioned the 18th of December 2020. I just upgraded pbs.tuxis.nl with the no-subscription-update so the bad-chunks might be fixed. Please note that we have deployed our first official PBS-server yesterday, which also has a 150G-for-free...
  12. tuxis

    API Clients available?

    Ok, so, no clients yet? :) Or can I use the normal Proxmox client libraries?
  13. tuxis

    API Clients available?

    Hi, Are there any (python) API Clients available? I want to gather some data through the API, but cannot find clear documentation on how to use the API. Am I looking in the wrong place?
  14. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    Let's not talk about this anymore ! ;) #fixed
  15. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    Yes. Very cool. I do miss the overall datastore view. And the possibility to schedule the verify task via the CLI?
  16. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    I launched a for ds in `all datastores`; do proxmox-backup-manager verify $ds; done
  17. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    This is the case. You can see the 'Verify jobs' tab in your datastore.
  18. tuxis

    Tuxis launches free Proxmox Backup Server BETA service

    I also notice that I can configure this in the webinterface, but not via the CLI.