Perforce Restore From Multiple Checkpoint Files?
Posted
by AJ
on Server Fault
See other posts from Server Fault
or by AJ
Published on 2010-02-24T18:28:39Z
Indexed on
2010/04/02
21:13 UTC
Read the original article
Hit count: 585
Hi all,
I am working with a very large (~11GB) checkpoint file and trying to do a -jr (journal restore) operation. About half way through the file, I'm hitting an entry which causes an error to occur. I'm unable to come up with a conventional way to print, edit, and save changes to the offending line.
So right now I'm splitting the checkpoint into files of 500k lines each...up to 47 files and counting. My question is, once I have these separate files:
- Can I run journal restore on each one separately to check for errors?
- Once fixed, is it necessary to merge them back together again to do my full journal restore?
Any other ideas on how to tackle this problem would be appreciated.
Thanks in advance,
-aj
© Server Fault or respective owner