summaryrefslogtreecommitdiffstats
path: root/tools/vgcfgbackup.c
Commit message (Expand)AuthorAgeFilesLines
* Replace snprintf with dm_snprintfZdenek Kabelac2012-02-081-1/+1
* Fix process_each_vg / _process_one_vg when vg_read() returns FAILED_LOCKING.Dave Wysochanski2009-09-151-1/+1
* Add lots of missing stack debug messages to tools.Alasdair Kergon2009-09-141-4/+3
* Fix FAILED_INCONSISTENT case in vg_backup_single - typeo on 'if' condition.Dave Wysochanski2009-07-151-1/+1
* Rework the toollib interface (process_each_*) on top of new vg_read.Dave Wysochanski2009-07-011-4/+6
* Fix double releasing of vg when repairing of vg is requested.Milan Broz2009-06-051-10/+3
* Improve the way VGs with PVs missing are handled so manual interventionAlasdair Kergon2008-09-191-2/+1
* Fix vgcfgbackup to properly check filename if template is used.Milan Broz2008-08-131-3/+3
* Some whitespace tidy-ups.Alasdair Kergon2008-01-301-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-201-3/+3
* Make warnings go to stderr. Change log_warn to that effect, log_printPetr Rockai2007-06-281-1/+1
* more coverity fixesAlasdair Kergon2006-05-101-1/+5
* Use hash, bitset, malloc, pool from libdevmapper.Alasdair Kergon2005-10-161-6/+6
* Move archiver code from tools into library.Alasdair Kergon2005-05-171-1/+1
* vgcfgbackup -f accepts template with %s for VG name.Alasdair Kergon2004-06-191-2/+42
* Update copyright notices.Alasdair Kergon2004-03-301-2/+11
* More consistent error code usage.Alasdair Kergon2003-10-211-1/+1
* use pvmove flagAlasdair Kergon2003-04-301-2/+11
* Some new features.Alasdair Kergon2002-11-181-34/+17
* agk, I recall you saying you had a massive commit pending; if you need meAndres Salomon2002-10-271-0/+3
* Merge with text format branch.Alasdair Kergon2002-04-241-5/+9
* Review locking: block signals instead of ignoring them and restore stateAlasdair Kergon2002-03-151-1/+1
* Run through indent - no (intentional) changes to any code.Alasdair Kergon2002-02-111-3/+2
* Preparation for an LVM2 liblvm - pass cmd_context into each tool andAlasdair Kergon2002-02-111-7/+7
* o Support locking with local lock filesAlasdair Kergon2002-02-111-1/+1
* o Add cmd_line field to struct cmd_contextJoe Thornber2002-02-081-1/+2
* quotes around names in outputHeinz Mauelshagen2002-01-301-3/+3
* o vgcfgrestore works ! (with the couple of examples I tried).Joe Thornber2002-01-151-1/+1
* o ACTIVE is no longer a status flag - lv_active() used to check if an LVAlasdair Kergon2002-01-101-3/+0
* o sync tool changes for backup stuff.Joe Thornber2002-01-071-1/+1
* o sync laptop to test machine.Joe Thornber2002-01-071-3/+29
* o Added a quick vgcfgbackup, needs parameters as yet.Joe Thornber2001-12-201-0/+35