Closed (duplicate)
Project:
File Framework
Version:
6.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 May 2009 at 20:02 UTC
Updated:
2 Mar 2012 at 17:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
miglius commentedAll feedback is appreciated.
Bitcache (http://bitcache.org/) has a command line sync functionality which could be used to sync several remote repositories.
Comment #2
justin.hopkins commentedSyncing repositories is great, but I think what the average user (read: me) needs is an export function that would preserve the file names and directory structure maintained by FileFramework.
Perhaps symlinks could be used in the case of multiple taxonomy terms for a given bitstream, with the actual data being stored according to the lowest nodeID.
Comment #3
miglius commentedYou could use a File Relations Server for this. Just mount locally a DAV resource and you can copy over all the files with the names and folders preserved.
Comment #4
justin.hopkins commentedThat sounds like a pretty good solution...I should have thought of that...
Comment #5
chrisyates commentedIn case anyone else needed to do a bulk export from Bitcache/FileFramework, on a one-off basis, here's how I did it.
I didn't want to install any extra modules (and File Relations Server has several dependencies), so I created a RSS feed in Views and wrote a quick and dirty python script to download all the files from that feed. Both are in the attached file.
Import the view from exportmeview.txt, then run the script as
python getfiles.py http://your.feed.url /path/to/local/directory-chris
Comment #6
johanneshahn commentedmoved to:
#1456426: Provide a file bulk download