file transfer from ZODB to LocalFS or other file systems
Hi all, Can anybody tell me if there is a way of transferring a set of files(pdf, doc ...) from the ZODB to LocalFS or another filesystem easily ? Thanks. Fabien.
On Wednesday 02 Oct 2002 12:19 pm, Fabien Nkundabagenzi wrote:
Hi all, Can anybody tell me if there is a way of transferring a set of files(pdf, doc ...) from the ZODB to LocalFS or another filesystem easily ?
wget ?
I meant to ask: if you add new properties to the files (type boolean, string, token ...), are they going to be handled by the new filesystem (LocalFS) ? Because LocalFS doesn't seem to allow for additional properties (except for id, title and content_type) to be created. Is there another filesystem which handles this ? Thank you. Fabien. ----- Original Message ----- From: "Toby Dickenson" <tdickenson@geminidataloggers.com> To: "Fabien Nkundabagenzi" <fnkunda@africamuseum.be>; "Zope" <zope@zope.org> Sent: Wednesday, October 02, 2002 1:30 PM Subject: Re: [Zope] file transfer from ZODB to LocalFS or other file systems On Wednesday 02 Oct 2002 12:19 pm, Fabien Nkundabagenzi wrote:
Hi all, Can anybody tell me if there is a way of transferring a set of files(pdf, doc ...) from the ZODB to LocalFS or another filesystem easily ?
wget ? _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Wed, Oct 02, 2002 at 02:04:41PM +0200, Fabien Nkundabagenzi wrote:
I meant to ask: if you add new properties to the files (type boolean, string, token ...), are they going to be handled by the new filesystem (LocalFS) ?
No. I don't know of any filesystem that allows you to set arbitrary properties the way ZODB can. you'd have to hack something like a header prepended to each file containing the propery info. -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
Paul Winkler wrote:
On Wed, Oct 02, 2002 at 02:04:41PM +0200, Fabien Nkundabagenzi wrote:
I meant to ask: if you add new properties to the files (type boolean, string, token ...), are they going to be handled by the new filesystem (LocalFS) ?
I don't know of any filesystem that allows you to set arbitrary properties the way ZODB can.
There are some interesting discussions relating to this taking place on the zope3-dev list right now... cheers, Chris
FTP?! Fabien Nkundabagenzi wrote:
Hi all, Can anybody tell me if there is a way of transferring a set of files(pdf, doc ...) from the ZODB to LocalFS or another filesystem easily ?
Thanks.
Fabien.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Chris Withers -
Fabien Nkundabagenzi -
Paul Winkler -
Phil Harris -
Toby Dickenson