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.

I lost it! Please help with copying a directory in unraid.

Featured Replies

I succesfully mounted a disk in unraid. I want to copy a directory of it to another disk and let it run when I close putty. Is this the right command:

 

nohup cp /dev/sde/Media /dev/sdn & ????

 

I even want to let it continue when an error is encountered.

 

Or is rsync possible?

It's sort of the right command.

You aren't using the right paths. You should be using your mount points.

 

e.g. if you mounted /dev/sde to /Folder1 and /dev/sdn to /Folder2

 

then you would use

 

"nohup cp -r /Folder1/Media /Folder2" (note the -r for recursive, meaning it will copy the folders and what's in it)

 

if you want to use rsync:

"nohup rsync -av /Folder1/Media /Folder2"

 

PS:

you need the ampersand symbol but my keyboard is missing the key to make the ampersand.

It's sort of the right command.

You aren't using the right paths. You should be using your mount points.

you need the ampersand symbol but my keyboard is missing the key to make the ampersand.

Those example mount points aren't right for the unraid array drives, they should be /mnt/diskX or /mnt/user/Sharename. For a drive mounted manually or with one of the plugins you will have to determine the mount point manually. If you can issue an ls command and see the folder you want, you are there.

 

For future reference, it would have been easy to copy and paste the ampersand from his post into yours. :)

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.