14 lines
540 B
Markdown
14 lines
540 B
Markdown
# Photok Backup Recovery
|
|
## Description
|
|
|
|
This utility allows you to restore data from backups created by the Photok application without needing an Android phone. Easily access and recover your files directly from your computer.
|
|
|
|
## Usage
|
|
|
|
1. Go to the Releases page.
|
|
2. Download the executable file for your platform.
|
|
3. Run the utility using the command:
|
|
```bash
|
|
photok-recovery --password <your_password> --file <path_to_backup>
|
|
```
|
|
Replace <your_password> with your actual password and <path_to_backup> with the path to your backup file. |