Two issues with the get_footprint() function within the wsrep_sst_mariabackup shell script, both centered on its use of the "du" command to get the size of the files to be transferred:
1) The --files0-from and --block-size options to du are Linux-specific, and don't work on (for example) BSD systems.
2) On Linux, it needs the --apparent-size option, or perhaps the --bytes option in place of --block-size. This becomes important if the database is on ZFS with compression enabled – without --apparent-size, it will report the compressed size instead of the uncompressed size. BSD's "du" does the same thing, and there's an -A option there to compensate. This is particularly obvious with files like ibdata1 on a fairly fresh install, as it tends to be full of 0x00 initially.
I have a preliminary patch for both issues, based on the version in MariaDB 11.4.3, but have not yet tested it.
If you're impatient, one possible replacement for the du + awk construct on at least FreeBSD is to use xargs + stat + awk:
xargs -0 stat -f '%z' | awk '
{ sum += $1 }
END
{ print sum }
'
{"report":{"fcp":664.3999998569489,"ttfb":129.5,"pageVisibility":"visible","entityId":130467,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"ff9b547b-fc86-4c9e-81ab-70c5946dddbb","navigationType":0,"readyForUser":720.2999999523163,"redirectCount":0,"resourceLoadedEnd":748,"resourceLoadedStart":135.20000004768372,"resourceTiming":[{"duration":6.199999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":135.20000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":135.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":141.39999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":6.300000190734863,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":135.39999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":135.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":141.70000004768372,"responseStart":0,"secureConnectionStart":0},{"duration":60.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":135.5,"connectEnd":135.5,"connectStart":135.5,"domainLookupEnd":135.5,"domainLookupStart":135.5,"fetchStart":135.5,"redirectEnd":0,"redirectStart":0,"requestStart":135.5,"responseEnd":196.09999990463257,"responseStart":196.09999990463257,"secureConnectionStart":135.5},{"duration":132.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":135.59999990463257,"connectEnd":135.59999990463257,"connectStart":135.59999990463257,"domainLookupEnd":135.59999990463257,"domainLookupStart":135.59999990463257,"fetchStart":135.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":135.59999990463257,"responseEnd":267.7000000476837,"responseStart":267.59999990463257,"secureConnectionStart":135.59999990463257},{"duration":135.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":135.70000004768372,"connectEnd":135.70000004768372,"connectStart":135.70000004768372,"domainLookupEnd":135.70000004768372,"domainLookupStart":135.70000004768372,"fetchStart":135.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":135.70000004768372,"responseEnd":271.2999999523163,"responseStart":271.2999999523163,"secureConnectionStart":135.70000004768372},{"duration":136.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":135.79999995231628,"connectEnd":135.79999995231628,"connectStart":135.79999995231628,"domainLookupEnd":135.79999995231628,"domainLookupStart":135.79999995231628,"fetchStart":135.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":135.79999995231628,"responseEnd":271.89999985694885,"responseStart":271.89999985694885,"secureConnectionStart":135.79999995231628},{"duration":136.89999985694885,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":136,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":136,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":272.89999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":136.29999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":136,"connectEnd":136,"connectStart":136,"domainLookupEnd":136,"domainLookupStart":136,"fetchStart":136,"redirectEnd":0,"redirectStart":0,"requestStart":136,"responseEnd":272.2999999523163,"responseStart":272.2999999523163,"secureConnectionStart":136},{"duration":136.70000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":136.09999990463257,"connectEnd":136.09999990463257,"connectStart":136.09999990463257,"domainLookupEnd":136.09999990463257,"domainLookupStart":136.09999990463257,"fetchStart":136.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":136.09999990463257,"responseEnd":272.7999999523163,"responseStart":272.7999999523163,"secureConnectionStart":136.09999990463257},{"duration":137.20000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":136.39999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":136.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":273.59999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":137.20000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":136.5,"connectEnd":136.5,"connectStart":136.5,"domainLookupEnd":136.5,"domainLookupStart":136.5,"fetchStart":136.5,"redirectEnd":0,"redirectStart":0,"requestStart":136.5,"responseEnd":273.7000000476837,"responseStart":273.7000000476837,"secureConnectionStart":136.5},{"duration":292.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":137,"connectEnd":137,"connectStart":137,"domainLookupEnd":137,"domainLookupStart":137,"fetchStart":137,"redirectEnd":0,"redirectStart":0,"requestStart":137,"responseEnd":429.5,"responseStart":429.5,"secureConnectionStart":137},{"duration":610.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":137.09999990463257,"connectEnd":137.09999990463257,"connectStart":137.09999990463257,"domainLookupEnd":137.09999990463257,"domainLookupStart":137.09999990463257,"fetchStart":137.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":137.09999990463257,"responseEnd":748,"responseStart":748,"secureConnectionStart":137.09999990463257},{"duration":333.7000000476837,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":413.59999990463257,"connectEnd":413.59999990463257,"connectStart":413.59999990463257,"domainLookupEnd":413.59999990463257,"domainLookupStart":413.59999990463257,"fetchStart":413.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":413.59999990463257,"responseEnd":747.2999999523163,"responseStart":747.2999999523163,"secureConnectionStart":413.59999990463257},{"duration":108.70000004768372,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":643.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":643.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":752,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":8,"responseStart":129,"responseEnd":130,"domLoading":132,"domInteractive":777,"domContentLoadedEventStart":777,"domContentLoadedEventEnd":810,"domComplete":1434,"loadEventStart":1434,"loadEventEnd":1436,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":762.5},{"name":"bigPipe.sidebar-id.end","time":763.2999999523163},{"name":"bigPipe.activity-panel-pipe-id.start","time":763.3999998569489},{"name":"bigPipe.activity-panel-pipe-id.end","time":765.5999999046326},{"name":"activityTabFullyLoaded","time":818}],"measures":[],"correlationId":"169e3f4ff2b093","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":71,"dbReadsTimeInMs":10,"dbConnsTimeInMs":17,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}