Search results

  1. M

    Is there a way to run a script before/after a Job

    Is there a way to run a script before/after a job like Prune / Garbage collect / sync / ...
  2. M

    Prune GC

    From your picture there is no Prune, Garbage Collet doesnt work without a Prune before. Prune marks what can be deleted during the Garbage Collect.
  3. M

    Prune GC

    You did not set Prune and Garbage Collect. Prune marks the versions vor delete, garbage collect deletes them ( 24 hours after marked for delete)
  4. M

    remove datastore

    proxmox-backup-manager datastore remove xxxxx removes datastore from list, zfs stays mounted zpool export -f xxxxx doesnt work cannot unmount '/mnt/datastore/xxxxx': unmount failed that worked in a older version of PBS Now i have to do systemctl try-reload-or-restart...
  5. M

    Problems with big sync job

    Maybe this helps, looks like a similar problem i had with timeout on sync. https://forum.proxmox.com/threads/sync-job-fails-after-some-time.84447/
  6. M

    backup failed: connection error: Connection timed out (os error 110)

    Yes, had a problem with that and the api-token solved it. https://forum.proxmox.com/threads/sync-job-fails-after-some-time.84447/
  7. M

    backup failed: connection error: Connection timed out (os error 110)

    Might be a timeout problem. Using a api-token to authenticate might help.
  8. M

    Rücksicherung auf andere Hardware

    Das ist richtig, allerdings setzt das voraus das du einen Datenträger besitzt der all VM Laufwerke aufnehmen kann, und daran kann es scheitern. Ganz abgesehen von der zusätzlichen Zeit um alle Laufwerke auf die richtigen Zieldatenträger zu verschieben.
  9. M

    Rücksicherung auf andere Hardware

    Beim Restore einer VM mit mehreren Laufwerken habe ich in der GUI nur die Möglichkeit der Rücksicherung laut config oder in ein einziges Laufwerk. Rücksicherung laut config setzt aber gleiche Laufwerke im Zielproxmox voraus. Einzellaufwerk setzt ein Laufwerk voraus das platzmäßig alle virtuellen...
  10. M

    Having an issue creating a new datastore

    Is sdb with GPT or MBR Layout? ( Should be GPT ) Maybe also a hardware problem. Check smart values of Harddisk and maybe change cable and/or sataport.
  11. M

    [SOLVED] How to remove Datastore (Directory)

    Thx, in a prior version of PBS "zpool export" didnt work without. Tested on 1.0-11 and works without Script changed to error=$(proxmox-backup-manager datastore remove $1 2>&1 >/dev/tty) if [ "$error" == "" ] then pfad=$(mount | awk "/$1/ {print "'$3'"}") if [ "$pfad" != '' ]...
  12. M

    Sync of Backup Group

    Is there a way to sync only one or more backup groups not the full Datastore ?
  13. M

    [SOLVED] How to remove Datastore (Directory)

    I use this lil script to remove a datastore located on a extern USB device. Parameter is the Datastore Name #!/bin/bash error=$(proxmox-backup-manager datastore remove $1 2>&1 >/dev/tty) if [ "$error" == "" ] then systemctl restart proxmox-backup proxmox-backup-proxy fi pfad=$(mount | awk...
  14. M

    where is "estimated full" and "History" from dashboard saved

    I cleaned HD from datastore manually and included as new ZFS with the same datastore ID. Still shows the old "estimated full" and "History" in dashboard. How to remove this.
  15. M

    speedup backup

    Have read alot, but there seems not to be a "one fits it all" solution. My main backup is on Spinning disks. ( fixed amount that can not be changed ) (4 * 4TB ,16 GB Ram ) Only Proxmox VM's are backed up. Could attach 2 Sata SSD (each 1TB). My question is how to use theses 2 SSD What would...
  16. M

    Is there a way du undo a prune

    On a datastore a false prune command was set. Is there a way to undo this. No garbage colletion was done.
  17. M

    Sync Job over Inet consumes all bandwith

    Syncjob over Inet consumes all bandwith. Is it possible to limit the bandwith and or set a endtime for synchronisation. Btw. a free choosable starttime for the syncjob would also be great. Local and remote system using same version of PBS proxmox-backup 1.0-4 running...
  18. M

    Sync job fails after some time

    The workaround with token worked, thx. For everyone who is interrested how to use the credentials as example UserID : root@pam!tockenname Password: Secret tocken u get when u create API Token And dont forget to set the permissions for the token as i did first ;)...
  19. M

    Sync job fails after some time

    Both Backupserver on same version proxmox-backup 1.0-4 running kernel: 5.4.78-2-pve proxmox-backup-server 1.0.8-1 running version: 1.0.8 pve-kernel-5.4 6.3-3 pve-kernel-helper 6.3-3 pve-kernel-5.4.78-2-pve 5.4.78-2 pve-kernel-5.4.65-1-pve...
  20. M

    Sync job fails after some time

    Here the log from the other side Feb 17 23:14:02 pbs proxmox-backup-api[812]: pam_unix(proxmox-backup-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root Feb 17 23:14:04 pbs proxmox-backup-api[812]: authentication failure; rhost=::ffff:xx.xx.xx.xx...