RTRR from SMB to local is incorrectly implemented

Discussion on remote replication.
Post Reply
KernelBoy
First post
Posts: 1
Joined: Sat Jul 08, 2017 8:13 am

RTRR from SMB to local is incorrectly implemented

Post by KernelBoy »

Please excuse me beforehand, for this is my first post.

My hardware:
  • TS-251, 4.3.3.0238
    Two HDDs as "static simple"
The Problem:
I have discovered a bug in how the Backup Station tries to synchronize a remote SMB share with a local folder.
Synchronization was failing with a log message like this:
Invalid first path in pair [/mnt/RTRR_CIFS/10.0.1.2/Music, Music].
The path was indeed incorrectly created by the "Backup Station". Through ssh, I was able to see that, instead of the expected path, the folder mounted for the SMB remote was using the path
/mnt/RTRR_CIFS/10.0.1.2/*user*/Music
Note that it was creating a directory "*user*" (which was the name of my SMB username) and inside, the folder Music was mounted.

I manually created the folder "/mnt/RTRR_CIFS/10.0.1.2/Music" and mounted my SMB share with:

Code: Select all

mount -t cifs //10.0.1.2/Music /mnt/RTRR_CIFS/10.0.1.2/Music -o username=*user*
After this, I was able to run the RTRR synchronization job successfully.

Could you please advice if this is a known bug or if I did something wrong?
User avatar
Moogle Stiltzkin
Guru
Posts: 11445
Joined: Thu Dec 04, 2008 12:21 am
Location: Around the world....
Contact:

Re: RTRR from SMB to local is incorrectly implemented

Post by Moogle Stiltzkin »

refer to faq in my sig to create support ticket.

hybrid backup sync is the newer replacement for backup station :X
NAS
[Main Server] QNAP TS-877 (QTS) w. 4tb [ 3x HGST Deskstar NAS & 1x WD RED NAS ] EXT4 Raid5 & 2 x m.2 SATA Samsung 850 Evo raid1 +16gb ddr4 Crucial+ QWA-AC2600 wireless+QXP PCIE
[Backup] QNAP TS-653A (Truenas Core) w. 4x 2TB Samsung F3 (HD203WI) RaidZ1 ZFS + 8gb ddr3 Crucial
[^] QNAP TL-D400S 2x 4TB WD Red Nas (WD40EFRX) 2x 4TB Seagate Ironwolf, Raid5
[^] QNAP TS-509 Pro w. 4x 1TB WD RE3 (WD1002FBYS) EXT4 Raid5
[^] QNAP TS-253D (Truenas Scale)
[Mobile NAS] TBS-453DX w. 2x Crucial MX500 500gb EXT4 raid1

Network
Qotom Pfsense|100mbps FTTH | Win11, Ryzen 5600X Desktop (1x2tb Crucial P50 Plus M.2 SSD, 1x 8tb seagate Ironwolf,1x 4tb HGST Ultrastar 7K4000)


Resources
[Review] Moogle's QNAP experience
[Review] Moogle's TS-877 review
https://www.patreon.com/mooglestiltzkin
Post Reply

Return to “Remote Replication/ Disaster Recovery”