Replies: 1 comment 3 replies
-
Hi! You could write a script to do this by parsing the output from If you also want to find saves that haven't been backed up yet, you can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a backup program that uses .gitignore like files for file exclusion.
The problem is that my save "repo" across all location is of several gigabyes,
I want to exclude those paths from the system data backup to exclude duplicated backups since ludusavi backups are grouped with the system-data backups when uploading to the cloud.
My idea is to create a command to dumps all file paths, one path per line, (.gitignore compatible) of all the backedup saves on the system.
I would be cool to also list paths of games with disabled backups by setting up flags.
edit:
I'm thinking to also filter the list of paths returned by base path, for example, to give me all paths that belong to a parent path, it will make it easier to setup custom scripts since rust may parse these paths faster.
Beta Was this translation helpful? Give feedback.
All reactions