Displaying 16 results from an estimated 16 matches for "zcvf".
Did you mean:
cvf
2005 Aug 12
4
Remote archiving with tar over ssh
...'ed to a remote server over ssh
using tar -zvcf - /some/fileset | ssh host.domain.tld "cat >
/backup/tarfile.tar.gz
d. I cannot get tar to pipe find'ed files to the remote server over
ssh.
My current command line looks like this.
find / -name "*.conf" | xargs -t tar -zcvf - | ssh \
hostname.domain.tld \
"cat > /var/spool/lvm_backups/hostname.city/confs.$(date
+'%Y%m%d').tar.gz"
I have tried replacing "tar -zcvf -" with "tar -zcvf - {}" and "tar -
zcvf {}" to no avail. The problem is that tar does not see the pipe...
2008 Nov 09
1
only backup selected files
Hi
I have number of selected files to backup and it is also in different folders
How can I make it easy?
eg:
tar zcvf select-file.tar.gz from selected file or tar zcvf select-file.tar.gz (from selected files in file.txt)?
Thank you for your help
---------------------------------
Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
-------------- next part --------------
An HTML at...
2008 Jul 21
2
copy
I want to copy all the following files/folder/subfolders under
/usr/local/apache/htdocs to a remote server within this directory
/var/www/html/
Am I correct with this command, or far away offff
tar zcvf - /usr/local/apache/htdocs | ssh root at 1.2.3.4 "cat >
/var/www/html/htdocs.tar.gz"
Thanks
--
Your search - madunix - did not match any documents.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachmen...
2005 Jul 18
0
How to build rails under WindowsXP??
...number} rake pgem && cd ..
and it is does not work under Windoze so I have to cd in each folder and run
rake pgem
manually. And there I have problems with tar
==LOG===
ln test/fixtures/test_mailer/signed_up.rhtml
pkg/actionmailer-1.0.1/test/fixtures/test_mailer/signed_up.rhtml
cd pkg
tar zcvf actionmailer-1.0.1.tgz actionmailer-1.0.1
tar: Cannot use compressed or remote archives
tar: Error is not recoverable: exiting now
rake aborted!
Command failed with status (2): [tar zcvf actionmailer-1.0.1.tgz
actionmailer-1.0.1]
==LOG==
I am using Unix tools and tar does not work (It does not lik...
1999 Apr 10
1
linux-2.2.5 + smbd-2.0.3 + smbmount-2.0.x
hi ya samba-gurus..
I'm currently using Linux-2.0.35 to backup NT boxes...
linux-2.0.35 + smbmount-2.0.1 works find for things like
smbmount //NT/C /NT_mnt ...etc...
find /NT_mnt -mtime -1 | tar zcvf /backup/foo.tgz -T -
but it fails miserabley on linux-2.2.5 w/ smbmount-2.0.x w/ smbd-2.0.3
( smbmount from smbfs and samba-2.0.3 )
- some linux programs will change all your time stamps on the NT box...
( the last modified or creation time stamps are NOT compatible )
( the last...
2005 May 26
3
Updated Shorewall build and publish scripts
...tall.sh has wrong version"
fgrep VERSION=$VERSION $SHOREWALLDIR/fallback.sh > /dev/null 2>&1 || fatal_error "fallback.sh has wrong version"
if [ -n "$BUILDTARBALL" ]; then
progress_message "Creating $DIR/$TARBALL..."
do_or_die "tar -zcvf $TARBALL $SHOREWALLDIR >> $LOGFILE 2>&1"
fi
if [ -n "$BUILDRPM" ]; then
progress_message "Building $RPMNAME..."
do_or_die "rpmbuild -tb $TARBALL >> $LOGFILE 2>&1"
do_or_die cp -a $RPMDIR/RPMS/noarch/$RPMNAME .
fi
fi
if [...
2006 Jan 19
0
star --> tape
I just got an error using star to send an archive to tape. I know the
tape works--I tested it with gnu tar yesterday. But when trying
find /home -mount -depth -type f | star -c list=- -z f=/dev/st0
I got the error:
star: can only copy files
When I wrote to the tape with tar yesterday,
tar -zcvf /dev/st0 /home/matt
worked fine. And that star command works when the output destination
if a file on disk.
What do I need? Thanks!
2010 Oct 30
0
RPM DB DSA Signature Errors
...D, key
ID 443e1821
error: rpmdbNextIterator: skipping h# 969 Header V3 DSA signature:
BAD, key ID 443e1821
I've cleared out the __db.* files and tried to rebuild the DB with no
luck. I've also tried this:
http://forums.fedoraforum.org/showthread.php?t=145858 and this:
cd /var/lib
tar zcvf /var/preserve/rpmdb-`date +"%d%m%Y"`.tar.gz rpm
cd /var/lib/rpm
ls -l
rm -f __db*
/usr/lib/rpm/rpmdb_verify Packages
rpm -qa 1> /dev/null
rpm -v --rebuilddb
with no joy (also with the PubKeys). Any ideas as to what to try next
would be *most* appreciated.
Best Regards,
Camron
--
C...
1999 Feb 18
3
Tape Drive
Anybody know, how I can hook up my tape drive (which is /dev/st0 on my
LINUX box) so that I can do remote backups through samba for my WinNT/95 LAN?
Thanx'
Adrian Lattke
2010 Jan 07
3
tar exclude command
Hi
I have problem in tar command
Can you help?
tar -cv --exclude /var/named/chroot/proc/* -zf backup.tar.gz /var/named
/var/named/chroot/proc/net/route
/var/named/chroot/proc/net/udp
/var/named/chroot/proc/net/tcp
tar: Error exit delayed from previous errors
Thank you
Send instant messages to your online friends http://uk.messenger.yahoo.com
2006 Jun 26
1
/bin/tar bug
...test!
#goto tmp dir
cd /tmp
#become root
su - root
#create three test files
touch afile bfile cfile
#verify ownership
ls -l
total 0
-rw-r--r-- 1 root root 0 Jun 26 11:16 afile
-rw-r--r-- 1 root root 0 Jun 26 11:16 bfile
-rw-r--r-- 1 root root 0 Jun 26 11:16 cfile
#create a tar archive
tar zcvf testoh.tgz afile bfile cfil
#become regular user
tar -zxof testoh.tgz
tar: afile: Cannot change ownership to uid 0, gid 0: Operation not ermitted
tar: bfile: Cannot change ownership to uid 0, gid 0: Operation not ermitted
tar: cfile: Cannot change ownership to uid 0, gid 0: Operation not ermitted...
2009 Jun 11
1
help installing Rmpi
Hello R users and developers,
I would like to install Rmpi so that I may take advantage of all of
the CPUs in my computer, but I cannot get it to install and I am not
very good with linux so it is adding to the headache. I have looked
through the help archive, but I have not been successful at getting
Rmpi to work. I am not sure if I am even installing openMPI correctly
in linux. I would really
2001 Jan 25
6
Distribution of openssh once compiled
Folks:
Thanks to all who helped me get ssh up and running on my development box.
Now I want to make a distribution package to take and install on the rest of
my network.
I am not sure what to transfer from box to box and what to run to get
started. I did
the install on the dev box and all tested fine.
Is there a "standard distribution" list of only files required for running
ssh on
2009 Jul 29
5
ovirt-node-image patchset Fedora
modified ovirt-node-image for inclusion in Fedora
Removes ovirt-node-image-pxe sub package
adds get-ovirt-node-image script
adds generate-ovirt-node-pxe-tree script (replaces subpackage)
moved all the scripts/tools into tools subdir
adds new rpm, ovirt-node-recipe includes tools, manifests, and ks file/recipe
Process for building upstream ovirt node packages....
1. Build ovir-node.rpm in koji
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks
2007 Jul 30
50
boot a existing windows in hvm domain
Hi all
don''t get such envionment to try now. so ask for help here.
imagine that two os installed.
Xen3.1 + Linux is installed in /dev/hda
and windows xp is installed in /dev/hdb
I don''t want to reboot to use windows. Is it possiable to boot the hdb
windows in xen?
i saw there are some threads about P2V in this mail list. will the P2V
tools help?
thanks