Search results

  1. S

    lost old backups problem

    hi dears we lost old backups suddenly without any action on PBS, i want ask this can be happen? PBS version is 1.1-14
  2. S

    hook file name problem in pve 7

    hello dears we use PBS version2 with hook script to finalize process. in PVE version 7 we cant get backup file name and this variable is null. syntax: $ENV{TARFILE} how can get name in this version? thanks
  3. S

    restore backup on exist vm

    Hello dears i want use from PBS backup file as image to rebuild my vm with backup image. restore command has error in this case. "VM {vmid} already exists on node" please assist me how can i do this. thnaks
  4. S

    add PBS storage in old versions

    Hello Dears i wnat add PBS storage to my server with PVE version 5.4 but i cant and get below error. my command: pvesm add pbs <id> --datastore <pbs-datastore-name> --server <ip-or-host> --fingerprint 00:AB:CD:... --username root@pam --password error: Unknown option: datastore Unknown...
  5. S

    export from backups

    Hello i want to get export from my VM backup and use in another PBS server but i cant. please assist me how can i do? thanks
  6. S

    PBS --prune-backups option

    Hello i have question about --prune-backups option, this option can be set in command also can be set on storage. i want know about different between them. thanks
  7. S

    get datastore free space

    Hello dears i want get datastore free space in PBS in CLI but i cant. I expect getting free space with command like below but i cant: "proxmox-backup-manager datastore show <name>" please help me thanks
  8. S

    how to get PBS storage free space

    Hello Dears i want to get pbs storage free space in my client but i cant. for example : can i get json response from this command? "pvesm status --storage pbs-local" or specific command to get my storage space to manage my backups. thanks
  9. S

    get backup size

    Hello Dears How can I get the size of the backup taken in the hook script? Of course i want size of vm data that backup taken, not vm size. my sample command: "vzdump 384286 --mode snapshot --storage pbs-local --script ~/clone/vzdump_hook.pl" hook file is...
  10. S

    backup files management

    Hello dears i have question about backup files management. Can I say To be kept the first backup forever? And other backups To be kept once a week? (actually my question is how can i keep one backup forever?) my command is now: vzdump 384286 --prune-backups keep-weekly=1 --mode snapshot...
  11. S

    restore backup as new VM

    Hello dears i have get backup from vm ("vzdump 384286 --prune-backups keep-last=0 --mode snapshot --storage pbs-local") on pbs server. now i want restore this backup as new vm not 384286, can i do this? thanks
  12. S

    [SOLVED] explore in vzdump backup file

    Hello dears i have question about pbs(proxmox backup server) backups. i get backup from our VM's with "vzdump 384157 --mode snapshot --storage pbs-local" command. now i wnat see backup file (drive-virtio0.img.fidx) and explore in it but i cant. please help to me, can i want this? thanks