November 11, 20232 yr Very new to unraid and coming from Truenas scale. I love it so far. I'm doing some harddrive buying and will have a zfs pool as my main pool. I'm trying to see if it's possible to basically create another pool in a disk shelf since my server can handle that and backup the main pool to that other pool if both are the same size and in zfs format like you would with a separate server. Offsite backups would be cloud based as needed.
November 11, 20232 yr Community Expert It's possible but for now there's no GUI support, you'd need to use a script or plugin.
November 11, 20232 yr Community Expert Solution You can use rsync to do the actual backup of new and changed files. Google rsync linux to determine what switches are necessary to do the backup exactly the way you need. If you can write a bash script, you can use the User Scripts plugin to schedule the backups. However understand that this is not an optimal backup solution. You have too many common hardware pieces and only one physical device containing both databases. (Think fire, floods, theft, lightning, hackers....)
November 12, 20232 yr If you're going zfs -> zfs, look at znapzend. It allows you to both automate your main pool's snapshots, but also send additional snapshots to a remote pool. This lets you have all the benefits of zfs snapshotting, but in the remote pool as well. The setup has no GUI, but it's not too hard to get going.
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.