We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e5f4b + 905ab80 commit 5ef22abCopy full SHA for 5ef22ab
install/update.php
@@ -201,7 +201,7 @@
201
202
//* Do the backup
203
swriteln('Creating backup of "/usr/local/ispconfig" directory...');
204
- exec("tar pcfz $backup_path/ispconfig_software.tar.gz /usr/local/ispconfig 2> /dev/null", $out, $returnvar);
+ exec("tar pcfz $backup_path/ispconfig_software.tar.gz /usr/local/ispconfig --exclude=/usr/local/ispconfig/server/aps_packages 2> /dev/null", $out, $returnvar);
205
if($returnvar != 0) die("Backup failed. We stop here...\n");
206
207
swriteln('Creating backup of "/etc" directory...');
0 commit comments