The issue is this: nightly, backup uses /tmp (sadly /tmp is on root fs) to zip files. This fullfill root fs. My question is: is there a config option of zip program to set a different temp dir by /tmp? can I set it server wide? many thnx
-b path --temp-path path Use the specified path for the temporary zip archive. For example: zip -b /tmp stuff * how can I reconfigure ispconfig backup to use -b option?
many thnx for whom interested Code: /usr/local/ispconfig/server/cron_daily.php line 792-793 change zip -b /tmp into zip -b /var/backup/tmp