Richard G
Verified User
Something odd is going on.
Normally when you make an admin backup, in the admin_backups directory, a subdirectory backup is created in which the backup is prepared, then packed to tar.gz and put in admin_backups and then the subdirectory backup is deleted again.
Now there is a bug in the user backup. It should work the same but it doesn't.
So the result will be like this:
The "backup" directory should not be present there anymore but it is.
This is only happening on user backups, and working fine on admin and reseller backups.
Normally when you make an admin backup, in the admin_backups directory, a subdirectory backup is created in which the backup is prepared, then packed to tar.gz and put in admin_backups and then the subdirectory backup is deleted again.
Now there is a bug in the user backup. It should work the same but it doesn't.
So the result will be like this:
Code:
drwx------ 6 user user 4.0K Dec 13 13:25 backup
-rw-r----- 1 user user 186M Dec 13 13:25 backup-Dec-13-2013-1.tar.gz
The "backup" directory should not be present there anymore but it is.
This is only happening on user backups, and working fine on admin and reseller backups.