moving Data from Synology to Qnaps

Backup, Restore, Netbak Replicator, Cloud Storage Services
Post Reply
chrischambers
Know my way around
Posts: 102
Joined: Tue Jun 03, 2014 8:10 pm
Location: UK

moving Data from Synology to Qnaps

Post by chrischambers »

I am having issues on working on how to tranfer 1TB of data from my Old Synology NAS to my Qnaps

I have tried it via Windows but the time it will take is forever, so I would like to set this up as a background job on the Qnaps, and leave it running, but the issue is that I am not sure on where I should start.

the Qnaps IP address is 192.168.0.6,
and the Synology is 192.168.0.4

they are both on the same sub range.

I have found this and I would like to make sure that I have it right before I run it.

rsync --archive --verbose --human-readable --itemize-changes --progress /*.* admin@192.168.0.6:/USBDisk1/old nas &

this would be run on the Synology server within the Download folder.
Regards

Chris
-------------
QNAps = TS - 469 Pro
Firmware = 4.3.4.1463 Build 2020/10/06
RAID 5= 11TB | Disk1 = ST4000VN000-1H4168 | Disk2 = ST4000VN000-1H4168 |
Disk3 = ST4000VN000-1H4168 |Disk4 = ST4000VN000-1H4168

Other Storage = Unraid; Resources = Plex ; Grafana
chrischambers
Know my way around
Posts: 102
Joined: Tue Jun 03, 2014 8:10 pm
Location: UK

Re: moving Data from Synology to Qnaps

Post by chrischambers »

ok, I have worked it out here is the soluction.

Code: Select all

rsync --archive --verbose --human-readable --itemize-changes --progress /volume1/Download admin@192.168.0.6:"/share/USBDisk1/old nas/" &
this is from the Old Location /volume1/Download this is the to the new location admin@192.168.0.6:"/share/USBDisk1/old nas/" &
Regards

Chris
-------------
QNAps = TS - 469 Pro
Firmware = 4.3.4.1463 Build 2020/10/06
RAID 5= 11TB | Disk1 = ST4000VN000-1H4168 | Disk2 = ST4000VN000-1H4168 |
Disk3 = ST4000VN000-1H4168 |Disk4 = ST4000VN000-1H4168

Other Storage = Unraid; Resources = Plex ; Grafana
User avatar
doktornotor
Ask me anything
Posts: 7472
Joined: Tue Apr 24, 2012 5:44 am

Re: moving Data from Synology to Qnaps

Post by doktornotor »

Dunno... I must be just weird. There's rsync backup configurable in the Syno DSM gui, why this hassle? :roll:

Image
Image
I'm gone from this forum till QNAP stop wasting volunteers' time. Get help from QNAP helpdesk instead.
Warning: offensive signature and materials damaging QNAP reputation follow:
QNAP's FW security issues
QNAP's hardware compatibility list madness
QNAP's new logo competition
Dear QNAP, kindly fire your clueless incompetent forum "admin" And while at it, don't forget the webmaster!
Post Reply

Return to “Backup & Restore”