April 19, 20242 yr Is there an easy way to remotely backup an unraid server's data to a truenas server running off site? Sent from my Pixel 6 Pro using Tapatalk
April 21, 20242 yr Community Expert on unraid you will need to install the user script plugin to use terminal to run the rsync command to truenas. You will either need to use the unassign plugin to Mount a truesnas share or use rsync over ssh. ex: https://linuxize.com/post/how-to-transfer-files-with-rsync-over-ssh/ https://phoenixnap.com/kb/how-to-rsync-over-ssh Please see for an example, command and script. I use rsync to copy, and backup data from disk to disk on my system example: #!/bin/bash #cd /mnt/user rsync -anv --exclude='/mnt/user/appdata/lxddata' "/mnt/user/appdata/" "/mnt/user/Program-Installers-PCRepair/Other OS/Docker-Rsync-Backup/"
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.