mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:15:30 +02:00
ludusavi: add page (#16627)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
parent
2bb98024cc
commit
4a4313b01d
1 changed files with 24 additions and 0 deletions
24
pages/common/ludusavi.md
Normal file
24
pages/common/ludusavi.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue