diff options
| author | Marko Kreen | 2011-11-25 14:36:40 +0000 |
|---|---|---|
| committer | Marko Kreen | 2011-11-25 14:36:40 +0000 |
| commit | 319bce547fc47208f70220ceb88b16c69a7359d8 (patch) | |
| tree | 700b40271702d06edd7026f4affac0462eebd486 /python/walmgr.py | |
| parent | 4e4ee32b2f38bdba7737e0754a557cd2b8677f67 (diff) | |
| parent | eb6387479a59f0b9923cb70f24d4b5f442fb1010 (diff) | |
Merge remote-tracking branch 'klando/for_marko'
Conflicts:
README
Diffstat (limited to 'python/walmgr.py')
| -rwxr-xr-x | python/walmgr.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index d4796401..f990bdef 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -34,9 +34,7 @@ Internal commands: xrelease Release backup lock (master) xrotate Rotate backup sets, expire and archive oldest if necessary. xpurgewals Remove WAL files not needed for backup (slave) - -Switches: - -n no action, just print commands + xpartialsync Append data to WAL file (slave) """ import os, sys, re, signal, time, traceback |
