Backing up to hard disk

Is it possible to backup to a local hard drive? I only have option to backup to a dropbox folder

Depends what you mean by a local hard drive?
If you can access it as a network share and add it as such then yes.
Settings: backups: backup now: select location: add network share.
See pictures


Or as I have done I just added a usb hdd to my nuc where I have music files and I backup to that, the seagate drive in second picture.
That way if my nuc fails I have backups on a separate hard drive to restore from

Thanks. I just set up a dropbox account so all done. Might go the usb drive route soon though. Not a fan of drop box

1 Like

Note that this backs up your Roon data/settings but not the actual music files. These require b/u, too.

1 Like

Edit: in this post, I’m assuming that you have an internal SSD drive in the NUC that you’re using for ROCK and you want to backup your music files to an external USB drive. Others above have described how to backup your Roon database to an attached thumb or USB drive.


Unfortunately, there’s no way to tell Roon OS to “sync” the music files that you have on an internal SATA SSD to an external USB drive. And, there’s no SSH access for you to login and run rsync to do a backup manually.

However, if you have another computer on the same 1 Gbps LAN as your NUC, you can use the SMB protocol to mount the Data share on the NUC to that computer. Once mounted, you’ll find the internal storage and any connected USB drives mapped as subdirs under Data/Storage. For example, the internal SSD will show up as Data/Storage/InternalStorage.

If your computer is running macOS or Linux, you already have rsync installed. You’ll be able to run a backup manually using a command-line like this on macOS:

$ cd /Volumes/Data/Storage
$ rsync -avi --progress --stats InternalStorage/. LABEL-OF-EXTERNAL-USB-STORAGE/.

Of course, you’ll have to replace “LABEL-OF-EXTERNAL-USB-STORAGE” with the actual subdir where your external USB drive is mapped. For example, mine looks something like this: 1_42_6-4458_WD_Elements_1023_575843314137303233353239_eed00ec1-9880-4386-9ec0-de77fd4d3917-p1

To connect the Roon OS share to my MacBook Pro (running macOS), I opened Finder and typed CMD+K (⌘+K) to get the dialog for mapping network storage. I then entered smb://ip-address-of-NUC:

I connected as “Guest”. Once connected, the share from Roon OS was mounted under /Volumes/Data on the Mac. At that point, I used a script like this from a Terminal window to do the backup:

#!/bin/bash

MNT="/Volumes/Data/Storage"
SRC="InternalStorage"
DST="1_42_6-4458_WD_Elements_1023_575843314137303233353239_eed00ec1-9880-4386-9ec0-de77fd4d3917-p1"

cd "${MNT}" || exit 1
[ -d "${SRC}" ] && [ -d "${DST}" ] || exit 2
rsync --recursive --itemize-changes --progress --stats "${SRC}/." "${DST}/."

Linux users will be able to do the same thing, but I’ll leave mapping the storage from the NUC as an exercise for the reader. Hint: you have install the cifs-utils package and specify smb version 2.0 on Linux. For example:

$ sudo apt update
$ sudo apt install cifs-utils
$ sudo mkdir -pv /mnt/samba
$ sudo mount.cifs //172.16.8.179/Data /mnt/samba -o guest,vers=2.0

MS Windows lacks an rsync command. The easiest way I’ve found to solve that is to install the Chocolatey package manager for Windows. The instructions involve pasting a command like this into a PowerShell that is run as Administrator:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Once that’s complete, I found it worked best to exit PoswerShell and then start a new PowerShell, also run as Administrator. I then installed rsync using this command-line:

choco install rsync

I verified that rsync was installed by typing rsync --version.

The next trick is getting a usable shell on Windows. In five minutes of looking, I could not find a good package in Chocolatey, so I installed Git BASH instead. Once installed, I have rsync available in a Bash shell, and I can see the storage that I mapped from the NUC running Roon OS (the “Z” drive, in my case):

