Greetings, Our AstLinux Project just added Tarsnap https://www.tarsnap.com support and we want to (efficiently) backup our Fossil database.
Since Tarsnap does deduplication before compression and encryption, it is most efficient with uncompressed text-ish files. So, in my Tarsnap backup pre-script currently I do ... -- sqlite3 /mnt/kd/fossil/astlinux.fossil .dump > "$CUSTOM_BACKUP_DIR/astlinux.fossil.dump" -- And have Tarsnap include "$CUSTOM_BACKUP_DIR" in the archives. (other sqlite3 dumps there as well) This seems to work well with limited testing ... Am I missing anything ? Any issues with the command line sqlite3 being a different version with minimal compile time options than the built-in fossil sqlite3 ? (all relatively recent versions) Lonnie _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users