Skip to content

Commit

Permalink
Update ludusavi config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Nov 6, 2024
1 parent 0354c04 commit 94d29d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cfgs/ludusavi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ language: en-US
theme: light
roots:
- store: steam
path: /home/gamer/.local/share/Steam
path: HOME_PATH/.local/share/Steam
- store: heroic
path: /home/gamer/.var/app/com.heroicgameslauncher.hgl/config/heroic
path: HOME_PATH/.var/app/com.heroicgameslauncher.hgl/config/heroic
redirects: []
backup:
path: /home/gamer/ludusavi-backup
path: HOME_PATH/ludusavi-backup
ignoredGames: []
filter:
excludeStoreScreenshots: false
Expand All @@ -26,7 +26,7 @@ backup:
steam: true
uplay: true
ignoredPaths:
- "/home/gamer/.local/share/Steam/steamapps/common/Indiana Jones and the Emperors Tomb"
- "HOME_PATH/.local/share/Steam/steamapps/common/Indiana Jones and the Emperors Tomb"
ignoredRegistry: []
toggledPaths: {}
toggledRegistry: {}
Expand All @@ -48,7 +48,7 @@ backup:
zstd:
level: 10
restore:
path: /home/gamer/ludusavi-backup
path: HOME_PATH/ludusavi-backup
ignoredGames: []
toggledPaths: {}
toggledRegistry: {}
Expand Down
1 change: 1 addition & 0 deletions utilities/install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ cat > "${HOME}/.config/systemd/user/ludusavi-backup.service" <<EOF
Description="Ludusavi backup"
[Service]
Environment="RUST_LOG=ludusavi=debug"
ExecStart=flatpak run com.github.mtkennerly.ludusavi backup --force
EOF

Expand Down

0 comments on commit 94d29d3

Please sign in to comment.