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.

Unraid complete backup

Featured Replies

I want to backup my complete Unraid server to an unassigned external HDD with rsync.

I only have one Disk in the array, one cache drive and no parity.

For that I have the CA Appdata Backup/Restore v2, Unassigned Devices and User Scripts plugin installed.

With the CA Appdata Backup/Restore v2 plugin, I backup the Unraid USB stick, the appdata and the libvirt image.

 

So now the only thing which isn't backupped, is the media on the array and cache drive, right?

My rsync command in the User Script plugin is

rsync -av --delete --exclude '/mnt/disks/*' /mnt /mnt/disks/Backup/backup

Is that too much?

Do I only need to backup /mnt/cache and /mnt/disk1 or maybe only /mnt/user?

I want the easiest way to restore my whole unraid server if it fails.

 

Thanks for your help and sorry for my bad english.

It is too much because /mnt/user will duplicate /mnt/cache and /mnt/disk1.

 

For fastest restoring from backup, rsync /mnt/cache + /mnt/disk# (where # is a number), with each location has its own directory in the backup drive.

 

I know rsync has way to exclude stuff etc. but it's better in your case to have 2 separate lines in the script, 1 for /mnt/cache and 1 for /mnt/disk1.

That way if there's interruption / crash / error etc., you know for sure what needs to be rerun.

 

Archived

This topic is now archived and is closed to further replies.

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.