mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 00:58:01 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/ludusavi
Normal file
29
tldr/ludusavi
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user