mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Copy everything to backup
This commit is contained in:
parent
b77a13812c
commit
e283b555b1
5 changed files with 151 additions and 77 deletions
|
@ -75,7 +75,9 @@ class ContentRepositoryConfig(Config):
|
|||
|
||||
self.backup_media_store_path = config.get("backup_media_store_path")
|
||||
if self.backup_media_store_path:
|
||||
self.ensure_directory(self.backup_media_store_path)
|
||||
self.backup_media_store_path = self.ensure_directory(
|
||||
self.backup_media_store_path
|
||||
)
|
||||
|
||||
self.synchronous_backup_media_store = config.get(
|
||||
"synchronous_backup_media_store", False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue