#!/usr/bin/perl -slw use strict; use Archive::Tar; use Data::Dumper::Concise; $Archive::Tar::FOLLOW_SYMLINK = 1; print $Archive::Tar::VERSION; my $t = Archive::Tar->new; $t->add_files('/root/Desktop/bar'); $t->write( 'baz.tgz', COMPRESS_GZIP ); $t->error(1); print "Done";
In reply to Re: Archive::Tar fails to dereference and save symlinks?
by Khen1950fx
in thread Archive::Tar fails to dereference and save symlinks?
by tlhackque
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |