Flow to move files into encryped container

Post your questions and help other users.

Moderator: Martin

Post Reply
ewthompson
Posts: 1
Joined: 20 Feb 2015 21:55

Flow to move files into encryped container

Post by ewthompson » 20 Feb 2015 22:03

Hello,

I am wondering whether it is possible to create a flow which will detect the creation of files in a certain directory on my SD card, and subsequently move those files into an encrypted container which is also stored on the SD card. The encryption app I am using is EDS Lite, for what it is worth.

https://play.google.com/store/apps/deta ... lite&hl=en

Thank you,

ewthompson

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Flow to move files into encryped container

Post by Martin » 21 Feb 2015 13:51

Hi,

You could use trigger 'File Observer' to see when a file is created in a specific directory. Event 'Writeable file closed' or 'Subfile created' could work.
Maybe you could simply copy/move the file to EDS when EDS allows to encrypt a folder on the fly (maybe this is only possible using mounted mode on a rooted device).

Regards,
Martin

Post Reply