Backup in another place

It basically quite simple,

  1. plug the USB stick in your SBC
  2. run dietpi-drive_manager and mount your USB stick to something like /mnt/usb
  3. leave dietpi-drive_manager
  4. run dietpi-backup
  5. select Location > Manual and enter /mnt/usb/dietpi-backup
  6. go back to main menu and run the Backup
  7. as well a backup can be created from CLI via dietpi-backup 1
  8. that’s it. On next Backup the USB stick will be mounted automatically

If needed the backup can be restored on the current system or on a fresh install. If you like to restore the backup on a fresh install, just do following

  1. download a new image
  2. flash the image to SD card
  3. once done place the SD card back to your computer
  4. open dietpi.txt in the bootFS
  5. ensure restore value set AUTO_SETUP_BACKUP_RESTORE=1
# Restore a DietPi-Backup on first boot: 0 => disable | 1 => interactive restore (show list of found backups) | 2 => non-interactive restore (restore first found backup)
# - Simply attach the drive/disk/stick with contains the backup. All attached drives will be mounted temporarily and searched automatically.
AUTO_SETUP_BACKUP_RESTORE=1
  1. this will scan your USB drives on first boot and provide a list of backups found
  2. just select you backup, wait a moment and reboot your system afterwards

thats it. :sunglasses:

2 Likes