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:
>
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
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
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
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
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
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
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
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
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
__
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'
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
12 matches
Mail list logo