]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update strippath and cleanup
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 24 Feb 2008 19:58:16 +0000 (19:58 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 24 Feb 2008 19:58:16 +0000 (19:58 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6485 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/patches/testing/project-accurate-backup.patch2

index 833c056294bd4be109173feb6108080e59f9c0ad..01767e782792b55d7f7c759656a139eec6049c99 100644 (file)
@@ -323,7 +323,7 @@ Index: src/dird/inc_conf.c
           scan_err1(lc, _("Expected a strip path positive integer, got:%s:"), lc->str);
 Index: src/filed/backup.c
 ===================================================================
---- src/filed/backup.c (rĂ©vision 6471)
+--- src/filed/backup.c (rĂ©vision 6484)
 +++ src/filed/backup.c (copie de travail)
 @@ -37,6 +37,7 @@
  
@@ -376,7 +376,7 @@ Index: src/filed/backup.c
 +   }
 +
 +   strip_path(ff_pkt);
-+   
++ 
 +   if (S_ISDIR(ff_pkt->statp.st_mode)) {
 +      fname = ff_pkt->link;
 +   } else {
@@ -1072,7 +1072,13 @@ Index: src/findlib/find_one.c
   * Find a single file.
   * handle_file is the callback for handling the file.
   * p is the filename
-@@ -333,16 +360,13 @@
+@@ -327,22 +354,18 @@
+       }
+       ff_pkt->volhas_attrlist = volume_has_attrlist(fname);
+    }
+-
+    /*
+     * If this is an Incremental backup, see if file was modified
      * since our last "save_time", presumably the last Full save
      * or Incremental.
      */
@@ -1096,7 +1102,7 @@ Index: src/findlib/find_one.c
     }
  
  #ifdef HAVE_DARWIN_OS
-@@ -502,10 +526,7 @@
+@@ -502,10 +525,7 @@
        link[len] = 0;
  
        ff_pkt->link = link;