Proper Backup/Use [Archive] - ForumsHQ
Re: Proper Backup/Use [Archive] - ForumsHQ
How do I debug this? I dont even have an idea what to look for on that...
Re: Proper Backup/Use [Archive] - ForumsHQ
Originally posted by MydKnight
How do I debug this? I dont even have an idea what to look for on that...
use your other post for anything further on the read from 0 error (and anyone else too), so we dont starting replying to each other in two threads. i did post a reply to the other.
-syn
How do I debug this? I dont even have an idea what to look for on that...
use your other post for anything further on the read from 0 error (and anyone else too), so we dont starting replying to each other in two threads. i did post a reply to the other.
-syn
-
elpresidente
- Posts: 511
- Joined: Thu Jul 04, 2002 5:00 am
Re: Proper Backup/Use [Archive] - ForumsHQ
Originally posted by AdmiralAcid
go d/l winrar (u should have it anyways), inside of it is rar.exe - copy it to ur WGserv folder...
Create a WGSCLEAN.BAT file (this bat files runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
left out my props on helping u with this i see ;)
go d/l winrar (u should have it anyways), inside of it is rar.exe - copy it to ur WGserv folder...
Create a WGSCLEAN.BAT file (this bat files runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
left out my props on helping u with this i see ;)
Re: Proper Backup/Use [Archive] - ForumsHQ
Originally posted by elpresidente
left out my props on helping u with this i see ;)
it's not exactly rocket science.
left out my props on helping u with this i see ;)
it's not exactly rocket science.
Re: Proper Backup/Use [Archive] - ForumsHQ
thx i added this for legion
-
exodus
Re: Proper Backup/Use [Archive] - ForumsHQ
go d/l winrar (u should have it anyways), inside of it is rar.exe - copy it to ur WGserv folder...
Create a WGSCLEAN.BAT file in the WG folder (this batch file runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
if i wanted to have those files sent to one of my other hard drives after theyre created, what would be the syntax to perform that function?
Create a WGSCLEAN.BAT file in the WG folder (this batch file runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
if i wanted to have those files sent to one of my other hard drives after theyre created, what would be the syntax to perform that function?
-
PeterParker
- Posts: 95
- Joined: Sat Aug 30, 2003 5:00 am
Re: Proper Backup/Use [Archive] - ForumsHQ
go d/l winrar (u should have it anyways), inside of it is rar.exe - copy it to ur WGserv folder...
Create a WGSCLEAN.BAT file in the WG folder (this batch file runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
any idea what the switch is to ad the time if I wanted it?
also I changed it a little, the first two lines backs up just the wcc files for Nightmare, the second ones backup the entire bbs for safety reasons. The only problem is it won't work. It says Warning no files until it reaches the last line.
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgsbackup.rar *.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgbbackup.rar *.*
Pete
Create a WGSCLEAN.BAT file in the WG folder (this batch file runs at cleanup) - Create a folder under WG called mudbackup
inside of our cleanup bat is:
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc*.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wbb*.*
This creates a file that looks like this "wccbackup-01-Feb-03.rar"
kinda nice huh - just remember to delete them everyonce in a while...
(i also zap my .adt file and other misc logs so Xetox can't spy on me.. but u'll figure that shit out on your own)
any idea what the switch is to ad the time if I wanted it?
also I changed it a little, the first two lines backs up just the wcc files for Nightmare, the second ones backup the entire bbs for safety reasons. The only problem is it won't work. It says Warning no files until it reaches the last line.
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgsbackup.rar *.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgbbackup.rar *.*
Pete
Re: Proper Backup/Use [Archive] - ForumsHQ
any idea what the switch is to ad the time if I wanted it?
also I changed it a little, the first two lines backs up just the wcc files for Nightmare, the second ones backup the entire bbs for safety reasons. The only problem is it won't work. It says Warning no files until it reaches the last line.
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgsbackup.rar *.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgbbackup.rar *.*
Pete
here is the wgsclean.bat i made for morbid:
mkdir _backup
rar a -rr -xwccupda2.dat -ag-MMM-DD-YY _backup\wccbackup.rar wcc*.*
del _backup\wccmmud.log
move wccmmud.log _backup\
rar a -rr -ag-MMM-DD-YY _backup\wgsbackup.rar wgs*.dat
also I changed it a little, the first two lines backs up just the wcc files for Nightmare, the second ones backup the entire bbs for safety reasons. The only problem is it won't work. It says Warning no files until it reaches the last line.
@echo off
rar a -rr -ag-DD-MMM-YY mudbackup\wccbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wbbbackup.rar wcc.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgsbackup.rar *.*
rar a -rr -ag-DD-MMM-YY mudbackup\wgbbackup.rar *.*
Pete
here is the wgsclean.bat i made for morbid:
mkdir _backup
rar a -rr -xwccupda2.dat -ag-MMM-DD-YY _backup\wccbackup.rar wcc*.*
del _backup\wccmmud.log
move wccmmud.log _backup\
rar a -rr -ag-MMM-DD-YY _backup\wgsbackup.rar wgs*.dat