From f60b3f5bd66110200bb9ac4b206e08a7ae8c632c Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sun, 29 Dec 2019 16:41:05 +0500 Subject: [PATCH] bug fix: incremental backups --- IncBackups/IncBackupsControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IncBackups/IncBackupsControl.py b/IncBackups/IncBackupsControl.py index 39a3654f1..16cea7e08 100644 --- a/IncBackups/IncBackupsControl.py +++ b/IncBackups/IncBackupsControl.py @@ -722,7 +722,7 @@ class IncJobs(multi.Thread): command = 'chmod 600 %s' % (self.passwordFile) ProcessUtilities.executioner(command) - SUBJECT = "Backup Repository password for %s" % (self.website) + SUBJECT = "Backup Repository password for %s" % (self.website.domain) text = """Password: %s This is password for your incremental backup repository, please save it in safe place as it will be required when you want to restore backup for this site on remote server. """ % (password)