cleaned up images and links which are not used nor supported

This commit is contained in:
azivner
2017-11-29 20:47:01 -05:00
parent d019d0a690
commit 3386cd790e
7 changed files with 13 additions and 59 deletions

View File

@@ -5,6 +5,7 @@ const options = require('./options');
const fs = require('fs-extra');
const dataDir = require('./data_dir');
const log = require('./log');
const sql = require('./sql');
async function regularBackup() {
const now = utils.nowTimestamp();