On Sep 26, 2017, at 7:10 AM, Lonnie Abelbeck <[email protected]> wrote:
> 
> sqlite3 /mnt/kd/fossil/astlinux.fossil .dump > 
> "$CUSTOM_BACKUP_DIR/astlinux.fossil.dump”

[snip]

> This seems to work well with limited testing ... Am I missing anything ?

That’s more or less what we do here for our off-site backups.  The few times 
we’ve tried to reconstitute a working .fossil file from one of those backups, 
it’s worked.

> Any issues with the command line sqlite3 being a different version with 
> minimal compile time options than the built-in fossil sqlite3 ?

Probably not, but there’s no reason you have to even bring that worry up: just 
use Fossil itself to do the dump:

    $ fossil sqlite3 .dump -R /mnt/kd/fossil/astlinux.fossil ...
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to