|
move %OFFLINE_DB_DIR%\db.* %P4ROOT% >> %LOG% 2>&1 echo Removing state files >> %LOG% 2>&1 del state >> %LOG% 2>&1 -del rdb.lbr >> %LOG% 2>&1
Russell C. Jackson (Rusty) (on weekly_sync_replica.bat, line 91) commented
7 years ago
It is a good idea to delete the rdb.lbr to keep it small. When that file grows to a large size, which it will do if a lot of files are scheduled to be transferred by p4verify, it slows down the pull command. |
Reply ·0 | |
|