Date: Fri, 04 May 2007 12:39:11 +0200 From: Ivan Voras <ivoras@fer.hr> To: freebsd-current@freebsd.org Subject: new unionfs & moving files around Message-ID: <f1f2gm$iip$1@sea.gmane.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] This is the situation: - there's one file system on a RAID controller, somewhat slow and with limited space, let's call it "production" - there's another file system on a big IDE drive - a lot of files are saved on the production file system, but the usefulness of that data shaply declines with time (recent files absolutely need to be kept, but older files are optional) The idea: - create a unionfs that covers both file systems, so that new files are created on the RAID-backed file system, but all files are visible - create a cron job that moves older files from the production file system to the spare file system I've not started it yet (waiting for csup to RELENG_6) but is there any "hidden" reason this shouldn't work? I'm asking because the files will be moved from one part of the unionfs (upper) to the other (lower), on different file systems, probably while concurrently accessed. [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGOw1WldnAQVacBcgRAifyAKDZRfubTl3wGAoJqlBwEMA5LXQf6ACcCdDI P4AUjufsIBVdpRGDNFcVHP4= =v5FX -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f1f2gm$iip$1>
