-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

GARRISON, TRAVIS J. wrote:
>> -----Original Message-----
>> From: [EMAIL PROTECTED] [mailto:owner-freebsd-

>> I am looking for software that will run on FreeBSD that is similar to
>> Microsoft Single Instance Service.
>>
>> The Single Instance Storage Filter is a file system filter that
> manages
>> the duplicate copies of files on hard-disk volumes. This filter copies
> one
>> instance of the duplicate file into a central folder, and the
> duplicates
>> are replaced with a link to the central copy to improve disk usage.

> 
> [GARRISON, TRAVIS J.] 
> 
> Is this something that is not possible under FreeBSD?

Sure it is.  You will need to write a small shell script to scan
your disk volume and calculate the checksum of each file.  When
ever it finds a duplicated checksum, then it copies the file into
the central store and replaces the on-disk copies with symbolic
links.  That's fairly trivial to write.

However, I have to wonder if this is at all worthwhile.  Quite apart
from arguments along the lines of 'disk is cheap' and that the
effort required to do this is out of all proportion to the amount of
such duplicated files on the vast majority of systems, you're also
putting all your eggs in one basket.  All it takes is one idiot and
you'll be recovering the one copy of your valuable document from
backup.

        Cheers,

        Matthew

- --
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGMETB8Mjk52CukIwRCOqcAKCPJabakUoQas4kIGylpFST66H06wCdF8kL
C8cMYpuXMu8QdnTIB9IPXls=
=Le/5
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to