From: Jan Niehusmann <list039@gondor.com>
To: linux-lvm@msede.com
Subject: [linux-lvm] vgcfgbackup
Date: Tue, 23 May 2000 17:21:13 +0200 [thread overview]
Message-ID: <20000523172113.A3636@gondor.com> (raw)
vgcfgbackup macht bei mir immer nur ein Backup und beh�lt die �lteren
Versionen nicht. Folgender Patch scheint das zu beheben (relativ zu
0.8final)
--- 0.8final.orig/tools/lib/vg_cfgbackup.c Tue Feb 22 03:09:32 2000
+++ 0.8final/tools/lib/vg_cfgbackup.c Tue May 23 17:02:35 2000
@@ -366,7 +366,7 @@
}
/* VGDA backup history */
- for ( i = vg_max_backups; i > 1; i--) {
+ for ( i = vg_max_backups; i >= 1; i--) {
sprintf ( vg_backup_path_old2, "%s/%s.conf.%d.old%c",
directory, vg_name, i, 0);
if ( opt_v > 0) printf ( "%s -- checking for \"%s\"\n",
next reply other threads:[~2000-05-23 15:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-05-23 15:21 Jan Niehusmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-05-23 15:29 [linux-lvm] vgcfgbackup Jan Niehusmann
2001-08-20 22:43 Ulrich Wiederhold
2001-08-21 10:54 ` Ulrich Wiederhold
2001-08-27 17:39 ` AJ Lewis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20000523172113.A3636@gondor.com \
--to=list039@gondor.com \
--cc=linux-lvm@msede.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox