Displaying 20 results from an estimated 2000 matches similar to: "Remote archiving with tar over ssh"
2005 Aug 12
2
CentOS] Remote archiving with tar over ssh
>
On Fri Aug 12 17:14:00 UTC 2005 Paul Heinlein heinlein at madboa.com
wrote:
>
> How about
>
> tar c $(find / -name \*.conf) | ssh host.com "gzip -c > file.tar.gz"
Thank you very much, this worked. I have two supplementary
questions. First, what is the significance of the $() construct in
bash and how does it interact with tar? Does it take the place of
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
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
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
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
It like we may have a bug in tar that ships with Centos.
It looks like -o is mapped to --same-owner.
Some basic info....
uname -a
Linux jazzy 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006
i686 i686 i386 GNU/Linux
cat /etc/redhat-release
CentOS release 4.3 (Final)
% /bin/tar --version
tar (GNU tar) 1.14
--same-owner try extracting files with the same ownership
--no-same-owner
2005 Jul 18
0
How to build rails under WindowsXP??
Environment: WinXP, ruby-1.8.2-15, gem-0.8.10, rake 0.4.15, rails from svn.
I have checked out rails sources from svn and try to build it by
myself but without any luck.
pushgems.ru uses *nix style for running commands
cd #{pkg} && rm -rf pkg && PKG_BUILD=#{build_number} rake pgem && cd ..
and it is does not work under Windoze so I have to cd in each folder and run
rake
2005 May 26
3
Updated Shorewall build and publish scripts
Attached please find updated build and publish scripts. They set the
''ulink.target'' parameter appropriately when converting docbook->HTML. I
have always hacked my xhtml/params.xsl file to set this parameter; these
updated scripts make that abomination unnecessary.
Paul/Mike: It might be a good idea to add a CVS project for these scripts.
-Tom
--
Tom Eastep \ Nothing is
2005 Aug 10
1
MailScanner and SpamAssassin
I acknowledge beforehand that this list is not the primary place to
discuss these specific applications, but I am pressed for time and
many of you have a great deal of experience with these two products.
We have MailScanner configured to use SpamAssassin and it works
exactly as we wanted. Up until now. I now need to allow messages
classified as spam to be delivered to a single mailbox. I
2005 Aug 10
2
MPPE required, but kernel has no support.
Ok, on to new swamps.
I would like to enable PPTP on CentOS4 to accept connections from
clients running MicroSoft Win2K and XP pro from outside our firewall.
I am testing pptpd-1.2.3-0 and tells me that I need kernel support
for MPPE, which I suppose is MicroSoft's own form of PtoP encryption.
Is there a way of doing this without rebuilding the kernel? If so,
how?
Regards,
Jim
--
2006 Feb 23
2
xen vs. vmware server
Can anyone offer informed comments on the relative merits of
choosing xen over vmware server, or vice versa? The target OS
would all be CentOS4.2 or later as they become available. The host
hardware would all be 2.8GHz i86-P4 with 250 GB IDE drives and 2 GB
RAM.
Regards,
Jim
--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne
2006 Apr 18
3
SELinux modification
I installed SeLinux in warn mode. HOw do i check to see what it is
wanring about? This wil help me in make a decision to turn it to active
mode..:)
--
My "Foundation" verse:
Isa 54:17 No weapon that is formed against thee shall prosper; and
every tongue that shall rise against thee in judgment thou shalt
condemn. This is the heritage of the servants of the LORD, and their
2003 Aug 28
1
Fw: Re: GZIP, ZIP, ISO, RPM files and rsync, tar, cpio
On Thu, Aug 28, 2003 at 12:51:16PM +0300, Sviatoslav Sviridov/Lintec Project wrote:
>
> Sorry for direct reply, but mail server at samba.org blocks my messages.
Postmasters, Martin, For your consideration.
> Begin forwarded message:
>
> Date: Thu, 28 Aug 2003 12:43:54 +0300
> From: Sviatoslav Sviridov/Lintec Project <svd@lintec.minsk.by>
> To: rsync@lists.samba.org
2005 Aug 05
2
FS problems on Centos4 LVM
I was creating some directories (mkdir xxxx) while cd'ed to a mounted
LV. The first couple of directories were created but subsequent
attempts give the following error:
#mkdir: cannot create directory `xxxxx': Input/output error
The contents of /var/log/messages shows this:
Aug 5 10:48:57 inet05 kernel: hda: dma_intr: status=0x51 {
DriveReady SeekComplete Error }
Aug 5 10:48:57
2006 Sep 18
3
Gnome Desktop Screensaver Security Lock Override?
We deployed our first CentOS-4 based workstation this past spring to see
if we can conveniently replace all, or at least most, of our MS-Win based
user systems with Linux boxes instead. Generally this trial unit has
proved a success but there is one lingering problem that I cannot seem to
find a straight-forward answer to: Is there an administrator override to a
user's password protected
2006 Jul 05
5
CentOS-4.3 and PHP PostgreSQL extension.
I need to enable pg support on one of my CentOS servers. I know nothing about
PHP but DRUPAL requires a DB backend and we have standardized on pg rather
than mysql. The PHP.net page devoted to the subject of pg says that to enable
pg support PHP must be built with the flag "--with-pgsql[=DIR]" and that the
required support extension must be loaded via the /etc/php.ini file with the
2003 Aug 28
1
GZIP, ZIP, ISO, RPM files and rsync, tar, cpio
I noticed with rsync and compressed files or package files the transfer
efficiency drops considerably. Eg. rsync an ISO image of a distribution
will give you between 30% and 60% of the original transfer although from
Beta1-Beta2 the change could not have been that great. The same thing
happens with ZIP files for obvious reasons.
My question or feature request if you want to call it is. Is it
2015 Jun 29
2
Tar CentOS installation and transfer it to new server
Current Installation: CentOS 7.1503 with SerNet Samba 4 ver. 4.1.17
configured as Active Directory Domain Controller.
Current Installation: HP Workstation with dual Xeon quadcore cpu's and 4 x
SATA hard drives NOT configured in RAID array.
New Installation: CentOS 7.1503 minimal install
New Installation: SuperMicro with single Xeon quadcore cpu and 4 x SATA
hard drives configured in two pairs
2005 Oct 31
4
VPN via PPTP and MPPE
I have set up a VPN over PPTP on a CentOS server using the
DKMS module rpm dkms-0-2.0.6-3.el4 from
http://centos.karan.org/el4/extras/stable/i386/RPMS/repodata/repovie
w/dkms-0-2.0.6-3.el4.kb.html
and
kernel_ppp_mppe-0.0.5-2dkms.noarch.rpm at
http://pptpclient.sourceforge.net/howto-fedora-
core-3.phtml.
I have configured the pptpd server on Centos4 to use MS_CHAPv2,
128bit encryption and
2006 Apr 09
5
RPM for postgresql 8-* for CentOS4?
Hi All,
is there an RPM for 4-1 for postgresql? I did a yum, and the latest is
only 7-4
Installing:
postgresql-server i386 7.4.8-1.RHEL4.1 base 3.0 M
and I need at least 8-*
Any ideas where to find an RPM for CentOS4-1?
Cheers.
Mark Sargent.