We always encrypt even with empty key so make that clear with the file extension

This commit is contained in:
Johannes Zellner
2017-04-20 16:40:35 +02:00
parent e4b1b73408
commit 0471a14894
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ var assert = require('assert'),
zlib = require('zlib');
var FALLBACK_BACKUP_FOLDER = '/var/backups';
var FILE_TYPE = '.tar.gz';
var FILE_TYPE = '.tar.gz.enc';
// internal only
function getBackupFilePath(apiConfig, backupId) {