zfs list, usually they already have mount points listed, which you can use when creating the Datastore.lsblk
mkdir /mnt/usbtoto
mount /dev/sdxx /mnt/usbtoto
nano /etc/proxmox-backup/datastore.cfg
datastore: back2to
path /mnt/usbtoto
lsblk
mkdir /mnt/usbtoto
mount /dev/sdxx /mnt/usbtoto
nano /etc/proxmox-backup/datastore.cfg
datastore: back2to
path /mnt/usbtoto
Wow thank you so much I was looking for this for the past 3 days!!!! Finally I was able to find the files and restore my old PBS serverSolution for those who have the same question:
PBS Add an old PBS "USB" backup disk to a new PBS
Install PBS on the PVE server virtual machine (default settings)
Plug the disk into a USB port
Add the USB disk to the PBS VM
On the PBS web interface with shell
List the new USB device with :
Create a new mount point:Code:lsblk
Code:mkdir /mnt/usbtoto
Mount the target device with lsblk
Code:mount /dev/sdxx /mnt/usbtoto
edit the datastore.cfg file (empty if no datastore):
.Code:nano /etc/proxmox-backup/datastore.cfg
contents
Code:datastore: back2to path /mnt/usbtoto
Solution pour ceux qui auraient la même question :
PBS Ajouter un ancien disk "USB" de sauvegarde PBS à un nouveau PBS
Installer PBS sur machine virtuelle du serveur PVE (réglages par défaut)
Brancher le disque sur un port USB
Ajouter le disk USB à la VM PBS
Sur l’interface web de PBS avec la console
Lister le nouveau périphérique USB avec :
Créer un nouveau point de montage :Code:lsblk
Code:mkdir /mnt/usbtoto
Monter le périphérique repérer avec lsblk
Code:mount /dev/sdxx /mnt/usbtoto
éditer le fichier datastore.cfg (vide si aucun datastore) :
contenuCode:nano /etc/proxmox-backup/datastore.cfg
Code:datastore: back2to path /mnt/usbtoto
Glad to have helped the community!Wow thank you so much I was looking for this for the past 3 days!!!! Finally I was able to find the files and restore my old PBS server
We use essential cookies to make this site work, and optional cookies to enhance your experience.