Hi,
We run a lot of DA server (several hundreds) and we receive a complaint of users about the backup option of directadmin. To create regular or daily backup you have to be really creative, it is not easy to manage.
Because the file name is on each backup always the same the change an older backup file is overwritten is realistic, therefore i would like to suggest an option to name backup files yourself.
I would like to have an option to name the user/admin backup file
Now it is always someting link:
user.admin.username.tar.gz or username.tar.gz
Nothing wrong but the problem is when making a backup to a specific folder it is overwritten. Now you have to create a new cron and in each cron specify an other destinbation folder.
An easy solution would be:
{checkbox} auto create back filename?
If checked just simply add a (unix)timestamp to the file name something like:
user.admin.username.123456789.tar.gz
123456789.username.tar.gz
user.admin.username.2012-07-17_130602.tar.gz
2012-07-17_130602.username.tar.gz
(you get the idea)
Add this checkbox in the menu where you start/create a backup, importend that it is in the cron backup option.
Ofcourse you could expand this option for complete custom file naming using templates such as {username} etc ex: {username}_{timestamp}_mytext
this would then be: user.admin.blablabla_ 2012-07-17_130602_mytext.tar.gz
By adding this option to DA to create own backup file names it makes (scheduled) backup files much easier and flexfibel to use.
A second option could be an option to auto delete backup files (made with cron and naming) when they are older then a specific date, this last is now easy to get when adding a timestamp in the name of the backup file...
I hope this could be added in a future release of directadmin.
We run a lot of DA server (several hundreds) and we receive a complaint of users about the backup option of directadmin. To create regular or daily backup you have to be really creative, it is not easy to manage.
Because the file name is on each backup always the same the change an older backup file is overwritten is realistic, therefore i would like to suggest an option to name backup files yourself.
I would like to have an option to name the user/admin backup file
Now it is always someting link:
user.admin.username.tar.gz or username.tar.gz
Nothing wrong but the problem is when making a backup to a specific folder it is overwritten. Now you have to create a new cron and in each cron specify an other destinbation folder.
An easy solution would be:
{checkbox} auto create back filename?
If checked just simply add a (unix)timestamp to the file name something like:
user.admin.username.123456789.tar.gz
123456789.username.tar.gz
user.admin.username.2012-07-17_130602.tar.gz
2012-07-17_130602.username.tar.gz
(you get the idea)
Add this checkbox in the menu where you start/create a backup, importend that it is in the cron backup option.
Ofcourse you could expand this option for complete custom file naming using templates such as {username} etc ex: {username}_{timestamp}_mytext
this would then be: user.admin.blablabla_ 2012-07-17_130602_mytext.tar.gz
By adding this option to DA to create own backup file names it makes (scheduled) backup files much easier and flexfibel to use.
A second option could be an option to auto delete backup files (made with cron and naming) when they are older then a specific date, this last is now easy to get when adding a timestamp in the name of the backup file...
I hope this could be added in a future release of directadmin.