Disaster Recovery issue

First install missing packages from Software Center (probably wizard has reinstalled them automatically) and then
restore-data -b backup-data

Check also these things before launch command:

  • correct backup configuration with command db backups show
  • usb backup disk mounted correctly (check if you can see duplicity files in /mnt/backup-backup-data/servername - path has been similar to this -). If not I think you have to mount the disk with blockdev --rereadpt /dev/sdc where you have to replace “sdc” with your disk.

Give me some feedbacks.
Thanks.