I thought I'd experiment with using the Windows Subsystem for Linux which allows access to windows files at /mnt/c. Steps and output follow, but I am currently stuck with an error: "catalog upload error - channel closed" "Error: stat failed on "DumpStack.log.tmp": EACCES: Permission denied". Appreciate any suggestions and details follow:
I used these commands to install the proxmox-backup-client in a ubuntu shell in WLS running under Windows 10pro 64.
sudo apt update
sudo apt upgrade
sudo apt-get install proxmox-backup-client
cat /etc/debian_version
sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullsey.get
sudo apt-add-repository 'deb http://download.proxmox.com/debian/pbs-client bullseye main'
sudo apt-get install proxmox-backup-client
Then running proxmox-backup-client with the following command gave an error:
dxxxxx@DESKTOP-I4xxxxx:/$ sudo proxmox-backup-client backup DTP_C.pxar:/mnt/c --repository 10.1.1.111:8007:HPZFS01
Password for "root@pam": *************
Starting backup: host/DESKTOP-I4xxxxx/2022-05-24T13:37:49Z
Client name: DESKTOP-I4xxxxx
Starting backup protocol: Tue May 24 09:38:03 2022
No previous manifest available.
Upload directory '/mnt/c' to '10.1.1.111:8007:HPZFS01' as DTP_C.pxar.didx
catalog upload error - channel closed
Error: stat failed on "DumpStack.log.tmp": EACCES: Permission denied
Any ideas on next steps in troubleshooting this? Not even sure if it will work, but seems like it might and I'd appreciate any suggestions....
I used these commands to install the proxmox-backup-client in a ubuntu shell in WLS running under Windows 10pro 64.
sudo apt update
sudo apt upgrade
sudo apt-get install proxmox-backup-client
cat /etc/debian_version
sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullsey.get
sudo apt-add-repository 'deb http://download.proxmox.com/debian/pbs-client bullseye main'
sudo apt-get install proxmox-backup-client
Then running proxmox-backup-client with the following command gave an error:
dxxxxx@DESKTOP-I4xxxxx:/$ sudo proxmox-backup-client backup DTP_C.pxar:/mnt/c --repository 10.1.1.111:8007:HPZFS01
Password for "root@pam": *************
Starting backup: host/DESKTOP-I4xxxxx/2022-05-24T13:37:49Z
Client name: DESKTOP-I4xxxxx
Starting backup protocol: Tue May 24 09:38:03 2022
No previous manifest available.
Upload directory '/mnt/c' to '10.1.1.111:8007:HPZFS01' as DTP_C.pxar.didx
catalog upload error - channel closed
Error: stat failed on "DumpStack.log.tmp": EACCES: Permission denied
Any ideas on next steps in troubleshooting this? Not even sure if it will work, but seems like it might and I'd appreciate any suggestions....