summaryrefslogtreecommitdiff
path: root/lib/tdb/tools/tdbbackup.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-19tdb_backup: avoid transaction on backup file, use lockallSimo Sorce1-8/+13
Transactions have the side effect of generating bigger files. By removing the transaction files get as much as 30% smaller. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Apr 19 23:34:37 CEST 2011 on sn-devel-104
2009-05-28fixed tdbbackup to give tdb error messagesAndrew Tridgell1-7/+31
2008-12-16make tdbbackup use transactionsAndrew Tridgell1-6/+19
tdbbackup was originally written before we had transactions, and it attempted to use its own fsync() calls to make it safe. Now that we have transactions we can do it in a much safer (and faster!) fashion
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+300