(sorry for the ton of submitted issues lately)
Was curious if there was a way to mass export all files (download them all at once, maybe in a zip or something)? With the way bitcache stores the files, you can't even ftp them off the server. Any solutions?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | getfiles.tar_.gz | 10 KB | chrisyates |
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