"valrh...@gmail.com" <valrh...@gmail.com> writes: > I have been using DVDs for small backups here and there for a decade > now, and have a huge pile of several hundred. They have a lot of > overlapping content, so I was thinking of feeding the entire stack > into some sort of DVD autoloader, which would just read each disk, and > write its contents to a ZFS filesystem with dedup enabled. [...] That > would allow me to consolidate a few hundred CDs and DVDs onto probably > a terabyte or so, which could then be kept conveniently on a hard > drive and archived to tape.
it would be inconvenient to make a dedup copy on harddisk or tape, you could only do it as a ZFS filesystem or ZFS send stream. it's better to use a generic tool like hardlink(1), and just delete files afterwards with find . -type f -links +1 -exec rm {} \; (untested! notice that using xargs or -exec rm {} + will wipe out all copies of your duplicate files, so don't do that!) http://linux.die.net/man/1/hardlink perhaps this is more convenient: http://netdial.caribe.net/~adrian2/fdupes.html -- Kjetil T. Homme Redpill Linpro AS - Changing the game _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss