Hello,
The sever makes a scheduled double-destination full backup of multiple servers and virtualmin settings, one file per server. One destination is local file the other one is ftp.
All worked fine untill I upgraded from 3.94-2gpl to 3.96gpl. Now, when the backup is run (scheduled or through Virtualmin UI), it succeds on the ftp destination but fails in the local file system.
In the local file system destination, the backup process only leaves the virtualmin.tar.gz and virtualmin.tar.gz.info files. Refreshing the destination directory during the backup process, It seems that the individual files for each server are created but deleted one after the other. No one remains once the process ends.
I have tried to change the order of destinations declaration in the backup form (local file first or ftp first) with no visible result (ftp is always ok, local file is never ok).
On this system, single destination backup works fine on both local file system an ftp (using the very same destinations that are used in double-destination).
Reading the 3.95 changelog, I see that some modification have been made to improve the backup functionality. But it seem that something was broken in multiple destinations backup…