Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Backup und (bare metal) restore on Unraid 7.3.x

Featured Replies

  • Community Expert

Hi!

I successfully updated to 7.3.0 and moved to internal boot and TPM licensing. Now I'm wondering what a smart backup and restore strategy of the boot SSD might look like?! Is it enough/safe to sanoid/syncoid my boot dataset like all my other datasets to an external drive once a day? How would a bare metal recovery from a failed boot SSD work?

Thanks a lot!

Thorsten

Solved by Tom7320

  • Author
  • Community Expert
  • Solution

Ok. I think it should be enough to keep my old backup script for the new setup:

mkdir -p /mnt/backup
if mount UUID=6A09-DB37 /mnt/backup; then
  echo "Backup Unraid..."
  /usr/local/emhttp/webGui/scripts/flash_backup
  echo

  echo "Move to destination..."
  mv /unraid-*-boot-backup-*.zip /mnt/backup

  echo "Cleanup..."
  find /mnt/backup/ -name "unraid-*-boot-backup-*.zip" -type f -mtime +30 -delete
  find /usr/local/emhttp -maxdepth 1 -name "unraid-*-boot-backup-*.zip" -delete

  umount /mnt/backup
else
  echo "Error: no backup device found..."
fi

Bare metal recovery is done by creating a bootable usb flash drive with the USB creator and the backup zip file.

  • Community Expert

I just use the appdata backup plugin to make scheduled backups of my boot device. I then just copy the archive somewhere remote.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.