[Box Backup-commit] COMMIT r1733 - box/chris/general/bin/bbackupd/win32

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Thu, 26 Jul 2007 22:31:50 +0100


Author: chris
Date: 2007-07-26 22:31:50 +0100 (Thu, 26 Jul 2007)
New Revision: 1733

Modified:
   box/chris/general/bin/bbackupd/win32/bbackupd.conf
Log:
Unmerge experimental changes to bbackupd.conf


Modified: box/chris/general/bin/bbackupd/win32/bbackupd.conf
===================================================================
--- box/chris/general/bin/bbackupd/win32/bbackupd.conf	2007-07-26 21:31:00 UTC (rev 1732)
+++ box/chris/general/bin/bbackupd/win32/bbackupd.conf	2007-07-26 21:31:50 UTC (rev 1733)
@@ -1,5 +1,6 @@
-StoreHostname = yourhost.domain.tld
-AccountNumber = 0x19871234
+
+StoreHostname = yourhost
+AccountNumber = 0x1
 KeysFile = C:\Program Files\Box Backup\1-FileEncKeys.raw
 
 CertificateFile = C:\Program Files\Box Backup\1-cert.pem
@@ -11,13 +12,14 @@
 # If you do not install it in the default location - also do not forget to 
 # change the pid file location (below)
 
+
 # This script is run whenever bbackupd encounters a problem which requires
 # the system administrator to assist:
 # 1) The store is full, and no more data can be uploaded.
 # 2) Some files or directories were not readable.
 # The default script emails the system administrator.
 
-# NotifyScript = NotifySysadmin.bat
+# NotifyScript = NotifySysadmin.sh
 
 
 # A scan of the local discs will be made once an hour (approximately).
@@ -76,7 +78,7 @@
 # be asked again in that number of seconds.
 # For example, you could use this on a laptop to only backup when on a specific network.
 
-# SyncAllowScript = C:\Program Files\Box Backup\SyncAllowScript.bat parameters etc
+# SyncAllowScript = /path/to/intepreter/or/exe script-name parameters etc
 
 
 # Where the command socket is created in the filesystem.
@@ -98,13 +100,12 @@
 # 
 # 	name
 # 	{
-# 		Path = D:\path\of\directory
+# 		Path = /path/of/directory
 # 		(optional exclude directives)
 # 	}
 # 
 # 'name' is derived from the Path by the config script, but should merely be
-# unique.  Keep it simple.  No spaces.  Not case sensitive(?).
-# Try to use only alphanumeric characters and underlines and dashes.
+# unique.
 # 
 # The exclude directives are of the form
 # 
@@ -114,59 +115,29 @@
 #
 # For example:
 # 
-# 	ExcludeDir = C:\Documents and Settings\Owner 
+# 	ExcludeDir = /home/guest-user
 # 	ExcludeFilesRegex = *.(mp3|MP3)$
-# 	AlwaysIncludeFile = C:\Documents and Settings\Owner\My Documents\My Music\veryimportant.mp3
-#	AlwaysIncludeFilesRegex = .*backup.*\.pst$
-# 	ExcludeFilesRegex = .+\.avi$
-#	ExcludeDirsRegex = .+\\Temporary Internet Files$
+# 	AlwaysIncludeFile = /home/username/veryimportant.mp3
 # 
-# This excludes the directory C:\Documents and Settings\Owner from the backup along with all mp3
-# files, except one MP3 file in particular, along with a couple of other examples.
+# This excludes the directory /home/guest-user from the backup along with all mp3
+# files, except one MP3 file in particular.
 # 
 # In general, Exclude excludes a file or directory, unless the directory is
 # explicitly mentioned in a AlwaysInclude directive.
 # 
 # If a directive ends in Regex, then it is a regular expression rather than a
-# explicit full pathname. See 
+# explicit full pathname. See
 # 
-# 	http://bbdev.fluffy.co.uk/trac/wiki/Win32Regex
+# 	man 7 re_format
 # 
-# for the regex syntax on Windows.
+# for the regex syntax on your platform.
 # 
 
 BackupLocations
 {
-    MyDocuments
+      MyDocuments
 	{
-		Path = C:\Documents and Settings\
-			ExcludeDir = C:\Documents and Settings\Owner 
-			ExcludeFilesRegex = *.(mp3|MP3)$
-			ExcludeFilesRegex = .+\.([aA][vV][iI]|[iI][sS][oO]|[mM][pP][eE]?[345gG]|[bB][kK][~!1-9]|[mMtT][bB][kK])$
-			AlwaysIncludeFile = C:\Documents and Settings\Owner\My Documents\My Music\veryimportant.mp3
-			ExcludeFilesRegex = .+\.pst$
-			AlwaysIncludeFilesRegex = .*backup.*\.pst$
-			ExcludeFilesRegex = .+\.avi$
-			ExcludeDirsRegex = .+\\Temporary Internet Files$
-			ExcludeFilesRegex = .+\\pagefile\.sys$
-			ExcludeDirsRegex = .+\\pagefile\.sys$
-			ExcludeFilesRegex = .+\\boot\.ini$
-			ExcludeFilesRegex = .+\\NTDETECT\.COM$
-			ExcludeFilesRegex = .+\\UsrClass\.dat\.LOG$
-			ExcludeDirsRegex = .+\\System Volume Information$
-			ExcludeFilesRegex = .+\\ntldr$
-			ExcludeDirsRegex = .+\\Local Settings\\.*\\Cache$
-			ExcludeFilesRegex = .+\\thumbs\.db$
-			ExcludeFilesRegex = .+\\~.*
-			ExcludeFilesRegex = .+\\Perflib.*
-			ExcludeDirsRegex = .+\\Application Data$
-			ExcludeFilesRegex = .+\.bk[~!0-9]$
-			ExcludeFilesRegex = .+\.iso$
-			ExcludeFilesRegex = .+\.mpe?[2345g]$
-			ExcludeFilesRegex = .+\.qbw$
-			AlwaysIncludeFilesRegex = .+\.qbb$
-			ExcludeFilesRegex = .+\.tif[f]$
-			ExcludeFilesRegex = .+\.wmv$
+                Path = C:\Documents and Settings\
 	}
 }