Tags
Creators
Details
1.7.0
Compatibility
Changes
This update improves the OneDrive uploader and fixes a few bugs
Special Thanks to @StillGreen-san for his work on the OneDrive Uploader
Changelog
Enhancements
- Add support for shared folders with OneDrive
- Add support for using TimeZones (support daylight savings) as well as existing offsets
- Added check to make sure the local save directory is relative to the root server folder
- Updated all DriveBackupV2 links to HTTPS
- Improved error handling in the OneDrive Uploader
Bug Fixes
- Fixed local backups not being deleted if another backup is started while another one is running
- Fixed Null error if the create option is not specified for a backup list entries
- Fixed Google Drive test failing even when actual upload works fine
- Fixed whole server local backups not being deleted once the limit is reached
- Fixed "The next backup is at " to display the next backup (instead of the current one)
- Fixed OneDrive not handling more than 200 items in folders
- Fixed null error on OneDrive upload error
Translations
Thanks to @C4BR3R4, @AKRGamesUa, and @jinoo2005609 for new translations
Full Changelog: https://github.com/MaxMaeder/DriveBackupV2/compare/v1.6.3...v1.7.0
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BQbKkmMm:onDCme3b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BQbKkmMm:onDCme3b"
}

