I have a backup script which I run in bash and after running it for a while it says 'killed'. I can't find anything in the messages log file, so what might it be that's killing my process?
I have a backup script which I run in bash and after running it for a while it says 'killed'. I can't find anything in the messages log file, so what might it be that's killing my process?
Check
dmesg
output for information about the OOM-killed process.