From 05438d047ddf268313de110e0c7b8be0a3e0d49d Mon Sep 17 00:00:00 2001 From: StevesMonkey Date: Mon, 25 May 2015 10:15:57 +0930 Subject: [PATCH] Fixing minor misspelling of the word: encrypted --- management/backup.py | 2 +- management/templates/system-backup.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/management/backup.py b/management/backup.py index e0349dd6..c69690ee 100755 --- a/management/backup.py +++ b/management/backup.py @@ -148,7 +148,7 @@ def perform_backup(full_backup): old_backup_dir = os.path.join(backup_root, 'duplicity') migrated_unencrypted_backup_dir = os.path.join(env["STORAGE_ROOT"], "migrated_unencrypted_backup") if os.path.isdir(old_backup_dir): - # Move the old unencrpyted files to a new location outside of + # Move the old unencrypted files to a new location outside of # the backup root so they get included in the next (new) backup. # Then we'll delete them. Also so that they do not get in the # way of duplicity doing a full backup on the first run after diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index ced1ec7f..01682cf3 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -11,7 +11,7 @@

Many cloud providers make this easy by allowing you to take snapshots of the machine's disk.

-

You can also use SFTP (FTP over SSH) to copy files from . These files are encrpyted, so they are safe to store anywhere. Copy the encryption password from also but keep it in a safe location.

+

You can also use SFTP (FTP over SSH) to copy files from . These files are encrypted, so they are safe to store anywhere. Copy the encryption password from also but keep it in a safe location.

Current Backups