Bacula-users

[Bacula-users] Backup ntfs mounted on linux

2013-10-12 03:07:07
Subject: [Bacula-users] Backup ntfs mounted on linux
From: discodex <discodex AT hotmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 12 Oct 2013 00:04:22 -0700 (PDT)
I have Dropbox sync to an ntfs partition so that there is only one copy of
the files when I switch between linux and windows.

Attempting to create a separate backup job for this, it will not back up the
mounted directory even with "onefs = no"

Backup Client
bacula-fd Version: 5.2.13 (19 February 2013)
Fedora release 17 (Beefy Miracle)

[root@desk-dog bacula]# stat /
  File: `/'
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 811h/2065d      Inode: 2           Links: 18
Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-10-11 15:43:43.875513199 -0400
Modify: 2013-10-05 04:38:09.224708016 -0400
Change: 2013-10-05 04:38:09.224708016 -0400
 Birth: -

[root@desk-dog bacula]# stat /home/dex/DropPart
  File: `/home/dex/DropPart'
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 808h/2056d      Inode: 5           Links: 1
Access: (0777/drwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-09-26 21:36:34.774583000 -0400
Modify: 2013-09-26 21:36:09.681519000 -0400
Change: 2013-09-26 21:36:09.681519000 -0400
 Birth: -

/dev/sda8 on /home/dex/DropPart type fuseblk
(rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096) [Dropbox]

/dev/sda8       717838336   922640383   102401024    7  HPFS/NTFS/exFAT

Backup Server
bacula-dir Version: 5.2.13 (19 February 2013)
Fedora release 17 (Beefy Miracle)

Job {
  Name = "Backup_Dropbox"
  Type = Backup
  Client = desk-dog.dexburninghand.com
  FileSet = "Dropbox"
  Schedule = "DailyCycle"
  Storage = File_Safe
  Messages = Standard
  Pool = File_Safe
  Priority = 12
  Write Bootstrap = "/var/spool/bacula/%c.bsr"
}

FileSet {
  Name = "Dropbox"
  Include {
    Options {
      onefs = no
      signature = MD5
      fstype = ntfs
      sparse = yes
    }
    File = /home/dex/DropPart
    }
  Exclude {
  }
}


Currently backing up the entire partition which is highly inefficient.



--
View this message in context: 
http://bacula.10910.n7.nabble.com/Backup-ntfs-mounted-on-linux-tp76674.html
Sent from the Bacula - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>