backups: root ~~canal~~ path surgery

remove rootPath and getBackupFilePath from the backup target and
make this backend specific.
This commit is contained in:
Girish Ramakrishnan
2025-08-02 01:46:29 +02:00
parent a01e1bad0f
commit c935744f4c
15 changed files with 378 additions and 373 deletions
+1
View File
@@ -93,6 +93,7 @@ async function listDir(apiConfig, dir, batchSize, marker) {
assert(typeof marker !== 'undefined');
// Result: array of { fullPath, size }
// fullPath is relative to the dir being listed
throw new BoxError(BoxError.NOT_IMPLEMENTED, 'listDir is not implemented');
}