chore(ludusavi): change gamesaves backup location
This commit is contained in:
parent
567b29eb34
commit
28545dbb8e
1 changed files with 9 additions and 8 deletions
|
@ -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: []
|
||||
|
|
Loading…
Add table
Reference in a new issue