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

@@ -26,7 +26,7 @@ var assert = require('assert'),
tar = require('tar-fs'),
zlib = require('zlib');
var FILE_TYPE = '.tar.gz';
var FILE_TYPE = '.tar.gz.enc';
// internal only
function getBackupCredentials(apiConfig, callback) {