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

Export files from local filesystem #348

Open
stoutouloutou opened this issue Apr 14, 2024 · 3 comments
Open

Export files from local filesystem #348

stoutouloutou opened this issue Apr 14, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@stoutouloutou
Copy link

Hello,
First of all, thank you for your work !

I try to use it in a specific way and it works great :
As a general practitioner doctor, new patients often come with their medical files from their previous doctor on a USB key.
As I cannot trust their key to plug it in the doctor's computer, I use SASUSB on a specific computer, which then send the files on a specific samba-shared folder on a file server.
I used to use CIrclean, but doesn't seem to be alive anylonger, USBSAS works great.

But there is another thing I would like to do, and I did not find a way by modifying the config.toml file:
it's the other way around : a patient is leaving, and would like his medical files from us to his USB key.

I can export the files to a folder accessible from USBSAS computer, but then, how can I tell him to copy it on a USB key as a destination ? (in this case, no need to analyse the data, a copy would be enough)

Is it possible just by modifying the config.toml ?

Thanks again!

@losynix
Copy link
Contributor

losynix commented Apr 22, 2024

Hello,

Thank you for your feedback !

I'm afraid exporting local files is not possible for now. It is however a valid use case so we might add this option in the future.

@losynix losynix added the enhancement New feature or request label Apr 22, 2024
@stoutouloutou
Copy link
Author

Thank you.
I read more carefully the docs about USBSAS and think I understand why : it doesn't manage USB keys in a "classic" way, but uses its own process to interact with filsystems, for reading and writing ?

If I can help (mostly for testing I guess, as my competences are mostly "basic sysadmin" 's ), don't hesitate to ask.
(I can also translate in french...)

@losynix
Copy link
Contributor

losynix commented Jun 3, 2024

it doesn't manage USB keys in a "classic" way, but uses its own process to interact with filsystems, for reading and writing ?

yes, exactly

If I can help (mostly for testing I guess, as my competences are mostly "basic sysadmin" 's ), don't hesitate to ask.
(I can also translate in french...)

Thank you, I'll let you know !

@losynix losynix changed the title Help for modification ? Export files from local filesystem Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants