mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
Move automatic backups from /backup/automatic to /autobackup
Removes the need to try to create child folders, which simplifies things.
This commit is contained in:
parent
d4dfa9a2c2
commit
f365b53a0f
@ -93,7 +93,6 @@ class BackupCreator(
|
||||
if (isAutoBackup) {
|
||||
// Get dir of file and create
|
||||
val dir = UniFile.fromUri(context, uri)
|
||||
.createDirectory("automatic")
|
||||
|
||||
// Delete older backups
|
||||
dir.listFiles { _, filename -> Backup.filenameRegex.matches(filename) }
|
||||
|
@ -11,7 +11,7 @@ class StoragePreferences(
|
||||
fun baseStorageDirectory() = preferenceStore.getString("storage_dir", folderProvider.path())
|
||||
|
||||
companion object {
|
||||
const val BACKUP_DIR = "backup"
|
||||
const val BACKUP_DIR = "autobackup"
|
||||
const val DOWNLOADS_DIR = "downloads"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user