Skip to content

Instantly share code, notes, and snippets.

Index: bin/bbackupd/BackupDaemon.cpp
===================================================================
--- bin/bbackupd/BackupDaemon.cpp (Revision 2373)
+++ bin/bbackupd/BackupDaemon.cpp (Arbeitskopie)
@@ -1676,7 +1676,7 @@
"for path '" << apLoc->mPath
<< "', skipping location '" <<
apLoc->mName << "'");
- continue;
+ //continue;
@boxbackup-bot
boxbackup-bot / BackupFileDiff.2361.patch
Created May 19, 2019 10:07
Trac issue 45 attachments
Index: lib/backupclient/BackupStoreFile.h
===================================================================
--- lib/backupclient/BackupStoreFile.h (revision 2361)
+++ lib/backupclient/BackupStoreFile.h (working copy)
@@ -214,11 +214,6 @@
static void ResetStats();
static BackupStoreFileStats msStats;
- // For debug
-#ifndef NDEBUG
@boxbackup-bot
boxbackup-bot / 13-ShadowBox.bat
Created May 19, 2019 10:06
Trac issue 13 attachment
::ShadowBox.bat
::A script to help Box Backup backup locked files on Windows.
::
::This code was stolen from:
:: http://blogs.msdn.com/adioltean/archive/2005/01/05/346793.aspx
:: and related links.
::2007-07-26 Stolen by pjalajas at tebucosafe dot com
::Please, suggestions welcome!
::
::Usage:
@boxbackup-bot
boxbackup-bot / 4-aix5-svn.patch
Created May 19, 2019 10:03
Trac issue 4 attachment
Index: infrastructure/BoxPlatform.pm.in
===================================================================
--- infrastructure/BoxPlatform.pm.in (revision 555)
+++ infrastructure/BoxPlatform.pm.in (working copy)
@@ -17,7 +17,7 @@
$build_os = 'CYGWIN' if $build_os =~ m/CYGWIN/;
$make_command = ($build_os eq 'Darwin') ? 'bsdmake' : ($build_os eq
'SunOS') ? 'gmake' : 'make';
- $bsd_make = ($build_os ne 'Linux' && $build_os ne 'CYGWIN' &&