[Box Backup-commit] COMMIT r1478 - box/chris/merge/bin/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 24 23:02:36 GMT 2007


Author: chris
Date: 2007-03-24 23:02:36 +0000 (Sat, 24 Mar 2007)
New Revision: 1478

Added:
   box/chris/merge/bin/bbackupd/ClientException.txt
   box/chris/merge/bin/bbackupd/Makefile.extra
Log:
Add new exception codes for use in bbackupd, and possibly other clients.
(refs #3, merges [1455])


Copied: box/chris/merge/bin/bbackupd/ClientException.txt (from rev 1455, box/chris/general/bin/bbackupd/ClientException.txt)
===================================================================
--- box/chris/merge/bin/bbackupd/ClientException.txt	                        (rev 0)
+++ box/chris/merge/bin/bbackupd/ClientException.txt	2007-03-24 23:02:36 UTC (rev 1478)
@@ -0,0 +1,11 @@
+
+# NOTE: Exception descriptions are for public distributions of Box Backup only -- do not rely for other applications.
+
+
+EXCEPTION Client 13
+
+Internal				0
+AssertFailed				1
+ClockWentBackwards			2	Invalid (negative) sync period: perhaps your clock is going backwards?
+FailedToDeleteStoreObjectInfoFile	3	Failed to delete the StoreObjectInfoFile, backup cannot continue safely.
+CorruptStoreObjectInfoFile		4	The store object info file contained an invalid value and is probably corrupt. Try deleting it.

Copied: box/chris/merge/bin/bbackupd/Makefile.extra (from rev 1455, box/chris/general/bin/bbackupd/Makefile.extra)
===================================================================
--- box/chris/merge/bin/bbackupd/Makefile.extra	                        (rev 0)
+++ box/chris/merge/bin/bbackupd/Makefile.extra	2007-03-24 23:02:36 UTC (rev 1478)
@@ -0,0 +1,7 @@
+
+MAKEEXCEPTION = ../../lib/common/makeexception.pl
+
+# AUTOGEN SEEDING
+autogen_ClientException.h autogen_ClientException.cpp:	$(MAKEEXCEPTION) ClientException.txt
+	$(PERL) $(MAKEEXCEPTION) ClientException.txt
+




More information about the Boxbackup-commit mailing list