Search results

  1. S

    lost old backups problem

    hi we check backups directory and found out all backups exist there but dont shows in contents list in panel.
  2. S

    lost old backups problem

    backups are gone and we cant see in the backups list. all backups created by this command: vzdump {vmNo} --mode snapshot --prune-backups keep-all=1 --storage {storage}
  3. 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
  4. 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
  5. S

    restore backup on exist vm

    thanks for your response @dietmar but i want restore vm backup on another vm. for example i have backup from vm 1 and now i want restore this backup on vm 2. also i want do this action with command not pve panel. thanks
  6. 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
  7. 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...
  8. S

    export from backups

    Hello very well, how can i export backup? with PBS client or server? Thanks
  9. S

    export from backups

    Thanks for your response @dcsapak But I want download backup file and keep another storage such as download button in pbs ui. Can I do? Thanks
  10. 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
  11. 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
  12. S

    get datastore free space

    thanks @dcsapak my question resolved
  13. S

    get datastore free space

    hi those two questions have different subjects. now i want get datastore details on backup server not on clients and your solution is for client. thanks
  14. 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
  15. S

    how to get PBS storage free space

    thanks @oversite this command work in CLI and get password in next step, i want a command to use in my php script. do you know other solution or you can send password in command? thnaks
  16. 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
  17. 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...
  18. 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...
  19. S

    restore backup as new VM

    thanks @t.lamprecht my problem resolved.