ericovk
Verified User
I am having trouble with my dedicated server. The server crashed on a bad disk and bad memory. The hosting company wants to reinstall the entire system. Because I need to make backup of the entire system, the server is now in rescue mode.
The problem is that I can't create any backups via command line (http://help.directadmin.com/item.php?id=198). No complete backups, but also no user backups.
When I execute one of the echo lines, nothing happens in the /home/admin/admin_backups/ folder
When I execute
I get:
Don't know what to do next...
The problem is that I can't create any backups via command line (http://help.directadmin.com/item.php?id=198). No complete backups, but also no user backups.
When I execute one of the echo lines, nothing happens in the /home/admin/admin_backups/ folder
When I execute
Code:
$ echo "action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups%32&owner=admin&type=admin&value=multiple&when=now&where=local&who=all" >> /usr/local/directadmin/data/task.queue
$ /usr/local/directadmin/dataskq d200
Code:
pidfile written
staring queue
dataskq: command: action=backup&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups%32&owner=admin&type=admin&value=multiple&when=now&where=local&who=all
User::setQuota(0) user=admin
quota command: /usr/sbin/setquota admin 0 0 0 0 /
Error with quotas: setquota: Cannot stat() mounted device /dev/md3: No such file or directory
setquota: Mountpoint (or device) / not found or has no quota enabled.
setquota: Not all specified mountpoints are using quota.
Don't know what to do next...
Last edited: