search for: cvzf

Displaying 12 results from an estimated 12 matches for "cvzf".

Did you mean: cvf
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
2011 Jan 25
4
backup script
I want to create bash script to have a zip copy from a website running on linux /var/www/htdocs/* local on the same box on different directory I am thinking to do a local backup using crontab (snapshot my web) tar -cvzf /tmp/website-$(date +%Y%m%d-%H%M).tgz /var/www/htdocs/* This command will create a file /tmp/website-20110101-1459.tgz I want it run on daily basis and to keep the last 5days backup on the box and remove older version than 5days. Can you point me out. Thanks madunix
2002 Nov 13
4
Speed tests
...-------------- [root@ais-mail01 spool]# scp /var/spool/mqueue/testwind/* 10.0.0.9:/var/spool/mail bash: /usr/bin/scp: Argument list too long You have new mail in /var/spool/mail/stefaans [root@ais-mail01 spool]# ------------------------------------------------------------------------- time tar -cvzf sendmail.tgz * real 34m13.435s user 14m17.790s sys 2m15.140s ------------------------------------------------------------------------- time rsync -arve ssh /var/spool/mqueue/testwind root@10.0.0.9:/var/spool/mail wrote 3429040714 bytes read 73492 bytes 4410436.28 bytes/sec total si...
2010 Nov 11
1
FW: Permissions issue
I am at loss on this mysterious file permission issue. I cannot move the file out of the directory, but I can rename it. I cannot read the file. It is not open by any processes, the filesystem is in read write mode. I am logged in as root. -Jason [root at localhost /]# tar cvzf ~/named.201011111228.tgz --one-file-system /etc/named.conf /var/named/ tar: Removing leading `/' from member names /etc/named.conf /var/named/ /var/named/data/ /var/named/lost+found/ /var/named/slaves/ tar: /var/named/backup.tgz: Cannot open: Permission denied /var/named/chroot/ /var/named/chro...
2007 Nov 23
1
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey wrote: > On 24/11/2007, at 12:01 AM, Michael T. Richter wrote: > > >> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb >> file) that they're willing to share? I'm having some weird problems >> trying to get a working version on my 7.10 machine. >> > > Or even better, does anyone have a recipe for building on
2003 Mar 01
1
preserving unix->win file permissions for backup via samba?
I am having difficulty in try to preserve permissions on Unix files that are copied from the samba server onto a Windows98 system, and then copied again via samba back to an 'upload' directory on the samba server. Specifically, I am sharing "/etc" (samba read only) for backup purposes, and while logged in as "root" on the windows system, I can drag and drop these files
2011 Mar 15
4
tar exclude question
Hi List, hope this is not too offtopic, but this bothers me and my backup. My backups are tar jobs in cron, eg: 20 23 * * * tar -zcf /mnt/backupInternalHosts/backup/backup.tar.gz /etc /root /home && touch /tmp/state_backup-backup This always sends me an unwanted email with: tar: Removing leading `/' from member names I consider this a bug because this informal message is
2011 Dec 13
5
Backing Up To Windows File Server
Greetings, Working with dsync and setting up backups to a Windows file server. Problem seems to be that Windows is renaming the dovecot mail files (maildir) to Windows friendly filenames, and losing the Dovecot name. For example, 1323817925.M36368P32049.triata.globalchangemultimedia.net,S=2255,W=2318:2,S becomes 1AETPH~X. Does anyone have any ideas about how to tell Windows to not do this?
2020 Jun 15
4
Voice "broken" during calls
...correct interface names): sudo tcpdump -i eth0 -s 0 -w /tmp/test0.pcap & sudo tcpdump -i eth1 -s 0 -w /tmp/test1.pcap & Try to limit the traffic to just your phone call tests (to reduce the size of the capture files).  Make all your tests, then: sudo killall tcpdump tar cvzf /tmp/tests.tgz /tmp/test?.pcap Send /tmp/tests.tgz to me by email, or leave somewhere I can download.  I'll run the analysis tonight and send the results to the list. Cheers, -- *Jeff LaCoursiere* STRATUSTALK, INC. / CTO Phone: *+1 703.496.4990 x108* Mobile: *+1 815.546.6599* Email:...
2011 Mar 07
1
Rmpi fails to install
I try to install Rmpi as root with install.packages("Rmpi"). It fails with: ... checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO C89... none needed I am here /usr and it is OpenMPI Trying to find mpi.h ... Found in /usr/include Trying to find libmpi.so or libmpich.a ... Found libmpi in /usr/lib checking for openpty in -lutil... yes checking for main in -lpthread...
2013 Dec 29
1
Upgrade Samba 3 -> Samba 4 AD DC (Debian Wheezy)
...ges using aptitude, apt-get or dpkg. See 'dpkg --list *samba* | grep ii" for installed packages. Be sure to NOT 'purge' but just 'remove' the packages. 2) Move everything in '/etc/samba/*' to '/var/lib/samba'. 3) Zip this directory together using 'tar cvzf samba3.tgz /var/lib/samba' 4) Install the 'sernet-samba-ad' packages and its dependencies. 5) If you have (very likely in case of Debian) your Samba3 users created as local Unix users and they all have an own user-private group with the same name as the user: Remove those user-privat...
2020 Jun 15
4
Voice "broken" during calls
Hi, We are working on a product to analyze pcap files of VoIP calls. So far it does a reasonable job of analyzing the frequency distribution of packets in both directions, pointing out which direction packet loss / bad jitter occurs.  If you can trap the traffic on the outside and the inside of your Banana Pi and send me the pcap files, I would be happy to run it through our analyzer as