Skip to content

Add proxmox backup client #2382

Merged
merged 4 commits into from Oct 5, 2021
Merged

Add proxmox backup client #2382

merged 4 commits into from Oct 5, 2021

Commits on Oct 4, 2021

  1. libfuse: Add version 3.10.5

    Create bee template from mTEMPLATE.be0
    
    Add option useroot=false to disable install_helper.sh from the package
    to use chown and chmod u+s on fusermount3. This is so that the bee
    script can be called without root (`unshare -r`)
    
    Add `chmod u+s $D$BINDIR/fusermount3` because it is no longer done by
    install_helper.sh.
    donald committed Oct 4, 2021
    Copy the full SHA
    05fac52 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Copy the full SHA
    bb77ad0 View commit details
    Browse the repository at this point in the history
  2. proxmox-backup-client: Add Proxmox backup client binaries

    Create be0 file from mTEMPLATE.be0.
    
    The proxmox backup software is open source and it should be possible to
    build it from sources. However, the build system is strongly tied to
    Debian, so it would be a lot of work to port it or to set up some
    container build system.
    
    For the evaluation phase now, we can postpone this and install the
    binaries from the Debian package instead.
    
    This bee file installs these files from the Debian package:
    
    - /usr/bin/proxmox-backup-client
    - /usr/bin/pxar
    - /usr/share/man/man1/proxmox-backup-client.1.gz
    - /usr/share/man/man1/pxar.1.gz
    - /usr/share/bash-completion/completions/proxmox-backup-client
    - /usr/share/bash-completion/completions/pxar
    donald committed Oct 5, 2021
    Copy the full SHA
    f9d59fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ad0cac View commit details
    Browse the repository at this point in the history