Results 1 to 2 of 2
I'm setting up a backup script which is supposed to run on a QNAP NAS from where it SSHs into another server and retrieves some backups via rsync.
This is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-22-2012 #1Just Joined!
- Join Date
- May 2012
- Posts
- 1
Receiving error "Can't get a 384 bytes share memory!" during rsync
I'm setting up a backup script which is supposed to run on a QNAP NAS from where it SSHs into another server and retrieves some backups via rsync.
This is what I'm running:
I had to change the "SSH user at host" thing because the forum software thought I'm posting a weblink.Code:rsync -autzq -e "ssh -p7434" backupuserätexamplecom:/media/backup/database/ /share/example_backups/databasebackups/
It seems the rsync actually runs fine. However, it still throws this error twice:
When I google it, it seems that error is not exactly common. Does anyone have an idea what could be causing this? (Again, the system it's running on is a embedded linux on a NAS)Code:rsync: Can't get a 384 bytes share memory! (-13)\#012: Unknown error 4294967283 (-13)
- 10-28-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,143
Is rsync running on the Qnap NAS, or on the host? Most NAS devices pretty much have minimal memory, so if rsync is running on the NAS, this may not be unexpected.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
