Re: [Bacula-users] new hard drive mounted into ntfs filesystem of old hard drive

2011-05-24 Thread Jeff Shanholtz
Thanks guys. Makes sense! I'll add it to the fileset then.

-Original Message-
From: Phil Stracchino [mailto:ala...@metrocast.net] 
Sent: Monday, May 23, 2011 1:39 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] new hard drive mounted into ntfs filesystem of
old hard drive

 1 - Add D:\ into the FileSet
 2 - Add C:\MyNewHardDrive into the FileSet
 3 - Set option onefs=no in the filesystem

er ...  the *fileset*, rather, not the filesystem


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] new hard drive mounted into ntfs filesystem of old hard drive

2011-05-23 Thread Jeff Shanholtz
I added a hard drive to a system due to the old one filling up. In addition
to the drive getting a new drive letter (D:), I also mounted it into a
directory of my old hard drive (C:\MyNewHardDrive) in order to keep getting
the contents backed up since I have backups configured to only do drive C:.

 

Last night the differential backups ran and from listing the files of that
backup job it appears that bacula ignored C:\MyNewHardDrive. Is bacula
smart enough to recognize that the directory is physically a separate
drive and that's why it was ignored? Is it possible to get bacula to back up
this directory aside from adding drive D: to the list of drives to back up
(which I prefer not to do)? Or is adding drive D: my only option?

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] new hard drive mounted into ntfs filesystem of old hard drive

2011-05-23 Thread John Drescher
 I added a hard drive to a system due to the old one filling up. In addition
 to the drive getting a new drive letter (D:), I also mounted it into a
 directory of my old hard drive (C:\MyNewHardDrive) in order to keep getting
 the contents backed up since I have backups configured to only do drive C:.



 Last night the differential backups ran and from listing the files of that
 backup job it appears that bacula ignored C:\MyNewHardDrive. Is bacula
 “smart” enough to recognize that the directory is physically a separate
 drive and that’s why it was ignored? Is it possible to get bacula to back up
 this directory aside from adding drive D: to the list of drives to back up
 (which I prefer not to do)? Or is adding drive D: my only option?


This is the onefs=yes default option. However I would not change that
setting to onefs=no because it will cause problems with ntfs junction
points especially if you use Vista or above.

John

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] new hard drive mounted into ntfs filesystem of old hard drive

2011-05-23 Thread Phil Stracchino
On 05/23/11 15:49, Jeff Shanholtz wrote:
 I added a hard drive to a system due to the old one filling up. In
 addition to the drive getting a new drive letter (D:), I also mounted it
 into a directory of my old hard drive (C:\MyNewHardDrive) in order to
 keep getting the contents backed up since I have backups configured to
 only do drive C:.
 
  
 
 Last night the differential backups ran and from listing the files of
 that backup job it appears that bacula ignored C:\MyNewHardDrive. Is
 bacula “smart” enough to recognize that the directory is physically a
 separate drive and that’s why it was ignored? Is it possible to get
 bacula to back up this directory aside from adding drive D: to the list
 of drives to back up (which I prefer not to do)? Or is adding drive D:
 my only option?

Basically you have a choice:

1 - Add D:\ into the FileSet
2 - Add C:\MyNewHardDrive into the FileSet
3 - Set option onefs=no in the filesystem

Pick one.  Option 3 is not recommended, as it will cause all mountpoints
to be recursed into, which tends to be a bad thing on Windows since
Windows remounts bits of its own filesystem on mountpoints scattered all
over the place.


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] new hard drive mounted into ntfs filesystem of old hard drive

2011-05-23 Thread Phil Stracchino
 1 - Add D:\ into the FileSet
 2 - Add C:\MyNewHardDrive into the FileSet
 3 - Set option onefs=no in the filesystem

er ...  the *fileset*, rather, not the filesystem


-- 
  Phil Stracchino, CDK#2 DoD#299792458 ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
  Renaissance Man, Unix ronin, Perl hacker, SQL wrangler, Free Stater
 It's not the years, it's the mileage.

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users