diff --git a/src/include/ABHelper.php b/src/include/ABHelper.php index 10a8c3f..66bdc14 100644 --- a/src/include/ABHelper.php +++ b/src/include/ABHelper.php @@ -429,9 +429,8 @@ public static function isVolumeWithinAppdata($volume) { foreach ($abSettings->allowedSources as $appdataPath) { $appdataPath = rtrim($appdataPath, '/'); - ABHelper::backupLog("$appdataPath within $volume?", ABHelper::LOGLEVEL_DEBUG); if (str_starts_with($volume, $appdataPath)) { - ABHelper::backupLog("YES!", ABHelper::LOGLEVEL_DEBUG); + ABHelper::backupLog(__METHOD__ . ": $appdataPath IS within $volume.", ABHelper::LOGLEVEL_DEBUG); return true; } } diff --git a/src/pages/content/settings.php b/src/pages/content/settings.php index 4ea828f..2ad079f 100644 --- a/src/pages/content/settings.php +++ b/src/pages/content/settings.php @@ -223,10 +223,11 @@ </dl> <blockquote class='inline_help'> - <p>Please set all of your appdata paths here. Appdata paths are paths, in which you place your docker data. The + <p>Please set your appdata paths here. Appdata paths are paths, which holds your docker data. The default path is <code>/mnt/user/appdata</code> or <code>/mnt/cache/appdata</code>.<br/> - If you use any other path, replace it here. If you use multiple appdata paths, set every path via the file - browser or paste it here.</p> + If you use any other path, put it in here. If you use multiple appdata paths, set every path via the file + browser or paste it here. <b>Everything within those set paths</b> will be considered as "internal" volume + (see below).</p> <p><b>IMPORTANT:</b> This plugin differentiates between internal and external volume paths.<br/> <b>Internal</b> ones are volume mappings, which store the main appdata (<code>/mnt/user/appdata/mariadb/</code> would be such a volume). These will be backed up always!<br/>