D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320 => Topic started by: avatarranger on June 16, 2011, 06:57:21 AM

Title: Transfer file directly from USB media to DNS320
Post by: avatarranger on June 16, 2011, 06:57:21 AM
Seems like we can't use web file server to do a direct copy from external USB media to DNS320. Any plan to support?
Title: Re: Transfer file directly from USB media to DNS320
Post by: xyzzy on July 12, 2011, 07:25:29 AM

I second that request!

Title: Re: Transfer file directly from USB media to DNS320
Post by: oli_g on July 15, 2011, 12:03:47 AM
Hi,

I installed fun_plug and connect using Putty or ssh from linux. Then you can copy from and to the external USB drive. I additionally installed rsync and do backups from DNS-320 to the external drive which has ext3 file system.
The USB drive can be found in /mnt/USB/HDxxxx, the DNS HD under /mnt/HD/HDyyyy.

Hope that helps ;-)

Oli
Title: Re: Transfer file directly from USB media to DNS320
Post by: GenericGuy on July 21, 2011, 10:00:58 AM
The USB drive can be found in /mnt/USB/HDxxxx, the DNS HD under /mnt/HD/HDyyyy.

Yeah,

it works thx.
USB divice ist HD_c at my DNS.
copy works fine! I will test move in a few seconds.

OMG!

Move works too :)
Title: Re: Transfer file directly from USB media to DNS320
Post by: Joke on July 27, 2011, 05:27:11 PM
Would you please write a small guide to the Rsync and doing backups to the USB drive? Or point me to somewhere I can read about it?

This is exactly what I want to do. I have fun_plug installed, but I never learned to do things in linux.
Also, I thought the built in backup software use rsync, so why do you have to install it again?



Hi,

I installed fun_plug and connect using Putty or ssh from linux. Then you can copy from and to the external USB drive. I additionally installed rsync and do backups from DNS-320 to the external drive which has ext3 file system.
The USB drive can be found in /mnt/USB/HDxxxx, the DNS HD under /mnt/HD/HDyyyy.

Hope that helps ;-)

Oli
Title: Re: Transfer file directly from USB media to DNS320
Post by: oli_g on July 29, 2011, 01:48:44 AM
Hi,

I'm not a Linux specialist at all and maybe my rsync usage is not the best one but for me it works ;-)

I installed fun_plug and the rsync package rsync-3.0.7-1.tgz.

My HD is mounted to /mnt/HD/HD_a2/ and USB drive to /mnt/USB/HD_c1/
I have a share "Backup" in /mnt/HD/HD_a2/ -> /mnt/HD/HD_a2/Backup which I like to backup to the USB disk.

To do that I simply run rsysnc using
rsync -vtr --del /mnt/HD/HD_a2/Backup/ /mnt/USB/HD_c1/

For more options execute "rsync --help".


Hope that helps ;-)

Oli