When I backup my virtual servers using the scheduled backup, everything works.
Except that I would love to add the current date/time to the backup’s filename so I can have multiple versions on the remote server, otherwise the backup overwrites ‘yesterdays’ backup.
How can I do this, or better, when will you add this?
You can already do it. On the backup form check the box labeled "Do strftime-style time substitutions on file or directory name". Then you can use any of the UNIX standard time variables in your filename or directory name. Click the option to get popup help for all of the available variables.
And example would be:
virtualmin.com-%d%m%Y
Which would include the day, month and year in the filename.