avoid unnecessary copying the backup archive on restore when the local file system is used

This commit is contained in:
Gani Georgiev
2024-12-14 10:12:50 +02:00
parent 239daf2023
commit d5d764f83e
2 changed files with 64 additions and 39 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/pocketbase/pocketbase/tools/list"
)
// MoveDirContent moves the src dir content, that is not listed in the exclide list,
// MoveDirContent moves the src dir content, that is not listed in the exclude list,
// to dest dir (it will be created if missing).
//
// The rootExclude argument is used to specify a list of src root entries to exclude.