dropbox backup not ablt to find filepath (#5406)
This commit is contained in:
parent
5a74b9668a
commit
a8f9a652e1
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class BackupGenerator:
|
|||
site = site.replace('.', '_')
|
||||
|
||||
#Generate a random name using today's date and a 8 digit random number
|
||||
for_db = todays_date + "-" + site + "-database.sql"
|
||||
for_db = todays_date + "-" + site + "-database.sql.gz"
|
||||
for_public_files = todays_date + "-" + site + "-files.tar"
|
||||
for_private_files = todays_date + "-" + site + "-private-files.tar"
|
||||
backup_path = get_backup_path()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue