On Sun, Sep 10, 2006 at 10:11:00PM +0200, Clement Hermann (nodens) wrote: > maybe the best would be to specify an archive command in the > configuration file (with arguments and at least one special character to > tell where the filename should be). This would permit the use of other > tools such as star (ACL support), or even enabling the possibility to > read directly the files from the standard input (and so beeing able to > use tar over ssh or other neat tricks)
Perfect. I feel slow for not thinking of that. Right now I've got: ## # Command definitions. ## # # The "debootstrap" and "rpmstrap" commands are hardwired, but if you # wish to alter the commands invoked when using the "--copy" + "--tar" # options you can adjust these two settings: # # --copy: # copy-cmd = /bin/cp -a $src/* $dest # # --tar: # tar-cmd = /bin/tar --numeric-owner -xvf $src # # That does two things: 1) Allows the simple addition / modification of the commands. 2) Ensures that the --numeric-owner flag is specified by default. I'll make a new release tomorrow with this in it. Steve -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]