You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom backup storage location — New BACKUP_PATH environment 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_PATH is 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_ENV documentation — added to environment variable reference table in README