Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am omahn on github.
  • I am omahn (https://keybase.io/omahn) on keybase.
  • I have a public key ASAgy-dmhrjK-CY8gnrvxSo23IjcliqrLdTYebAUTYRlZQo

To claim this, I am signing this object:

Public gist
@omahn
omahn / bacula
Created March 16, 2016 08:36
Bacula incorrectly backing up all files during incremental backups
# Affected fileset
FileSet {
Name = "NFS_Groups"
Include {
Options {
File = /media/raid/groups
Options {
@/etc/bacula/conf.d/default-fileset-options.conf
}
}
@omahn
omahn / lto6-speed
Created March 14, 2016 08:46
Bacula btape speed test on a HP LTO6 drive
root@striatum:~# btape -c /etc/bacula/bacula-sd.conf /dev/nitl1-nst2
Tape block granularity is 1024 bytes.
btape: butil.c:290 Using device: "/dev/nitl1-nst2" for writing.
14-Mar 08:28 btape JobId 0: 3301 Issuing autochanger "loaded? drive 0" command.
14-Mar 08:28 btape JobId 0: 3302 Autochanger "loaded? drive 0", result is Slot 3.
btape: btape.c:477 open device "nitl1-drive2-lto6" (/dev/nitl1-nst2): OK
*rewind
btape: btape.c:579 Rewound "nitl1-drive2-lto6" (/dev/nitl1-nst2)
*speed
btape: btape.c:1057 Test with zero data, should give the maximum throughput.
@omahn
omahn / lto5-speed
Last active March 14, 2016 08:49
Bacula btape speed test on a HP LTO5 drive
root@striatum:~# btape -c /etc/bacula/bacula-sd.conf /dev/nitl1-nst0
Tape block granularity is 1024 bytes.
btape: butil.c:290 Using device: "/dev/nitl1-nst0" for writing.
14-Mar 08:10 btape JobId 0: 3301 Issuing autochanger "loaded? drive 0" command.
14-Mar 08:10 btape JobId 0: 3302 Autochanger "loaded? drive 0", result is Slot 3.
btape: btape.c:477 open device "nitl1-drive0-lto5" (/dev/nitl1-nst0): OK
*rewind
btape: btape.c:579 Rewound "nitl1-drive0-lto5" (/dev/nitl1-nst0)
*speed
btape: btape.c:1057 Test with zero data, should give the maximum throughput.