No, the authentication/authorisation is only to protect if the
repository is accessed over a protocol (http, command line etc.), if
someone has direct access to the file, they have access to _all_ of
the repository data.
To protect any file on a USB drive against theft or loss, you'll need
to either _encrypt_ the USB drive or a subset of its file-system that
contains the .fossil file.
If you are on Linux you can look into dm-crypt for full-disk
encryption: https://en.wikipedia.org/wiki/Dm-crypt
Or eCryptfs for file-system level encryption:
https://en.wikipedia.org/wiki/ECryptfs

Cheers.
- Vikrant


On 18 March 2015 at 09:14, Byung-Jae Kwak <byung.k...@gmail.com> wrote:
> Hello,
>
> Suppose I have .fossil file on a thumb drive and I lost it.
> If all the privileges of all the accounts in the repository have
> been disabled except for the admin account, and the admin
> account is protected with a fairly strong password,
> can I assume the content in the repository is reasonably
> safe?
>
> BJ
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to