mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Fixed bug that broke server backups
This commit is contained in:
@@ -419,7 +419,7 @@ async function backupServerLite() {
|
||||
const files_to_ignore = [path.join(config_api.getConfigItem('ytdl_subscriptions_base_path'), '**'),
|
||||
path.join(config_api.getConfigItem('ytdl_audio_folder_path'), '**'),
|
||||
path.join(config_api.getConfigItem('ytdl_video_folder_path'), '**'),
|
||||
'backup-*.zip'];
|
||||
'appdata/backups/backup-*.zip'];
|
||||
|
||||
archive.glob('**/*', {
|
||||
ignore: files_to_ignore
|
||||
|
||||
Reference in New Issue
Block a user