Admin backups -> No data to show

sifro

Verified User
Joined
Oct 3, 2010
Messages
26
Hi,

I have a cron that backups the user "simone" in /home/admin/admin_backups/admin.admin.simone.tar.gz

I want to restore that backup, but if I go to /CMD_ADMIN_BACKUP, under "Step 3: Select File(s)" I see this:

Location: /home/admin/admin_backups

File Select
No Data to Show

But the file is actually there!

[root@host admin_backups]# ls -la

-rw-r--r-- 1 simone simone 7347552903 20 apr 05:30 admin.admin.simone.tar.gz
drwxr-xr-x 14 root root 4096 24 ott 11:32 csf
-rw-r--r-- 1 root root 599974 24 ott 11:32 csf.tgz


I've tried chowning to admin:admin, without result.
 
Hello,

I guess a name of the file is not correct, that should be something:

admin.root.simone.tar.gz --- if it's admin level account

or

user.admin.simone.tar.gz --- if it's user level account

Though I did not check it. So try to rename it.
 
Thanks, but it didn't work :(
It's an admin-level backup.. I didn't change the filename... DA generates it like that, with permissions to simone:simone
 
Back
Top