Proxmox Backup client - restore directory with subdirectories and all files

JohnTanner

Active Member
Sep 25, 2019
43
3
28
35
Hi there,

I want to restore a directory from a backup and all its containing subdirectories + all files.
So far I have tried:
Bash:
find Victor\ Bart\ \-\ Retro\ Machines --select
Bash:
restore-selected "/path/to/Victor Bart - Retro Machines"
(path on original host where it was and is supposed to go again)

Bash:
select Victor\ Bart\ \-\ Retro\ Machines
Bash:
restore-selected .

But either nothings happens after a long delay in which the Backup server actually reads chunks or simply the empty parent directory is restored without any contents.

What am I doing wrong?
The directory "Victor Bart - Retro Machines" contains a few directories and these in turn contain files.

Any help is greatly appreciated.

Regards,

John Tanner
 
You can list your selected files and directories with
Code:
list-selected
To select a directory with all subdirectories recursively, add /** to the end of your path. So your command would be:
Code:
find "Victor Bart - Retro Machines/**" --select
 
  • Like
Reactions: JohnTanner
I ended up solving this differently but the double asterisk thing is a valuable information, thank you for that
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!