Solution 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:
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 :
Monter le périphérique repérer avec lsblk
Code:
mount /dev/sdxx /mnt/usbtoto
éditer le fichier datastore.cfg (vide si aucun datastore) :
Code:
nano /etc/proxmox-backup/datastore.cfg
contenu
Code:
datastore: back2to
path /mnt/usbtoto