-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* --compressionLevel, --chunkSize and --dbConn parameters added (see below) * compression is now done after the tar which allows control over the compression method and makes the progress meter track the size of processed repository resources and not the compressed backup file size (which is more meaningful) * included files list is preserved next to the output file which makes easier finding the file you are searching for if compression is used * the output can be now split in chunks of roughly defined size using the --chunkSize parameter (roughly because resources are not split between chunks and the it is based on the original resource size and not the resulting target file size) * name of the db connection settings can now be chosen using a parameter (--dbConn) * small fixes to error reporting and cleanup code * passes phpstan level 6 checks
- Loading branch information
Showing
1 changed file
with
115 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters