mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 03:45:33 +00:00
30 lines
633 B
Plaintext
30 lines
633 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ludusavi
|
|
|
|
> Backup video game save data.
|
|
> More information: <https://github.com/mtkennerly/ludusavi/blob/master/docs/cli.md>.
|
|
|
|
- Backup games:
|
|
|
|
`ludusavi backup --path {{path/to/backup}}`
|
|
|
|
- Restore games:
|
|
|
|
`ludusavi restore --path {{path/to/backup}} {{"game1" "game2" ...}}`
|
|
|
|
- List backups:
|
|
|
|
`ludusavi backups --path {{path/to/backup}}`
|
|
|
|
- Wrap launcher game:
|
|
|
|
`ludusavi wrap --gui --infer {{heroic|lutris|steam}} -- {{game_launch_commands}}`
|
|
|
|
- Wrap standalone game:
|
|
|
|
`ludusavi wrap --gui --name {{name}} -- {{game_launch_commands}}`
|