From 28545dbb8e502764256c49caaf71536fd84f28de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 29 Jun 2025 13:57:18 +0200 Subject: [PATCH] chore(ludusavi): change gamesaves backup location --- .config/ludusavi/config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.config/ludusavi/config.yaml b/.config/ludusavi/config.yaml index 9e7a5cf3..24c96b7f 100644 --- a/.config/ludusavi/config.yaml +++ b/.config/ludusavi/config.yaml @@ -1,11 +1,12 @@ +--- runtime: - threads: null + threads: ~ release: check: true manifest: enable: false secondary: - - url: https://cdn.losbroxas.org/manifest.yaml + - url: "https://cdn.losbroxas.org/manifest.yaml" enable: true language: en-US theme: dark @@ -22,7 +23,7 @@ roots: path: ~/.config/Ryujinx redirects: [] backup: - path: /backups/gamesaves + path: ~/games/gamesaves ignoredGames: [] filter: excludeStoreScreenshots: false @@ -44,7 +45,7 @@ backup: full: 1 differential: 0 format: - chosen: simple + chosen: zip zip: compression: deflate compression: @@ -56,7 +57,7 @@ backup: level: 10 onlyConstructive: false restore: - path: /backups/gamesaves/ + path: ~/games/gamesaves ignoredGames: [] toggledPaths: {} toggledRegistry: {} @@ -69,11 +70,11 @@ scan: showUnchangedGames: true showUnscannedGames: true cloud: - remote: null + remote: ~ path: ludusavi-backup synchronize: true apps: rclone: - path: "" - arguments: --fast-list --ignore-checksum + path: /usr/bin/rclone + arguments: "--fast-list --ignore-checksum" customGames: []