Moving Files within the Same Share

Status
Not open for further replies.

warri

Guru
Joined
Jun 6, 2011
Messages
1,193
You can use tmux(1) from the Web Shell (see this wiki article, and those two forum threads).

Otherwise, the easiest solution is to start it physically from the server by temporarily connecting a monitor.
 

EscapeVelocit3y

Dabbler
Joined
Oct 11, 2014
Messages
28
I understand that transfer of file between two different dataset are slower and are limited by pool speed.

Sorry I didn't clarify my previous question, and I think you were misunderstood.
Given the following structure:
ZFS Pool (Volume): ABCD
Datasets: Backup, Downloads, Storage
mnt/ABCD/Backup
mnt/ABCD/Downloads
mnt/ABCD/Storage


Using the command line shell in freeNAS's web interface, transfer of a file inside Downloads to Storage gives rate of around 50MB/s using the rsync command.

Can someone please be kind enough to tell me the command to accomplish the above task?

I'm having a lot of trouble trying to figure out why I'm getting the error below:

I'm have 2 volumes that I setup in the same zpool: Windows (share type is Windows) and jails (share type is Unix).

I continue to get an error regarding No Such File or Directory (2) when executing the rsync command. I'm simply trying to move files from the jail volume to the Windows volume.

I'm SSH into as root and I am able to mkdir on both the /tvshows and /TVSeries folders.

[root@freenas] /mnt# rsync --partial --stats --progress -r -av /mnt/Volume_1/jails/download_jail/mnt/media/videos/tvshows\ /mnt/Volume_1/Windows/TVSeries/
sending incremental file list
rsync: change_dir "/mnt/Volume_1/jails/download_jail/mnt/media/videos/tvshows /mnt/Volume_1/Windows/TVSeries" failed: No such file or directory (2)

Number of files: 0
Number of files transferred: 0
Total file size: 0 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 3
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 12
Total bytes received: 12

sent 12 bytes received 12 bytes 48.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1053) [sender=3.0.9]
[root@freenas] /mnt#

All help is appreciated.
 
Status
Not open for further replies.
Top