wofferl / proxmox-backup-arm64

Script for building Proxmox Backup Server 3.x (Bookworm) for Armbian64
151 stars 12 forks source link

PBS Client Only #8

Closed hodgiers closed 1 year ago

hodgiers commented 2 years ago

Thank you for this! Does the script leave an option for installing the client only? Would greatly appreciate the choice to install the client or server if not.

MAFLO321 commented 2 years ago

Yes.

Long story:

The script only builds the packages and copies them to the packages folder. Afterwards you can install the packages you want on the host you want. Install them from the packages directory with:

As an overview, the following packages are built and copied (at the moment):

root@build:/.../proxmox-backup-arm64# ls -l packages 
total 846236
-rw-r--r-- 1 root root   2819620 Jan 20 13:54 libjs-extjs_7.0.0-1_all.deb
-rw-r--r-- 1 root root      8376 Jan 20 13:55 libjs-qrcodejs_1.20201119-pve1_all.deb
-rw-r--r-- 1 root root    111144 Feb  2 18:18 libproxmox-acme-plugins_1.4.1_all.deb
-rw-r--r-- 1 root root     95000 Jan 20 13:52 pbs-i18n_2.6-2_all.deb
-rw-r--r-- 1 root root  44058204 Feb  4 12:03 proxmox-backup-client-dbgsym_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root   2417744 Feb  4 12:02 proxmox-backup-client_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root   3435992 Feb  4 12:02 proxmox-backup-docs_2.1.5-1_all.deb
-rw-r--r-- 1 root root  49231904 Feb  4 12:03 proxmox-backup-file-restore-dbgsym_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root   2545760 Feb  4 12:02 proxmox-backup-file-restore_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root 305048052 Feb  4 12:03 proxmox-backup-server-dbgsym_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root  20433100 Feb  4 12:03 proxmox-backup-server_2.1.5-1_arm64.deb
-rw-r--r-- 1 root root     15800 Jan 20 13:49 proxmox-mini-journalreader-dbgsym_1.3-1_arm64.deb
-rw-r--r-- 1 root root      7164 Jan 20 13:49 proxmox-mini-journalreader_1.3-1_arm64.deb
-rw-r--r-- 1 root root     22116 Feb  2 18:20 proxmox-widget-toolkit-dev_3.4-5_all.deb
-rw-r--r-- 1 root root    116668 Feb  2 18:20 proxmox-widget-toolkit_3.4-5_all.deb
-rw-r--r-- 1 root root   7441344 Jan 20 13:38 pve-xtermjs-dbgsym_4.12.0-1_arm64.deb
-rw-r--r-- 1 root root    550860 Jan 20 13:38 pve-xtermjs_4.12.0-1_arm64.deb
MAFLO321 commented 2 years ago

@hodgiers did this answer your question or do you have any further questions to this topic? Otherwise, please close the issue.

der-graph commented 1 year ago

Thank you for the listing. I built the packages and installed just the server packages. Worked great on an RPi4 Ubuntu 22.04. Arm64 PBS is running very well as sync PBS. Thanks for this!