-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Per Andreas Buer wrote:
> Ryan Novosielski wrote:
>> I am looking for a little help on how to solve this problem. I'm running
>> Bacula 1.38.11 and attempting to run a full system backup.
>>
>> The result (I canceled it):
>>
>> 1933  Full    121,193 52,702,244,286 Cancel   27-Dec-06 17:37
>> SystemArchive
>>
>> ...however, supposedly, the files are only 24 GB.
>>   
> 
> Check whether you have any sparse files
> (http://en.wikipedia.org/wiki/Sparse_file). Set the approriate option
> (sparse = yes) and try again. I use the following FileSet as a default;
> it automatically excludes /tmp (tmpfs-based), /proc (procfs).

I had considered this, and it DOES appear that UFS has support for
sparse files... the trouble is, I don't have any experience with them --
how would I go about finding one on my system (the UFS entry in Wiki
does not mention sparse in its text at all)?

> FileSet {
>  Name = "Full Set"
>  Include {
>    Options {
>        aclsupport = no # I believe this will speed up the most common case
> 
>        sparse = yes
>        compression = GZIP
>        signature = MD5
>        OneFS  = no  
>        FSType = ext2  # ext3 as well
>        FSType = jfs
>        FSType = reiserfs
>        FSType = xfs
>        FSType = jfs
>    }
> }

Would this Fileset not also exclude UFS? I was looking at the manual
yesterday and UFS does not appear to be a valid value for the FSType
directive, but perhaps it was just left out of the docs?

- --
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | | Ryan Novosielski - Systems Programmer III
|$&| |__| |  | |__/ | \| _| | [EMAIL PROTECTED] - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.| IST/AST - NJMS Medical Science Bldg - C630
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFk9Vwmb+gadEcsb4RAgVoAJ9lOvCBdxjoAyYAT/bmzo/SOk3f9QCg28XK
vXfzznfOoaNzAyZu6BMLs1U=
=HyHA
-----END PGP SIGNATURE-----
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/Academic Systems and Technologies
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103-2757
email;internet:[EMAIL PROTECTED]
title:185 South Orange Avenue
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;home:(973) 792-0497
x-mozilla-html:FALSE
version:2.1
end:vcard

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to