Server & client are both FreeBSD 6.  The dir, sd, and fd are
all 1.38.5_1, installed from FreeBSD ports tree (I guess it's
time to schedule an upgrade ...)

To backup workstations, I simply run a job that backs up /home
since we're not terribly worried about data anywhere else on the
drive.  Problem I'm having is that incremental jobs fail silently
when /home is a symlink to /usr/home (which occurs with a default
partition layout on FreeBSD).

The resultant job looks like this:
  JobId:                  461
  Job:                    vanquish-home.2006-04-22_23.05.10
  Backup Level:           Incremental, since=2006-04-22 00:57:09
  Client:                 "vanquish-fd" i386-portbld-freebsd6.0,freebsd,6.0-RELE
  FileSet:                "CFHome" 2006-03-20 21:17:17
  Pool:                   "CFOnDisk"
  Storage:                "File"
  Scheduled time:         22-Apr-2006 23:05:09
  Start time:             22-Apr-2006 23:11:02
  End time:               22-Apr-2006 23:11:09
  Priority:               10  
  FD Files Written:       0
  SD Files Written:       0
  FD Bytes Written:       0
  SD Bytes Written:       0 
  Rate:                   0.0 KB/s
  Software Compression:   None
  Volume name(s):         Daily-0004 
  Volume Session Id:      58
  Volume Session Time:    1145471229
  Last Volume Bytes:      178,940,243   
  Non-fatal FD errors:    0
  SD Errors:              0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            Backup OK 

The fileset resource looks like this:
# This set contains the /home directory
FileSet {
  Name = "CFHome"
  Include {
    Options {
      signature = MD5
      compression = GZIP
      onefs = no
    }
  File = /home
  }
}

If I simply change "File = /home" to "File = /usr/home", all is well.
Full backups seem don't run so well either.  I looked back through
the log, and the last full backup on this machine only backed up a
single file, whereas /home has over 12,000 files.  This is a non-
optimal solution, however, since I'd have to check each system to
determine whether or not /home is a directory/partition or a symlink.

If I change "File = /home" to "File = /home/", it works fine.  Can anyone
imagine any potential negative side effects?

The examples in the docs consistently show directories without the
trailing slash, and I haven't noticed any warnings or gotchas regarding
symlinks.  Perhaps this is something that simply needs documented?

-- 
Bill Moran
Collaborative Fusion Inc.

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to