First, copy .env.example
to .env
and modify it.
# Backup all detected games with only Restic
backup
# Backup all detected games with both Ludusavi and Restic
backup -f
# Backup two games
# Note the game names are case-sensitive
backup "Minecraft: Java Edition" "Minecraft: Bedrock Edition"
Thanks to Ludusavi Restic Playnite Plugin for the inspiration!