Differences between version 2 and previous revision of debconf-copydb(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:50:04 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:50:04 pm | by perry | Revert |
@@ -73,14 +73,14 @@
Copy slrn's data out of configdb, and into newdb. newdb is not defined in the rc file, so the --config switches set up the database on the fly.
debconf-copydb configdb stdout -c Name:stdout -c Driver:Pipe \
--c InFd:none --pattern='^foo/'
+-c !
InFd:none --pattern='^foo/'
Spit out all the items in the debconf datapase related to package foo.
debconf-copydb configdb pipe --config=Name:pipe \
---config=Driver:Pipe --config=InFd:none \
+--config=Driver:Pipe --config=!
InFd:none \
ssh remotehost debconf-copydb pipe configdb \
--config=Name:pipe --config=Driver:Pipe
This uses the special purpose pipe driver to copy a database to a remote system.
!!SEE ALSO