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.

Moving files from one tower to another

Featured Replies

Is it possible to move files from one tower to another using putty and not using a windows machine.

Is there a remote move command or something?

 

Thanks

I belive you could use rsync or mc [midnight commander]

 

Sent from my SCH-I545 using Tapatalk

 

 

You would need to remote mount the disks on one of server or the other. Then you can copy.

 

SEE HERE for instructions.

 

The move command can be run from a screen session (like preclear).

 

 

 

 

I run rsync as a daemon on the second machine and then use rsync on the first to update files on the second as needed.

 

On the second I have this in my go script...

 

#rsync daemon
rsync --daemon --config=/boot/config/rsyncd.conf

 

Then I have this in the rsync.conf file on the second machine

uid             = nobody
gid             = users
use chroot      = no
max connections = 4
pid file        = /var/run/rsyncd.pid
timeout         = 600
log file        = /var/log/rsyncd.log
incoming chmod	= Dug=rwx,Do=rx,Fug=rw,Fo=r

[mnt]
    path = /mnt
    comment = /mnt files
    read only = FALSE

 

Then to update files on the second from the first I run something like this on the first (I run from the console, but could be from putty is preferred).

 

#!/bin/bash
cd /mnt
rsync -av --delete --timeout=600 --progress /mnt/disk1/* BackupServer::mnt/user/Disk1-backup

 

This backs up files from disk 1 on the main server to a share called Disk1-backup on the second machine.  Of course you can play with the rsync parameters as much as you like to achieve whatever you need.  The server name (BackupServer) would be your own, of course.

  • Author

Great... thanks for the replies

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.