From Ticket:
> I'm not sure you understand my problem. Is it normal for there to be 3 backups
Yes I do understand
What you are not comprehending is this:
With "Per Accounts and Entire Mysql Dir":
"Per Accounts" = the .sql files inside each `ls -al /backup/cpbackup/daily |grep tar.gz`
"Entire Mysql Dir" = /backup/cpbackup/daily/dirs/_var_lib_mysql_.tar.gz
IE two compeltely seperate backups for the same data basically.
The problem is this:
> drwxr-x--x 45 root root 4096 Feb 4 22:21 _var_lib_mysql_/
> -rw------- 1 root root 350026637 May 17 02:25 _var_lib_mysql_.tar.gz
The directory shouldn't be there.
You'll notice the directory is 3 and a half months old, so its a left over from another time. Feel free to delete it and I imagine it will never show up again.
If it does show up again then backup is unable to remove it for some reason (is it immutable? Is rm broken or not recognize its flags? etc etc)