AutoVer
AutoVer copied to clipboard
🐛[Bug] Initial backups not created when using relative paths
Steps to reproduce:
- Create "autover_backups" folder one level up from watched folder.
- Set Backup to: to
..\autover_backups(note: double period) - Checkmark Create initial backup, OK out of dialog.
- Observe bug: No initial backup creation occurs ("autover_backups" folder stays empty)
- Re-enter watcher properties, change Backup to: to full path to "autover_backups" folder.
- Checkmark Create initial backup, OK out of dialog.
- Observe expected behavior: Initial backup creation occurs.
- Delete backups, emptying "autover_backups" folder.
- Re-enter watcher properties, change Backup to: back to relative path (
..\autover_backups) - Checkmark Create initial backup, OK out of dialog.
- Observe bug: once again no initial backup creation occurs.