Moin *,
ich kämpfe immer noch mit Bacula. Auf einem meiner Notebooks befinden sich auch zwei NTFS-Partitionen von Win7, welche ich unter Linux für dieses Backup eingebunden habe:
Die Dateisysteme sind dort tatsächlich auch gemountet.
Beim Backup des Linux-Clients werden diese Inhalte nicht berücksichtigt - alles andere inkl. der btrfs-Subvolumes wird aber gesichert. Auf einem anderen System wird mit dieser Konfiguration auch die efi-Partition gesichert (FAT).
Konfiguration:
Ich hoffe, es kann jemand helfen. Bacula kostet mich noch meine letzten Haare... :???:
TNX
cu, gehrke
ich kämpfe immer noch mit Bacula. Auf einem meiner Notebooks befinden sich auch zwei NTFS-Partitionen von Win7, welche ich unter Linux für dieses Backup eingebunden habe:
Code:
j3:~ # cat /etc/fstab
/dev/sda2 /backup/windows/sda2 ntfs ro 0 0
/dev/sda3 /backup/windows/sda3 ntfs ro 0 0
Beim Backup des Linux-Clients werden diese Inhalte nicht berücksichtigt - alles andere inkl. der btrfs-Subvolumes wird aber gesichert. Auf einem anderen System wird mit dieser Konfiguration auch die efi-Partition gesichert (FAT).
Konfiguration:
Code:
FileSet {
Name = "full linux client - by FS-Type"
Include {
Options {
signature = MD5
FS TYPE = ext2
FS TYPE = ext3
FS TYPE = ext4
FS TYPE = btrfs
FS TYPE = xfs
FS TYPE = Fat16
FS TYPE = Fat32
FS TYPE = vfat
FS TYPE = ntfs
One FS = No
}
File = /
}
Exclude {
File = /home/*/Downloads
File = /var/spool/bacula
File = /tmp
File = /proc
File = /.journal
File = /.fsck
File = /home/*/.mozilla/firefox/*/Cache
File = /home/*/.cache
File = /home/*/temp
File = /home/*/.thumbnails
File = /run/media/*/
File = /var/tmp
}
}
Ich hoffe, es kann jemand helfen. Bacula kostet mich noch meine letzten Haare... :???:
TNX
cu, gehrke