Cleanup/Backup Clarification (for a dummy)
Posted: Thu Sep 15, 2022 8:57 am
So, assume I have done nothing else prior to this step and my goal is to set the bbs to do a nightly backup. My understanding is as follows :
1> Create WGSCLEAN.BAT and place it in the WGSERV dir
2> Add the following command line (this would be the only line yes? )
@echo off
start /WAIT C:\wgserv\winrar.exe a -rr -ag-MMM-DD-YYYY C:\wgbackup\wgbackup.rar C:\wgserv
3> place rar.exe in WGSERV dir along with the WGSCLEAN.BAT
Is there anything else the veterans would recommend I do / add, anything I am overlooking here to achieve my goal listed above?
1> Create WGSCLEAN.BAT and place it in the WGSERV dir
2> Add the following command line (this would be the only line yes? )
@echo off
start /WAIT C:\wgserv\winrar.exe a -rr -ag-MMM-DD-YYYY C:\wgbackup\wgbackup.rar C:\wgserv
3> place rar.exe in WGSERV dir along with the WGSCLEAN.BAT
Is there anything else the veterans would recommend I do / add, anything I am overlooking here to achieve my goal listed above?