chore(ludusavi): change gamesaves backup location

This commit is contained in:
Sergio Laín 2025-06-29 13:57:18 +02:00
parent 567b29eb34
commit 28545dbb8e
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,11 +1,12 @@
---
runtime: runtime:
threads: null threads: ~
release: release:
check: true check: true
manifest: manifest:
enable: false enable: false
secondary: secondary:
- url: https://cdn.losbroxas.org/manifest.yaml - url: "https://cdn.losbroxas.org/manifest.yaml"
enable: true enable: true
language: en-US language: en-US
theme: dark theme: dark
@ -22,7 +23,7 @@ roots:
path: ~/.config/Ryujinx path: ~/.config/Ryujinx
redirects: [] redirects: []
backup: backup:
path: /backups/gamesaves path: ~/games/gamesaves
ignoredGames: [] ignoredGames: []
filter: filter:
excludeStoreScreenshots: false excludeStoreScreenshots: false
@ -44,7 +45,7 @@ backup:
full: 1 full: 1
differential: 0 differential: 0
format: format:
chosen: simple chosen: zip
zip: zip:
compression: deflate compression: deflate
compression: compression:
@ -56,7 +57,7 @@ backup:
level: 10 level: 10
onlyConstructive: false onlyConstructive: false
restore: restore:
path: /backups/gamesaves/ path: ~/games/gamesaves
ignoredGames: [] ignoredGames: []
toggledPaths: {} toggledPaths: {}
toggledRegistry: {} toggledRegistry: {}
@ -69,11 +70,11 @@ scan:
showUnchangedGames: true showUnchangedGames: true
showUnscannedGames: true showUnscannedGames: true
cloud: cloud:
remote: null remote: ~
path: ludusavi-backup path: ludusavi-backup
synchronize: true synchronize: true
apps: apps:
rclone: rclone:
path: "" path: /usr/bin/rclone
arguments: --fast-list --ignore-checksum arguments: "--fast-list --ignore-checksum"
customGames: [] customGames: []