Documentation Index
Fetch the complete documentation index at: https://mintlify.com/legendary-gl/legendary/llms.txt
Use this file to discover all available pages before exploring further.
legendary download-saves pulls every cloud save file from Epic’s servers to your local machine without performing any bidirectional sync logic. Unlike sync-saves, it does not compare timestamps or ask you to confirm save paths — it simply downloads whatever is stored in the cloud into Legendary’s default install directory. This makes it ideal for taking a full backup of all your cloud saves or for manually inspecting the raw save files.
Usage
Positional Arguments
| Argument | Description |
|---|---|
<App Name> | App name of the game to download saves for (optional — if omitted, saves for all games are downloaded) |
Examples
Download cloud saves for every game:Relationship to sync-saves
| Command | Compares timestamps | Respects configured save path | Handles conflicts |
|---|---|---|---|
download-saves | No | No | No |
sync-saves | Yes | Yes | Yes (prompts or uses --force-*) |
download-saves when you need a raw backup or want to inspect save files outside of normal sync flow. Use sync-saves for day-to-day cloud save management.