I decided it was time to get rid of AFP and put my Time Machine share on SMB. I didn't realize how TrueNAS lays it out at first. But I ended up in the situation where my original backup was at the root of my dataset and my new backup was inside a child dataset named for my user. I thought no problem I'll just mv my old backup into the new dataset.
After many hours of copying data my server locked up with a bunch of errors on the console and was unresponsive. Ended up having to reboot.
The errors were like
pid xxxx (httpd), ... was killed: failed to reclaim memory
I have no idea how many there were, but I was unable to access the server on the console, by web, or by ssh.
I rebooted and it came up fine from what I can tell.
I am still left with the need to move my backup. I'm wondering what might be a better option besides mv. Only thing I can think of is rsync. I hope it would not crash my server like mv did, but does anyone else have any other suggestions?
After many hours of copying data my server locked up with a bunch of errors on the console and was unresponsive. Ended up having to reboot.
The errors were like
pid xxxx (httpd), ... was killed: failed to reclaim memory
I have no idea how many there were, but I was unable to access the server on the console, by web, or by ssh.
I rebooted and it came up fine from what I can tell.
I am still left with the need to move my backup. I'm wondering what might be a better option besides mv. Only thing I can think of is rsync. I hope it would not crash my server like mv did, but does anyone else have any other suggestions?