/** * The restore-set naming scheme and prune decision moved to * `@dorfteich/shared` (backup-set.ts) in issue #103, because the api lists * local sets for the in-app restore picker. Re-exported here to keep the * sidecar-internal import paths stable. */ export { archiveFileName, backupIdTime, dumpFileName, expiredSets, listSets, newBackupId, type BackupSet, } from '@dorfteich/shared';