We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exclude backup from backup in inc/SP/Core/Backup.class.php
replace this: $archive->buildFromDirectory(Init::$SERVERROOT); with this: $archive->buildFromDirectory(Init::$SERVERROOT,'/^((?!backup).)*$/');
The text was updated successfully, but these errors were encountered:
You're right, I'll fix it in next release.
Thanks for your contribution!
Sorry, something went wrong.
* [FIX] Skip backup directory from backups. Thanks to @radkokeves for…
d483509
… contribution. Solves #657
Solved
No branches or pull requests
exclude backup from backup in
inc/SP/Core/Backup.class.php
replace this:
$archive->buildFromDirectory(Init::$SERVERROOT);
with this:
$archive->buildFromDirectory(Init::$SERVERROOT,'/^((?!backup).)*$/');
The text was updated successfully, but these errors were encountered: