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
Once I reach the stage in the script where it says, "A graphical directory chooser dialog will be open. You will be prompted for the backup location. Press Enter to continue."
When I press enter it says, "Can't find directory ' ' " (Blank)
From there I can only quit. It's not opening any GUI to select a backup directory.
The text was updated successfully, but these errors were encountered:
What operating system are you using? Do you have zenity installed, and if yes, what version?
As a workaround, you can set the archive_path environment variable to the the directory where you want to save your backup, for example:
Zenity is a program used to show a user-friendly file or directory chooser. It is automatically installed by the backup-windows.ps1 script.
The script is supposed to fall back to showing traditional command-line dialogs if zenity is not installed.
Setting environment variables on Windows isn't currently supported and requires you to modify backup.sh to include your own settings.
The problem is likely caused by your old Windows 10 version, that reached out of service about 2 years ago. It doesn't support technologies used by Open Android Backup, including WSLg. Updating your installation should fix this.
Once I reach the stage in the script where it says, "A graphical directory chooser dialog will be open. You will be prompted for the backup location. Press Enter to continue."
When I press enter it says, "Can't find directory ' ' " (Blank)
From there I can only quit. It's not opening any GUI to select a backup directory.
The text was updated successfully, but these errors were encountered: