search for: cvfz

Displaying 2 results from an estimated 2 matches for "cvfz".

Did you mean: cvf
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
2003 Dec 01
0
No subject
...e --with-vfs --with-acl-support --prefix=/ --exec-prefix=/usr --with-lockdir=/var/samba --with-configdir=/etc/samba --with-codepagedir=/usr/lib/codepages --with-privatedir=/etc/samba --with-swatdir=/usr/local/swat --mandir=/usr/man --infodir=/usr/info And then tar'ed all binaries: cd /tmp tar cvfz samba22-bin.tar.gz \ /usr/sbin/smbd \ /usr/sbin/nmbd \ /usr/sbin/swat \ /usr/bin/smbclient \ /usr/bin/smbspool \ /usr/bin/testparm \ /usr/bin/testprns \ /usr/bin/smbstatus \ /usr/bin/smbcontrol \ /usr/bin/smbpasswd \ /usr/bin/make_smbcodepage \ /usr/bin/rpcclient \ /usr/bin...