Hello! The plugin is working, I have no real problems. Just wanto to have bigger zip files. I configured the plugin to split archives every 400MB but it gives me 100MB files. That why my first question.
Here is the first lines of the log.
0000.000 (0) Opened log file at time: Thu, 08 Jun 2023 14:13:28 +0000 on https://www.domain.com
0000.001 (0) UpdraftPlus WordPress backup plugin (https://updraftplus.com): 2.23.3.1 WP: 6.2.2 PHP: 7.4.33 (fpm-fcgi, Linux server.com 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64) MySQL: 8.0.33 (max packet size=268435456) WPLANG: es_ES Server: Apache safe_mode: 0 max_execution_time: 900 memory_limit: -1 (used: 32.2M | 4M) multisite: N openssl: OpenSSL 1.1.1f 31 Mar 2020 mcrypt: N LANG: ZipArchive::addFile: Y
0000.042 (0) Free space on disk containing Updraft's temporary directory: 97419.1 MB
0000.044 (0) Tasks: Backup files: 1 (schedule: manual) Backup DB: 1 (schedule: manual)
0000.047 (0) Requesting semaphore lock (fd) (apparently not via scheduler)
0000.049 (0) Set semaphore last lock (fd) time to 2023-06-08 14:13:28
0000.050 (0) Semaphore lock (fd) complete
0000.053 (0) Backup run: resumption=0, nonce=8600a0c6d4f5, file_nonce=8600a0c6d4f5 begun at=1686233608 (0s ago), job type=backup
0000.055 (0) Scheduling a resumption (1) after 600 seconds (1686234208) in case this run gets aborted
0000.056 (0) Checking if we have a zip executable available
0000.057 (0) Testing: /usr/bin/zip
0000.059 (0) Output: zip warning: binziptest/test.zip not found or empty
0000.059 (0) Output: adding: binziptest/subdir1/ (in=0) (out=0) (stored 0%)
0000.060 (0) Output: adding: binziptest/subdir1/subdir2/ (in=0) (out=0) (stored 0%)
0000.060 (0) Output: adding: binziptest/subdir1/subdir2/test.html (in=131) (out=107) (deflated 18%)
0000.061 (0) Output: total bytes=131, compressed=107 -> 18% savings
0000.066 (0) Output: adding: binziptest/subdir1/subdir2/test2.html (in=138) (out=113) (deflated 18%)
0000.067 (0) Output: total bytes=269, compressed=220 -> 18% savings
0000.068 (0) Working binary zip found: /usr/bin/zip
0000.070 (0) Zip engine: found/will use a binary zip: /usr/bin/zip
0000.070 (0) Creation of backups of directories: beginning
0000.073 (0) Beginning creation of dump of plugins (split every: 100 MB)
As you can see in this line there is some limitation.
0000.042 (0) Free space on disk containing Updraft’s temporary directory: 97419.1 MB
I have total access to the server, I like to increase that so I can make bigger zip files.
Thanks!