With that set up, the same script that I used on macOS works on MS Windows via the Git BASH terminal window. I just needed to update the mount (“MNT”) variable to reflect the drive mapping:

#!/bin/bash

MNT="/z/Storage"
SRC="InternalStorage"
DST="1_42_6-4458_WD_Elements_1023_575843314137303233353239_eed00ec1-9880-4386-9ec0-de77fd4d3917-p1"

cd "${MNT}" || exit 1
[ -d "${SRC}" ] && [ -d "${DST}" ] || exit 2
rsync --recursive --itemize-changes --progress --stats "${SRC}/." "${DST}/."

Here’s a dry-run that I just ran (excluding my sacd folder to save space):

Note: the same sort of thing can be done with the external USB drive connected to the computer instead of the NUC. I’ll leave the modifications up to the reader. :slight_smile:

Sorry if this is all a bit technical, but PM me if you have questions. Happy to walk you through it.

Cc: @kevin - in case something like this is worth adding to the Roon Help Center

6 Likes

Alternatively, a simple third-party package for copying/syncing the music files and folders between the Nucleus internal storage and a backup location (either a USB drive attached to the Nucleus or elsewhere) might be simpler for the majority of Nucleus owners? I use Allway Sync, but other solutions are available.

2 Likes

Sure, but I believe this thread is for ROCK users who tend to be a bit more adventurous than their Nucleus counterparts. :wink:

The approach I describe can be used for other file syncing applications, but many are based on rsync, which is preinstalled on macOS and most Linux distros and not difficult to add to MS Windows.

whoa… wasnt expecting this!

My system is an intel nuc running rock, connected to my router with a network cable. I then use either laptop or ipad to browse music. I dont have any locally stored files, everything is streamed from Qobuz

All i want to do is backup my playlists. Is this what we are talking about? Im not a network/linux/terminal guy, just want to make sure my playlists are stored in case any problems

cheers

Then you do not have any local files to back up.

Then, Roon backup is all you need.

1 Like

Haha. Thanks. As others have said, playlists that you create from within Roon are kept in Roon’s database, so a database backup is all you need. But, hopefully, my notes about how to backup music files that are on internal storage will be helpful to others.

3 Likes

Very helpful indeed, and thank you!

1 Like

Does this software work for ROCK and do I need another computer running Windows? (I only have a Mac in addition to the NUC ROCK that I plan to build).

It works for ROCK (by accessing the file system over the network), but it runs on Windows, so you need another computer running Windows. Allway Sync is Windows-only, so you’ll need to find an equivalent sync /copy program that runs on Mac. Have a search through the forum - folks have made suggestions for this in the past.

Thank you for the info. I’ve found Carbon Copy Cloner and ChronoSync as suggestions for Mac in the forum, but both are a bit pricey. Will look into them and also consider the more technical rsync function that is built into MacOS.

1 Like

Lovely @David_Snyder, thanks a lot. Have been aware of the rsync command for quite some time, but never had a reason to try it. Now you gave me the confidence to try it out for the first time with a real use case.

Now I wonder if it would be possible to create some sort of Apple script out of this, to automate it a bit more… Let’s see if I can figure that out.

1 Like

@Martin_Friberg @David_Snyder Hey guys, resurrecting an old thread here. Was any type of automation ever figured out for this? I also can’t start the command due to bin bash event not being found…

Probably not difficult to solve. What operating system are you attempting to run these commands on?

@David_Snyder macOS 12.6.

Hi @David_Snyder I did a bit more messing around using your command, and got a backup to begin. However, it soon errored out saying a folder had vanished and ended the process. The (vanished) album is still present in Roon and I’ve fully rebooted the ROCK server. I’ve also disabled and re-enabled the internal storage folder within Roon and disconnected/reconnected to the Rock share in macOS and the folder simply isn’t present in Finder anymore. Any thoughts? I can still play the album in Roon, so it’s clearly still existent somewhere.