Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storage Area #10

Open
PtrJns79 opened this issue Feb 8, 2015 · 2 comments
Open

Storage Area #10

PtrJns79 opened this issue Feb 8, 2015 · 2 comments

Comments

@PtrJns79
Copy link

PtrJns79 commented Feb 8, 2015

~enhancement

Is it possible to access the storage area from a windows/linux/other computer?
Access to the storage area would allow for easy backup or restore of files if the SD card needed to be re-imaged for example.

Currently unable to map a drive on a windows pc to the Raspberry Pi. Dont know which ports are open, which services are installed/running, what the login details would be.

This would be useful while software/firmware updates are being worked on. I for one do not want to have to find all the files I have already uploaded and spent hours "slicing" before printing them.

PJ

@hungerpirat
Copy link
Collaborator

Interesting idea.
This would make sense only with a cross platform protocol - maybe ftp or
nfs?
Alternatively you could use a dropbox / owncloud / google drive client?
I am not sure which solution will consume how much cpu power on the
raspberry.
As far as I know, the files api in OctoPrint is pretty much REST style -
are there any tools to mount a REST accessible folder on another machine ?

good thing is: this does not affect the webinterface code at all - it can
be done separately.
just thoughts...

teja

On Sun, Feb 8, 2015 at 7:07 PM, PJ [email protected] wrote:

~enhancement

Is it possible to access the storage area from a windows/linux/other
computer?
Access to the storage area would allow for easy backup or restore of files
if the SD card needed to be re-imaged for example.

Currently unable to map a drive on a windows pc to the Raspberry Pi. Dont
know which ports are open, which services are installed/running, what the
login details would be.

This would be useful while software/firmware updates are being worked on.
I for one do not want to have to find all the files I have already uploaded
and spent hours "slicing" before printing them.

PJ


Reply to this email directly or view it on GitHub
#10.

@make-ing
Copy link

Hello PJ,
i don't think this is necessary anymore, because updates now don't force you to re-flash the SD-card. Maybe we add a "Download all Files" Button in the settings menu later to allow you to quickly download all stored files.

greetings Florian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants