• April 18, 2024, 12:44:33 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Transfer file directly from USB media to DNS320  (Read 14247 times)

avatarranger

  • Level 1 Member
  • *
  • Posts: 1
Transfer file directly from USB media to DNS320
« 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?
Logged

xyzzy

  • Level 1 Member
  • *
  • Posts: 7
Re: Transfer file directly from USB media to DNS320
« Reply #1 on: July 12, 2011, 07:25:29 AM »


I second that request!

Logged

oli_g

  • Level 1 Member
  • *
  • Posts: 3
Re: Transfer file directly from USB media to DNS320
« Reply #2 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
Logged

GenericGuy

  • Level 2 Member
  • **
  • Posts: 25
Re: Transfer file directly from USB media to DNS320
« Reply #3 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 :)
« Last Edit: July 21, 2011, 10:08:36 AM by GenericGuy »
Logged

Joke

  • Level 2 Member
  • **
  • Posts: 27
Re: Transfer file directly from USB media to DNS320
« Reply #4 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
Logged

oli_g

  • Level 1 Member
  • *
  • Posts: 3
Re: Transfer file directly from USB media to DNS320
« Reply #5 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
Logged