Admin Backup/Transfer user for the backup files

streamservice

Verified User
Joined
Dec 14, 2005
Messages
173
Location
The Netherlands
Is it possible to store the files created with the backup option (Admin Backup/Transfer) under the admin user? Because if you don't store them under that user it will also count for the user quota for as far as I can see.

If there is no simple setting for this I could ofcourse do a chown/chmod just before the tally.
 
admin backup store backups in

Code:
/home/admin/admin_backup/

the setting where he store those backups can be changed via ssh editing this file

Code:
/usr/local/directadmin/data/admin/backup.conf

modify local_path path and you can store the backups wherever you want :)
 
admin backup store backups in

Code:
/home/admin/admin_backup/

the setting where he store those backups can be changed via ssh editing this file

Code:
/usr/local/directadmin/data/admin/backup.conf

modify local_path path and you can store the backups wherever you want :)

Did you read my question? This is not the problem. The problem is that the system user and system group the backup uses are not the admin user/group.

For example:
-rw-r----- 1 admin kl135 429116983 2010-03-25 05:11 user.quicki.kl135.tar.gz

I want it to be stored under admin admin (or root root). At least in a way it doesn't count for the space the user is using.
 
Back
Top