Problem details:
I wanted to find a way to backup on cloud in a lightweight manner the osu folder files.
The problem with backing up the whole osu lazer data folder is that ill backup all the beatmaps, and im a huge fan of just browsing and dowloading songs every day, including ones with videos. On my computer disk i see no issue with the disk space those beatmaps takes, however when backing to cloud, i would need to start paying additionally for no reason.
Since the beatmaps usually contains a link for ing, there are even solution that get all the beatmap links as a json: community/forums/topics/2022320?n=1
With that, i wouldnt need to store the beatmaps. But just having the links is not enough, as i wanted to also sync the local scores.
I tried experiementing with deleting the files/* folder (on a cloned osu folder of course), to see if id lose all beatmaps, but keep my scores if i ed them again. But the build simply broke, trying to fetch mp3 and beatmap data of the files that i had removed
Anyone more experient with messing with the folders have any idea what i would need to do?
What i want to accomplish:
Sync with the cloud only:
For preserving the beatmaps themselves, zipping with high compression rates and transfering to cold storage or an external drive might be a better choise than daily sync, depending on how many beatmaps you have.
I wanted to find a way to backup on cloud in a lightweight manner the osu folder files.
The problem with backing up the whole osu lazer data folder is that ill backup all the beatmaps, and im a huge fan of just browsing and dowloading songs every day, including ones with videos. On my computer disk i see no issue with the disk space those beatmaps takes, however when backing to cloud, i would need to start paying additionally for no reason.
Since the beatmaps usually contains a link for ing, there are even solution that get all the beatmap links as a json: community/forums/topics/2022320?n=1
With that, i wouldnt need to store the beatmaps. But just having the links is not enough, as i wanted to also sync the local scores.
I tried experiementing with deleting the files/* folder (on a cloned osu folder of course), to see if id lose all beatmaps, but keep my scores if i ed them again. But the build simply broke, trying to fetch mp3 and beatmap data of the files that i had removed
Anyone more experient with messing with the folders have any idea what i would need to do?
What i want to accomplish:
Sync with the cloud only:
- Local Scores
- Settings
- Skins (Doable by exporting the skins and syncing the export folder)
- Beatmap links (Solution with the json application was already created)
For preserving the beatmaps themselves, zipping with high compression rates and transfering to cold storage or an external drive might be a better choise than daily sync, depending on how many beatmaps you have.