2022-04-07 00:39:27 +02:00
|
|
|
Rem Quick script to sync the downloads, and important files, to a network storage
|
2022-02-26 14:54:58 +01:00
|
|
|
Rem These are the important files to move, btw.
|
|
|
|
|
2022-02-26 14:24:22 +01:00
|
|
|
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
|
2022-02-26 21:34:08 +01:00
|
|
|
robocopy . Y:\Leon\Mediafarm\Youtube-Archive\ alreadydownloaded*.txt /z /im
|
|
|
|
|