~ means that you current directory is your home, so try to run cd ~ && ls *.adb in Terminal.
Probably you would see something like "ls: invalid option" - it means your backup is in your home directory, but has dash as first character in name.
So, just rename it using this command mv ./-05af3120-tablet-backup.adb 05af3120-tablet-backup.adb
All should be fine now.
@Cloak/Dagger started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
~ means that you current directory is your home, so try to run cd ~ && ls *.adb in Terminal.
Probably you would see something like "ls: invalid option" - it means your backup is in your home directory, but has dash as first character in name.
So, just rename it using this command mv ./-05af3120-tablet-backup.adb 05af3120-tablet-backup.adb
All should be fine now.