similar to: What won't rsync sync this file?

Displaying 20 results from an estimated 200 matches similar to: "What won't rsync sync this file?"

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 - /* -
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 16
1
Rsync failed as a cron task.
Any advice for an all around newbie. I have a rsync command that works just fine whenever I have executed it directly from the command line. /usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync But when we
2010 Sep 21
2
Rsync command failing as a Cron Tab
We have this Rsync command that does what is desired when ran either directly OR with a shell script. /usr/local/bin/rsync -vvv -P --stats -zrtpl --delete --password-file=/export/home/webuser/.appprod - -log-file=/exp*/h*/web*/logs/rsync-log --exclude "*.htacc*" /exp*/h*/xter*/htdocs/ webuser at appprod:: dprweb_www > /exp*/h*/web*/logs/rsync-output But no matter how we put it into
2010 Sep 03
1
Getting the 'hidden' .htaccess file.
I am trying to use rsync to synchronize our pre-release staging site to our production site. When I run the following command, it will get the other 19258 files, but it will ignore the three .htaccess files in our site. I have searched the internet and can see that it is apparently somewhat tricky to get rsync to capture dot hidden files. I have tried every solution I have found that I
2016 Oct 14
2
First steps in Dovecot; IMAP not working
doveconf -n: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-042stab116.1 x86_64 Debian 8.6 mail_location = mbox:~/mail:INBOX=/var/mail/%u namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent }
2000 Jan 03
1
Problem with file permission
Hi all, I've this problem: I've a file on my linux system (/tmp/bogus.txt) with permission 775 and ownership borsa:users. /tmp directory is shared with samba 2.0.6 User luigi:webuser, with additional group users, open bogus.txt with windows (with notepad.exe) and modify it. At this time, bogus.txt become owned by luigi:webuser. Now I (borsa:users) want to modify bogus.txt, but I've
2005 Apr 21
2
[ win32utils-Support Requests-1813 ] Merely a test
Support Requests item #1813, was opened at 2005-04-20 23:48 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=1813&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tom Copeland (tom) Assigned to: Nobody (None) Summary: Merely a test Initial Comment: Hm, did this go to to win32utils-devel? Tom
2005 Nov 16
4
What happened to mysql connection?
I''ve been using Rails for more than six months and until today I had no problem with mysql connection. It''s a Mac OS X 10.4 box having rails installed and updated by gem. I use a remote mysql server no local instance installed. Here''s my config: development: adapter: mysql database: hdchat host: 10.0.0.1 username: webuser password: test: adapter:
2008 Mar 27
0
handling post-remove URL / uninstall of application
Hi there, I''ve configured my post-remove URL (which has to be directly to my site, not an apps.facebook.com URL) and now I''m trying to figure out how to handle this. It''s poorly documented here: http://wiki.developers.facebook.com/index.php/Post-Remove_URL It seems as though support for this is currently not yet in Facebooker. In order to get it to work, it
2008 May 06
5
Environments and tiers
Does anyone have any suggestions about how to deal with multiple environments/tiers? For instance, we have several environments ( production, dev, qa, etc.. ) and within each environment, different tiers ( web, data, app, etc ). Each tier is a different IP network segment, so all the hosts in each tier have different configurations for certain things like resolv.conf, ntp.conf and so on. We do
2017 Aug 10
2
extremely low performance on Samba 4.2.14-Debian
Hi everyone, here's my problem: I have a fast server (dual Xeon E5-2620, 64 GB RAM) with a fast RAID array (24 disks, RAID-6, more than 2GB/s read/write local performance, XFS filesystem) and fast network : dual 10GigE (myri10g) and 40GigE (i40e). It's running Debian 8.11, tried various kernel versions (currently 4.4.x, but 4.9 isn't any better). It's slow as dead snails in
2002 Sep 07
1
Authenticating users using server=domain
Hi, I'm new to this list, so sorry if this has been brought up before. I've searched the archives, and it looks like I'm having the same problem as Bill Gardner in his post: http://lists.samba.org/pipermail/samba/2002-April/070640.html Unfortunately I couldn't find any answer to that post in the archives, so I'm asking here.. I have a Samba 2.2.3a server running on IBM AIX.
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
I've asked every M$ expert I know, trolled through M$ TechNet, experimented with SRVANY/INSTSRV login scripts which hard-code username/passwords to login to a Samba 2.2.8a SMB server. I've experiment with and without the "Allow service to interact with Desktop" switch turned on. I am stuck. :( I can find no way to mount a share as a service, so that IIS can serve web-pages
2012 Jun 01
4
regsubsets (Leaps)
Hi i need to create a model from 250 + variables with high collinearity, and only 17 data points (p = 250, n = 750). I would prefer to use Cp, AIC, and/or BIC to narrow down the number of variables, and then use VIF to choose a model without collinearity (if possible). I realize that having a huge p and small n is going to give me extreme linear dependency problems, but I *think* these model
2016 Oct 14
4
First steps in Dovecot; IMAP not working
Hello, First of all, I'm sorry if you received this mail twice; I haven't received it the first time so I think it was lost. Second attempt. I've made some more tests and I still can't receive mails. Outlook doesn't complain about anything, no error message; the mails that are supposed to be received just won't appear. In the mail logs, I find this line (other lines are
2007 May 27
4
Zonbu
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2775 bytes Desc: image001.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070527/cb333f7e/attachment.gif
2007 May 27
1
Divitas
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2775 bytes Desc: image001.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070527/8f6dd50f/attachment.gif
2016 Oct 15
2
First steps in Dovecot; IMAP not working
Le 15 oct. 2016 ? 9:56, mick crane <mick.crane at gmail.com> a ?crit: > I assume this means there are no emails in the INBOX. > send yourself a mail. This is actually one of the first thing I tried when I saw outgoing mails worked. I also tried sending mails from another address, hoping to receive an error message back, but nothing got received. I now think the INBOX itself doesn?t
2017 Aug 10
0
extremely low performance on Samba 4.2.14-Debian
On Thu, 10 Aug 2017 19:21:53 +0200 Emmanuel Florac via samba <samba at lists.samba.org> wrote: > > Hi everyone, > > here's my problem: I have a fast server (dual Xeon E5-2620, 64 GB RAM) > with a fast RAID array (24 disks, RAID-6, more than 2GB/s read/write > local performance, XFS filesystem) and fast network : dual 10GigE > (myri10g) and 40GigE (i40e). >