Files
SCrawler/Tools/ArchiveSCrawlerUsersDataFiles.bat
2024-02-25 11:31:33 +03:00

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\"