← 返回命令列表

Linux command

ludusavi 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Backup all known games

ludusavi backup

Backup specific game

ludusavi backup --by-title "[Game Name]"

Restore all backups

ludusavi restore

Restore specific game

ludusavi restore --by-title "[Game Name]"

Preview backup

ludusavi backup --preview

Backup to custom location

ludusavi backup --path [/path/to/backups]

List backed up games

ludusavi backups

Update game manifest

ludusavi manifest update

说明

ludusavi backs up and restores video game save data. It knows where games store saves and can handle thousands of titles automatically. The manifest contains paths for game saves across Windows, Linux, and macOS. It covers Steam, GOG, Epic, and other platforms. Custom entries can be added for unsupported games. Backup formats include simple directories and compressed ZIP files. Multiple compression algorithms balance speed versus size. Scheduled backups can be configured to run automatically. The merge option adds new saves to existing backups without replacing old ones. The tool integrates with Playnite and other game launchers through plugins. A GUI version provides visual management for those who prefer it.

参数

backup
Back up save data.
restore
Restore save data from backup.
backups
List available backups.
--by-title _NAME_
Operate on specific game by title.
--by-steam-id _ID_
Operate on game by Steam ID.
--path _DIR_
Custom backup directory.
--preview
Show what would happen without doing it.
--force
Overwrite without confirmation.
--compression _TYPE_
Compression type (none, deflate, bzip2, zstd).
--format _TYPE_
Backup format (simple, zip).
--merge
Merge with existing backup.
manifest update
Update game database.
--config _FILE_
Use custom config file.
--help
Show help.

FAQ

What is the ludusavi command used for?

ludusavi backs up and restores video game save data. It knows where games store saves and can handle thousands of titles automatically. The manifest contains paths for game saves across Windows, Linux, and macOS. It covers Steam, GOG, Epic, and other platforms. Custom entries can be added for unsupported games. Backup formats include simple directories and compressed ZIP files. Multiple compression algorithms balance speed versus size. Scheduled backups can be configured to run automatically. The merge option adds new saves to existing backups without replacing old ones. The tool integrates with Playnite and other game launchers through plugins. A GUI version provides visual management for those who prefer it.

How do I run a basic ludusavi example?

Run `ludusavi backup` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does backup do in ludusavi?

Back up save data.