mr-manuel / raspberry-pi-backup

This script allows you to backup your Raspberry Pi to a SMB/CIFS share on a NAS/computer without removing the SD card.
MIT License
26 stars 3 forks source link

Value too large for defined data type Error when creating of the backup folder on the remote path. #3

Closed scank123 closed 10 months ago

scank123 commented 12 months ago

Hello,

i have running VenusOS Large on my RPI2. if i start the ./backup i become this error message.

mkdir: can't create directory '/mnt2/imagebackupnlw/': Value too large for defined data type
Error when creating of the backup folder on the remote path.

on my other rasperrys with running raspian i can mout the same serverpath successful.

mr-manuel commented 12 months ago

Seems to be an issue of busybox. But already the 2 in /mnt2/ is very strange. Did you modify the script? If not delete it and download it again.

I found no fix for this other than you create the backup folder on your own. Then it works.

scank123 commented 10 months ago

hello,

i have added parameters ,nounix,noserverino in the mount line. now it works on my System.

mr-manuel commented 10 months ago

Thanks for the feedback! I will add this.

ruildias commented 5 months ago

I just remember that, due to a an issue with SMB, config in my NAS I did the mount manually without additional/optional parameters. I did the unmount manually an I am doing a backup again ... sorry, I might mislead you ... In ~1h I will let you know ().

ruildias commented 5 months ago

No, the mount was not the issue ...