v0.5.6
New Features
- Custom backup storage location — New
BACKUP_PATHenvironment variable lets you store backups on an external drive, NAS, or any custom mount point instead of the default./users/<username>/backups/directory - Automatic backup migration — When
BACKUP_PATHis added or removed, existing backups are automatically moved to the new location on startup - Backups are stored at
<BACKUP_PATH>/yarnl-backups/<username>/
Bug Fixes
- Fixed cross-device file move errors when migrating backups between Docker volume mounts
- Fixed
NODE_ENVdocumentation — added to environment variable reference table in README