From 624730f32246eb715ab335fa9b4b0084b7f04264 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 26 Feb 2022 21:34:08 +0100 Subject: [PATCH] Fixed issue in wsl/bat file that caused the archive files not to be synced properly --- sync-to-nas.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sync-to-nas.bat b/sync-to-nas.bat index f55a19f..f9233e5 100644 --- a/sync-to-nas.bat +++ b/sync-to-nas.bat @@ -3,4 +3,5 @@ Rem These are the important files to move, btw. robocopy music\ Y:\Leon\Mediafarm\Youtube-Archive\music\ /e /z /j /xo /move robocopy videos\ Y:\Leon\Mediafarm\Youtube-Archive\videos\ /e /z /j /xo /move -robocopy alreadydownloaded*.txt Y:\Leon\Mediafarm\Youtube-Archive\ /z +robocopy . Y:\Leon\Mediafarm\Youtube-Archive\ alreadydownloaded*.txt /z /im +