Search results

  1. D

    [SOLVED] Proxmox-backup-client (partially solved)

    No problem, but your consideration was about using linux on the desktop. I use ONLY linux from 1993. I think the first course on Proxmox (i made 20 courses about proxmox was the course i made in 2007 in Maj in Trento Italy. I know the problem about linux and i know that we should port the...
  2. D

    [SOLVED] Proxmox-backup-client (partially solved)

    Pbs is a linux thing but i asked about the client. Did you read?
  3. D

    [SOLVED] Proxmox-backup-client (partially solved)

    I use linux, i'm sysadmin from 1993. Only Linux. Do you remenber the 0.93 version? . My question was not a simple 'do it". I use proxmox from the first 0.* Version and contributed with many courses and addition that are, now included. 400 installations and more. I asked only about the...
  4. D

    [SOLVED] Proxmox-backup-client (partially solved)

    Is there a way to static compile the client even for windows? Tx
  5. D

    PBS backs up deleted files

    Sorry, i mean Core Filesystems: • ext4 – the default extended option is not to discard blocks at filesystem make time, retain this, and do not add the “discard” extended option as some information will tell you to do. What do you think about this? Ciao, Diaolin
  6. D

    PBS backs up deleted files

    Very interesting but many advisory says different: https://unix.stackexchange.com/questions/366949/when-and-where-to-use-rw-nofail-noatime-discard-defaults https://www.intel.com/content/dam/support/us/en/documents/ssdc/data-center-ssds/Intel_Linux_NVMe_Guide_330602-002.pdf your approach...
  7. D

    [SOLVED] Remote sync (not resolved, perhaps in the future)

    I have a backup with 20 ct inside and i will sync only 6 containers on the remote pbs I've created a use that can access the locale backup, how can i say to the system to propagate only the 6 containers backup? I there a method to create such a group? Many tx
  8. D

    [SOLVED] Proxmox-backup-client

    But a chunk could be shared with other hosts/ct/vms?
  9. D

    [SOLVED] Proxmox-backup-client

    Just a little question: if i launch proxmox-backup-client command line on a directory and i interrupt the transfer after a while (two hours) what happens? The transferred files remains on the pbs server and are reused at the next launch or should permit the transfer of a first whole backup...
  10. D

    [SOLVED] Proxmox Backup Permission (probably my fault)

    No, just verified, now it's ok, but when i've written this script the Download button did'nt compare... now it's ok
  11. D

    [SOLVED] Proxmox Backup Permission (probably my fault)

    When you click in a container backup on "root.pxar.didx" you see a white folder if you click on it you receive the list of the content of that folder with a button, bottom right, DOWNLOAD. If you are Backup Reader the button doesn't appear. The man page says: DatastoreReader Can Inspect...
  12. D

    [SOLVED] Proxmox Backup Permission (probably my fault)

    No error, does not compare the download button
  13. D

    [SOLVED] Just a simple question

    If it's a VM and not container/host you can only restore the entire VM. I repeat: this thread regards only the opening of a blob file, no restoration of "running files"
  14. D

    [SOLVED] Proxmox Backup Permission (probably my fault)

    I've created a Proxmox Backup Reader that doesn't own backups: correctly it can read all backups correctly it can download backups uncorrectly it cannot download a single file from a ct backup (from the dir icon, not config) Anyone? Tx, Diaolin
  15. D

    [SOLVED] Just a simple question

    In any case my question was about the opening of a single file from the PBS server Diaolin
  16. D

    [SOLVED] Just a simple question

    you should restore with the internal pve commands like qmrestore <archive> <vmid> <options> pct restore <vmid> <ostemplate> This is the command Diaolin