kha
New Around Here
Hello,
I have 2 external drives connected to my RT-N66U router with latest Merlin firm.
I run:
and after a few seconds, rsync crashed with this error:
I installed rsync with
I searched on Internet without finding any clear answer... But my guess is that the file list to backup is so important that rsync runs out of memory ? Could it be that or there is something I could do to make it works ?
Thank you
I have 2 external drives connected to my RT-N66U router with latest Merlin firm.
I run:
Code:
rsync -avhPn --delete --modify-window=1 --log-file=/opt/var/log/rsync.log /mnt/nas/ /mnt/backup/BACKUP/nas/
and after a few seconds, rsync crashed with this error:
Code:
ERROR: out of memory in flist_expand [sender]
rsync error: error allocating core memory buffers (code 22) at util.c(117) [sender=3.0.9]
rsync: writefd_unbuffered failed to write 78 bytes to socket [generator]: Broken pipe (32)
I installed rsync with
Code:
ipkg install rsync
I searched on Internet without finding any clear answer... But my guess is that the file list to backup is so important that rsync runs out of memory ? Could it be that or there is something I could do to make it works ?
Thank you