August 8, 201213 yr I was wondering what the the command would be to copy a folder or a file via telnet. I could test it myself, but unraid is working flawless so i dont want to fuck it up. I would like to have a example on how to copy a file and a folder from a smb usershare to a smb usershare. Thanks advance!
August 8, 201213 yr Enter "mc" at the command line. After making copies you'll have to run "newperms /mnt/user/sharename" to fix permissions.
August 8, 201213 yr Enter "mc" at the command line. After making copies you'll have to run "newperms /mnt/user/sharename" to fix permissions. i assume the newperms is for 5.0 only and that is what the OP has. but, when is this going to be resolved? can it? why should the permissions be updated after running an internal linux command, seems stupid to me (not the fix, the cause).
August 8, 201213 yr Another option is rsync. Command is: rsync options source destination So from telnet, something like: rsync -av /mnt/disk1 [email protected]:/shared_directory
Archived
This topic is now archived and is closed to further replies.