David Nanch
David Nanch
A savings of 500µA for managing the SPI flash sounds like a great win! @vbelloir How are you measuring the current draw? I'd like to investigate this further. Also, what's...
migrate createdusers.log and userstocreate.txt to sqlite3 and python scripts this will add support for atomic operations, but will also add **sqlite3** and **python** as dependencies Database file: /usr/local/etc/tarbackup/db/tarbackup.db createdusers.log will...
Firstly, thank you for your support and participation with this project so far kyle0r! You make this project **a lot more fun, so thank you**! :) Given that users are...
> you could run a sweep on uploads ... and advise if you detect non-crypted files. Perhaps even educating users that non-crypted files are ... [a] risk to peoples data"...
Somebody has contributed a beginning to this at http://wiki.tarbackup.com/index.php?title=Main_Page#Script_All_the_Things
A sample 'backup script' written in python http://piqd.com/api?g=02ACDB2B-D13D-45D3-A8DD-EC6ABACC2F2E since it uses the curl interface for uploads, it only supports 200MB backups, but it can be updated to support sftp like...
instead of using rsync, serving as a duplicity target may be adequate for more robust client-side support.
the files with chown in them are addkey.php backup.php restore2.php restore3.php found with grep -l chown *
The intent of this feature is to prevent cases where a user loses their private key and is unable to restore. I'm thinking of having a client-side-javascript browser implementation where...
As of right now, this is a working prototype. A problem I see is that it's hard to upload from the terminal without a script to read the encoded-encrypted key...