search for: cvf

Displaying 20 results from an estimated 53 matches for "cvf".

Did you mean: cf
2009 May 08
9
Bash Script help...
Hi All, I need to write a script that I will manually start (or a cron job in future) but I need it to do a number of things in order one after another. How do i do that so everything gets dont as the steps depend on each other. Example: cd /system_backups/ tar cvf apache-conf.tar /etc/httpd/conf/* gzip -v9 apache-conf.tar tar cvf apache-data.tar /var/www/* gzip -v9 apache-data.tar then last step... tar cvf <current_date>-system_backup.tar <all> the gzip files above gzip -v9 <current_date>-system_backup.tar scp <current_date>-system...
2007 Aug 18
6
Help with backups
I've got a Redhat 5 server running Samba, and two dualboot CentOS 5 workstations. Until we get a better backup strategy, I'm backing up the workstations to the server via mounting a shared samba drive to /mnt. Trying tar cvf /mnt/samba_share/backup.tar /* eventually yields backing up /mnt, which produces an unwanted loop, including /mnt/samba_share I looked at tar with --exclude /mnt but didn't seem to get the results I wanted. I tried dump, which looked like it was working, but I have no idea what files it wa...
2012 Jan 05
1
Corrupt mbr and disk directory map
We are running Centos 5.6. All was fine until yesterday. I attempted to tar a 14KB work file to a USB floppy (/dev/sdb) for transport to another server. Unfortunately, I keyed in 'tar cvf /dev/sda filename' instead of 'tar cvf /dev/sdb filename'. /dev/sda is our main (boot/root/apps) scsi hard drive. I realized my mistake, but it was too late. The system is still powered up and running, but I am sure that I have overlaid (and trashed) the mbr and the disk direct...
2003 Jul 01
4
2GB limit in Samba?
Hi. Is there such a limit to 2GB in samba 2.2.8a-1? I get a "File imit exceeded" when I try to tar or cp smth to a smbmount. On both machines I can successfully do dd if=/dev/zero and create a file of 3GB, I can also tar -cvf it but no cp to smb. RH8 if it matters...
2007 Jun 07
1
tar question
Hi Using tar i normally create an archive etc and then unpack that archive, job done. But i am copying from one filesystem to another on the same host, they are 2 seperate nfs filesystems, and i wonder is it possible to use tar to do this as opposed to say rsync etc. tar -cvf /some/input/dir to/here etc ? thanks
2004 Dec 02
3
R and Fortran in Windows
...netic Epidemiology and Biostatistics University of Southern California 1540 Alcazar Street, Suite 220 Los Angeles, CA 90033 tel 323-442-1817 fax 323-442-2349 email stram at usc.edu web http://www-rcf.usc.edu/~stram These notes were written by J.R.M. Hosking. Using Fortran routines from R with CVF 1. Take a working Fortran subroutine, and put its name in an ATTRIBUTES DLLEXPORT directive to ensure that the routine name is exported from the DLL that will be built. Example: SUBROUTINE MYSUB(X,N,XMEAN) CDEC$ ATTRIBUTES DLLEXPORT :: MYSUB IMPLICIT DOUBLE PRECISION (A-H,O-Z) D...
2003 May 29
0
ODE solvers in R (was:The Wrong Choice: Locked in by license restrict...
...pes in living systems in diseases such as heart failure, diabetes, aging and high blood pressure. I have been toying with the latest g77. I find that it does not compile "out of the box" fortran IVP solver codes (ACM transactions ode solver codes). However, the COMPAQ Visual Fortran (cvf) 6.6B compiles the object code without any errors. I plan to work with Windows XP and 2000, cvf, and the latest R. I found that Prof. Ripley's S programming book and the BLUE book are very helpful. I have alreadychecked the r-archives and it has not been helpful. So, any notes on the proce...
2005 Sep 25
1
tar with pipe
...tOS 4.1 X86_64 I am trying to collect all my music files and extract them into a new directory flat, (without the hierarchy) The command works find without the pipe, but do not work with. 1.Why don't the command work after the pipe? 2.How do I remove the hierarchy before extracting? $ tar -cvf music.tar `find ../ -name '*.mp3' -o -name '*.ogg'` | tar -xvf music.tar
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
2002 May 21
1
smbfs related oops
...blem (please look in /proc and include all information that you think to be relevant): It seems to happen when reading from the source share, as this share hangs when unmounting, but not the destination share. In my searches for the offending files, I did: moffe@gere:/tmp/mnt# tar cvf - Dokumenter2 | cat > /dev/null [...] Dokumenter2/sager/Steins/981024.Steins/4301044.D/PAHSIM.M/QUANT_DB.3 Dokumenter2/sager/Steins/981024.Steins/4301044.D/PAHSIM.M/RPTDEF.XLS Dokumenter2/sager/Steins/981024.Steins/SEQUENCE.LOG Dokumenter2/sager/Steins/981201.Steins/ Dokumenter2/sager/Steins/981...
2008 Jan 08
3
tar bug in CentOS 4.6?
...t came up that could have been related but apparently weren't (why is it that several things all go wrong at once?). After getting these other issues resolved I was still getting the above error. I tried running the following command as root: /bin/tar -X /etc/amanda/exclude-list/exclude.txt -cvf - /home | gzip -v -c > /share/dave/Home.tar.gz Initially tar would die while attempting to back up one of IMAP folders that had quite a few fairly large e-mails (some pictures my brother had sent). I removed the larger e-mails and tar proceeded past the IMAP folder that had been the problem on...
2007 Oct 27
2
migrating files for centos virtualization, virtual disk no longer boots.
...t have to install again. So on my centos 5 box I mounted the image with a loop command. mount -t ext3 -o loop,offset=32256 redhat7.img /mnt/image This works fine. Then I logged into the redhat 7 system and executed the command tar --exclude ./proc --exclude ./mnt --exclude ./sys --exclude ./dev -cvf - . | ssh root at 192.168.1.8 "( cd /mnt/image ; tar xvpf -)" Where 192.168.1.8 is my centos 5 box and /mnt/image the mounted image. The copy seems to go fine. But after I do this when I try to virtualize the redhat7 image it stops at: GRUB When I copy the second image back on top of...
2013 Feb 04
1
is it possible to create a trellis object with multiple colorkeys/z-scale axis?
...wo years. The issue I am having is that some stocks are encountered at much higher rates than others.the high encounter rate for one stock washes out the patterns I'm hoping to visualize across the other, less common, stocks. In the example below, the high encounter rate of Central Valley Fall (CVF) in San Francisco (SF) during June of 2011 makes it impossible to identify differences in encounter rate of the other stocks. Is there a way to create the same plot but with a unique colorkey for each panel? #Please first load packages RCurl and latticeExtra #Import data getdata<-getURL(&quot...
2004 Sep 03
2
From OCFS to tape via tar (and back again)
...pt that we use for copying files from disk to tape via tar, one file at a time. (Don't ask why. It's a legacy script. Long story.) We're tweaking this script to use --o_direct when tarring the file to tape and that seems to be working fine: # tape device is /dev/nst0 $ tar --o_direct -cvf /dev/nst0 /ocfs/RMAN_test_file ./RMAN_test_file But, to pull that same file back off tape and save it to the original OCFS location, it seems that we cannot use --o_direct: # skipping commands to reset the tape pointer to the proper location $ tar --o_direct -xvf /dev/nst0 tar: /dev/nst0: Cann...
2011 Jul 31
6
Dovecot Backup
Hi.. are there any proofen Methods to backup all mail ? shutting down dovecot and tar the hole dir? using rsnapshot? any hints / thoughts im running dovecot2 on freebsd Hans
2008 Mar 13
3
Overland Arcvault 12 and sequential/random settings
My unit's firmware: library 05.03, tape d22h, shows the device as set to random mode. But mtx -f /dev/st0 status gives an error that google says the device is in sequential mode. dmesg|grep -i hp does reflect CentOS thinks the device is a sequential unit. I've tried this with Fedora 8, too, and both show the same, so it is either an issue with CentOS/Fedora RPMs, or the version of
2006 Feb 07
7
How to add System V Filesystem to Centos?
Hi, I am working on a project where I have to move some parts files from an old Unix server. I have tared the files to floppy disc, but I can't mount them. After doing some reasearch I have found that the SCO Unix ver 3.2 uses a System V filesystem I think. From the article that I have read I need to add this filesystem to my kernel to be able to mount and read the floppy discs. Can
2008 Jan 10
2
FreeBSD tar errors on valid empty tar.gz
Seems our current libarchive? That support FreeBSD's tar implementation has a bug where it can create archives it cant read back. This can be seen by simply creating an empty tar.gz file and then trying to expand or list it. In doing the above you get the following error: tar: Unrecognized archive format: Inappropriate file type or format N.B. gtar can list and expand the created file
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
...-print | cpio -pvdm /zfsroot cd / ; find opt -xdev -depth -print | cpio -pvdm /zfsroot cd / ; find export/home -xdev -depth -print | cpio -pvdm /zfsroot # ran this script: http://www.opensolaris.org/os/community/zfs/boot/ zfsboot-manual/create_dirs/ mount -F lofs -o nosub / /mnt (cd /mnt; tar cvf - devices dev ) | (cd /zfsroot; tar xvf -) umount /mnt # edit /zfsroot/etc/vfstab zpool set bootfs=rootpool/rootfs rootpool echo etc/zfs/zpool.cache >>/zfsroot/boot/solaris/filelist.ramdisk /usr/sbin/bootadm update-archive -R /zfsroot mkdir -p /rootpool/boot/grub # Since we are using a m...
2006 Apr 20
1
Own CentOS distribution
Hi All, I have my own distribution CD for RH 7.2 . and when i am i trying creted for CentOS i am facing some problem . I am not able to change the anaconda installer . Thanks in advance Regards juliet