Re: bsdtar --gname switch

2011-10-16 Thread Adam Vande More
On Sun, Oct 16, 2011 at 3:55 PM, Romain Garbage wrote: > According to bsdtar(1) manpage, tar has a --gname switch that permits > to set an arbitrary groupname in the tar archive, but: > $ tar -cf test.tar --gname root test.sh > tar: Option --gname is not supported > Usage: >

bsdtar --gname switch

2011-10-16 Thread Romain Garbage
Hi, According to bsdtar(1) manpage, tar has a --gname switch that permits to set an arbitrary groupname in the tar archive, but: $ tar -cf test.tar --gname root test.sh tar: Option --gname is not supported Usage: List:tar -tf Extract: tar -xf Create: tar -cf [filenames...] Help

Re: bsdtar

2009-03-12 Thread alexus
yeah, i just found patch for it, thanks! On Thu, Mar 12, 2009 at 11:57 PM, Roland Smith wrote: > On Thu, Mar 12, 2009 at 10:05:19PM -0400, alexus wrote: >> or maybe someone knows which flag i need to use to use rsync? > > You can use the --fileflags option, if rsync has been compiled with > it. S

Re: bsdtar

2009-03-12 Thread Roland Smith
On Thu, Mar 12, 2009 at 10:05:19PM -0400, alexus wrote: > or maybe someone knows which flag i need to use to use rsync? You can use the --fileflags option, if rsync has been compiled with it. See /usr/ports/net/rsync/Makefile Roland -- R.F.Smith http://www.xs4al

bsdtar

2009-03-12 Thread alexus
can bsd tar save file flags (chflags) ? if not what can? -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@fre

Re: bsdtar

2009-03-12 Thread alexus
or maybe someone knows which flag i need to use to use rsync? On Thu, Mar 12, 2009 at 10:00 PM, alexus wrote: > can bsd tar save file flags (chflags) ? if not what can? > > -- > http://alexus.org/ > -- http://alexus.org/ ___ freebsd-questions@freebs

ACLs and tar(1) (bsdtar)

2007-11-19 Thread Andrew Pantyukhin
Is there a reliable way to store ACLs in tar archives? I've tried to create with "tar cpf" and extract with "tar xpf" with no luck. Only flags are extracted correctly. Should I use another format (I've tried pax as per default and ustar)? Is it possible at all? I'll be glad to hear about any solut

Re: bsdtar '--exclude pattern' problems

2004-11-30 Thread Tim Kientzle
Karol Kwiatkowski wrote: Lowell Gilbert wrote: According to the tar(1) manual, the file parameters are supposed to come after all of the option parameters. Ah, of course! I don't know why I wrote it wrong (some months ago probably). Thank you. gtar and bsdtar do parse options a little differ

Re: bsdtar '--exclude pattern' problems

2004-11-30 Thread Mike Jeays
On Tue, 2004-11-30 at 08:31, Karol Kwiatkowski wrote: > Hello all, > > I upgraded 5.2.1 to 5.3 recently and I'm trying to run my cron scripts > which use tar utility (which defaults to bsdtar(1) on 5.3) and I can't > figure out how to use '--exclude pattern&#x

Re: bsdtar '--exclude pattern' problems

2004-11-30 Thread Karol Kwiatkowski
Lowell Gilbert wrote: > According to the tar(1) manual, the file parameters are supposed to > come after all of the option parameters. Ah, of course! I don't know why I wrote it wrong (some months ago probably). Thank you. > Be well. Cheers, Karol -- Karol Kwiatkowski __

Re: bsdtar '--exclude pattern' problems

2004-11-30 Thread Lowell Gilbert
Karol Kwiatkowski <[EMAIL PROTECTED]> writes: > Hello all, > > I upgraded 5.2.1 to 5.3 recently and I'm trying to run my cron scripts > which use tar utility (which defaults to bsdtar(1) on 5.3) and I can't > figure out how to use '--exclude pattern'

bsdtar '--exclude pattern' problems

2004-11-30 Thread Karol Kwiatkowski
Hello all, I upgraded 5.2.1 to 5.3 recently and I'm trying to run my cron scripts which use tar utility (which defaults to bsdtar(1) on 5.3) and I can't figure out how to use '--exclude pattern' with it. It seems I'm missing something obvious here or bsdtar(1) is happily