mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-14 15:52:18 +00:00
7 lines
559 B
Batchfile
7 lines
559 B
Batchfile
REM This script is written for WinRAR. It only archives user data files. Not user content!
|
|
REM Replace 'd:\Downloads\SocialNetworks\SCrawlerBackup.rar' with the archive destination.
|
|
REM Replace 'd:\Downloads\SocialNetworks\' with the path to your SCrawler data folder.
|
|
REM THIS SCRIPT IS NOT SUITABLE FOR 7ZIP OR OTHER ARCHIVING PROGRAMS.
|
|
REM But I believe 7Zip also has CLI commands
|
|
|
|
"C:\Program Files\WinRAR\WinRAR.exe" a -r -ep1 -o+ -ag_YYYYMMDD_HHMMSS -m5 -tl -n*.txt -n*.xml "d:\Downloads\SocialNetworks\SCrawlerBackup.rar" "d:\Downloads\SocialNetworks\" |