You are reading a single comment by @Cloak/Dagger and its replies. Click here to read the full conversation.
  • ~ 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.

About