similar to: copy

Displaying 20 results from an estimated 2000 matches similar to: "copy"

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
2005 Aug 12
4
Remote archiving with tar over ssh
I am trying to create a one line command that will: 1. Find all files ending in .conf 2. tar these over ssh to a remote server. I have reached this point in my trials. a. I can find the files. b. I can tar them locally. c. I can get a simple fileset tar'ed to a remote server over ssh using tar -zvcf - /some/fileset | ssh host.domain.tld "cat > /backup/tarfile.tar.gz d. I cannot
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
1
OCI
Am running centos5 , I want to compile my apache with php to support the following './configure' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/lib/' '--enable-versioning' '--enable-track-vars=yes' '--enable-url-includes--enable-sysvshm=yes' '--enable-sysvsem=yes'
2011 Dec 01
1
Hlink node data for 570645 already has path ...
When syncing one backup system (running dirvish, but that's not really relevant) to a second long-term backup system which uses btrfs snapshots, I get the following output: rsync: link "/parasite.oob.telegraaf.net/vservers-var-www/tree/elo/var/www/lokaalx/openx-htdocs/etc/xmlcache/.svn/prop-base/cache_etc-changes_schema-tables-core-12934.bin.svn-base" (in backup-aquagirl) =>
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
2008 Jul 11
1
Question about log output
Hi all, I have a question as to how I can show the full content of my rsync logs as opposed to what I see below: Why do my logs look truncated? 2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc... 2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc... 2008/07/11 19:45:34 [18816] <f.st.... htdocs/etc... 2008/07/11 19:45:34 [18816] <f..t.... htdocs/etc... 2008/07/11 19:45:34 [18816]
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode. Server A /export /home /A-do /A-not /A-copy /das /htdocs /docs /em /htdocs /docs /psb /htdocs /docs /X-do /X-not /X-copy Server B /export /home /extranet
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands. /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test Here is the current .rsync-filter file. + das + em + enf + internal + itb + medtox + pml + psb + reg + whs + htdocs + docs - /* -
2001 Sep 07
6
unexpected EOF in read_timeout
Perhaps someone can shed some light on the problem I'm having using rsync 2.4.6. I'm getting the following error: receiving file list ... done htdocs/acescounseling/logs/ htdocs/adihome/logs/ . . htdocs/coupons/logs/error_log htdocs/court/logs/combined_log htdocs/cowgirl/logs/combined_log htdocs/cowgirl/logs/error_log htdocs/cowgirl/logs/ssl_log Connection to nova closed by remote host.
2006 Jun 02
4
RoR on Apache not working
Hi I''m a RoR newbie, in fact i''ve been using it for less than 24 hours, but I''m not an internet/pc/apache/developement newbie so I expected this to go much easier :) Ok, here it goes. I''ve been trying to get RoR working with apache both on a RH server and after i didn;t managed there I tried on my machine, an windows XP/Apache2 machine. I don''t like
2010 Jul 14
1
"Cannot delete non-empty directory"/"Operation not permitted" with file-creation on target-server
Hello Everybody, I was searching for an answer myself for quite some time without success, so I hope somebody can clarify...I use rsync to sync webcontent from one server to another. Apache-details: * Apache runs as nobody:nogroup. * Source-Server-Rights htdocs: The rsync-user gains access via o+rx * Destination-Server-Rights htdocs: The rsync-user is in the group 'nogroup', gains
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
2011 Feb 28
2
how to make centos safty(php+mysql)
hi,every i have a php project and use centos to go and how to make folder's privilage and make it saft like: /home/htdocs/test chown -R www:www /home/htdocs/test chmod -R 644 /home/htdocs/test etc thanks very much -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110228/ddeda51b/attachment.html>
2005 Dec 28
3
problems with lighty on linux
I''m trying to get our app running on Lighty... I followed Ezra''s instructions: http://brainspl.at/pages/rails_stack... Currently the app runs fine with webrick, but with lighty I get 404 errors on everything. I found if I don''t edit the lighttpd.conf file to use absolute paths, it works fine. But this is not good for production because I need to run it with the -d
2005 May 11
3
Grandstream GXP2000 firmware update
I just downloaded the zip file from grandstreams website to upgrade my gxp2000 firmware from 1.0.0.3 to the latest but seems there are some files missing on the zip file... Anybody been able to upgrade their firmware? My website shows this files as missing: 201.133.125.152 - - [11/May/2005:16:47:16 -0500] "GET /firmware/ring1.bin HTTP/1.0" 200 12737 "-" "Grandstream
2006 Feb 01
3
Configure Apache 2.0.55 and FastCGI
I''m installing a Rails App under Apache 2.0.55 with FastCGI. I have this config under httpd.conf ------------------------ LoadModule fastcgi_module modules/mod_fastcgi.dll ... Alias /fatturails/ "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public/" <Directory "C:/Programmi/Apache Group/Apache2/htdocs/fatturails/public"> AddHandler fastcgi-script .fcgi
2005 Nov 21
2
cannot create entry in directory created by Samba
Using Fedora Core 4, Samba 3.0.14a-2, apache 2.0.54, MySQL 4.14-standard, and Tomcat 5.5.9 I am using XP machines to access a file server also running XP. The database server however is FC4, so I use Samba to create the file structure, so far as linux knows, on the database server. This is so that the the front end for the database, java code (JSP's and Servlets) also running on the database
2015 Sep 16
2
New created users can not log in
Hi, I am using dovecot 2.2 for some time. All users on the system can log in using Horde Webmail. But now, after creating a new user on the server with <useradd -m username> this new user is not able to log in. Of course I have set a password for the new user. In the log file I can see: Sep 16 23:04:05 servername auth: gkr-pam: error looking up user information Sep 16 23:04:07
2013 Oct 22
3
htdocs on NFS share / any pitfalls?
Hi all, i have a new setup where the htdocs directory for the webserver is located on a nfs share. Client has cachefilesd configured. Compared to the old setup (htdocs directory is on the local disk) the performance is not so gratifying. The disk is "faster" compared to the ethernet link but the cache should at least compensate this a bit. Do they exist more pitfalls for such