.autologin.php
2 years ago
.htaccess
2 years ago
.litespeed
2 years ago
default.json
2 years ago
index.html
2 years ago
default.json
67 lines
| 1 | { |
| 2 | "STORAGE::DIRECT::URL": "true", |
| 3 | "STORAGE::LOCAL::PATH": "default", |
| 4 | "STORAGE::EXTERNAL::GDRIVE": "false", |
| 5 | "STORAGE::EXTERNAL::GDRIVE::DIRNAME": "BACKUP_MIGRATION_BACKUPS", |
| 6 | "BACKUP:DATABASE": "true", |
| 7 | "BACKUP:FILES": "true", |
| 8 | "BACKUP:FILES::PLUGINS": "true", |
| 9 | "BACKUP:FILES::UPLOADS": "true", |
| 10 | "BACKUP:FILES::THEMES": "true", |
| 11 | "BACKUP:FILES::OTHERS": "true", |
| 12 | "BACKUP:FILES::WP": "false", |
| 13 | "BACKUP:FILES::FILTER": "true", |
| 14 | "BACKUP:FILES::FILTER:SIZE": "true", |
| 15 | "BACKUP:FILES::FILTER:SIZE:IN": "100", |
| 16 | "BACKUP:FILES::FILTER:NAMES": "true", |
| 17 | "BACKUP:FILES::FILTER:FPATHS": "false", |
| 18 | "BACKUP:FILES::FILTER:DPATHS": "false", |
| 19 | "BACKUP:FILES::FILTER:NAMES:IN": [ |
| 20 | {"txt": "wp-clone", "pos": "1", "whr": "1" }, |
| 21 | {"txt": "wp-clone", "pos": "1", "whr": "2" }, |
| 22 | {"txt": "backwpup", "pos": "1", "whr": "2" }, |
| 23 | {"txt": ".git", "pos": "2", "whr": "2" }, |
| 24 | {"txt": ".cpmh3129", "pos": "2", "whr": "2" }, |
| 25 | {"txt": "error_log", "pos": "2", "whr": "2" }, |
| 26 | {"txt": "node_modules", "pos": "2", "whr": "2" }, |
| 27 | {"txt": "mysql.sql", "pos": "3", "whr": "1" }, |
| 28 | {"txt": "debug.log", "pos": "3", "whr": "1" }, |
| 29 | {"txt": ".part", "pos": "3", "whr": "1" }, |
| 30 | {"txt": ".tmp", "pos": "3", "whr": "1" }, |
| 31 | {"txt": ".zip", "pos": "3", "whr": "1" }, |
| 32 | {"txt": ".tr", "pos": "3", "whr": "1" }, |
| 33 | {"txt": ".gz", "pos": "3", "whr": "1" }, |
| 34 | {"txt": ".sgbp", "pos": "3", "whr": "1" }, |
| 35 | {"txt": ".wpress", "pos": "3", "whr": "1" } |
| 36 | ], |
| 37 | "BACKUP:FILES::FILTER:FPATHS:IN": [], |
| 38 | "BACKUP:FILES::FILTER:DPATHS:IN": [], |
| 39 | "BACKUP:NAME": "BM_%Y-%m-%d_%H_%i_%s_%hash", |
| 40 | "OTHER:EMAIL:TITLE": "Backup Migration Plugin", |
| 41 | "OTHER:EMAIL:NOTIS": true, |
| 42 | "OTHER:EXPERIMENT:TIMEOUT": false, |
| 43 | "OTHER:EXPERIMENT:TIMEOUT:HARD": false, |
| 44 | "OTHER:USE:TIMEOUT:NORMAL": true, |
| 45 | "OTHER:UNINSTALL:CONFIGS": false, |
| 46 | "OTHER:UNINSTALL:BACKUPS": false, |
| 47 | "OTHER:DOWNLOAD:DIRECT": true, |
| 48 | "OTHER:BACKUP:DB:BATCHING": false, |
| 49 | "OTHER:BACKUP:DB:SINGLE:FILE": false, |
| 50 | "OTHER:RESTORE:BEFORE:CLEANUP": false, |
| 51 | "OTHER:CLI:DISABLE": true, |
| 52 | "OTHER:CLI:PATH": "", |
| 53 | "OTHER:DB:QUERIES": "500", |
| 54 | "OTHER:DB:SEARCHREPLACE:MAX": "50", |
| 55 | "OTHER:FILE:EXTRACT:MAX": "auto", |
| 56 | "OTHER:BACKUP:SPACE:CHECKING": false, |
| 57 | "OTHER:RESTORE:SPLITTING": true, |
| 58 | "OTHER:RESTORE:DB:V3": true, |
| 59 | "CRON:ENABLED": false, |
| 60 | "CRON:TYPE": "week", |
| 61 | "CRON:DAY": "1", |
| 62 | "CRON:WEEK": "1", |
| 63 | "CRON:HOUR": "08", |
| 64 | "CRON:MINUTE": "00", |
| 65 | "CRON:KEEP": "2" |
| 66 | } |
| 67 |