similar to: rsync --delete not working (no wildcards)

Displaying 20 results from an estimated 3000 matches similar to: "rsync --delete not working (no wildcards)"

2009 Jan 21
4
Having troubles saving a new model
My model is being created but isn''t saving. It''s like it skips straight past saving. Any ideas why it might do this? Updating works fine. def create @volunteer = Volunteer.new(params[:volunteer]) @volunteer.save redirect_to(volunteers_url) end And here''s what the console reads upon create: Processing VolunteersController#create (for 127.0.0.1 at
2016 Aug 02
2
CentOS 6.8 with current kernel fails with pm-hibernate (cifsd refuses to freeze)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Now, this is not apparently very common to CentOS or EL server, but I need to hibernate one of myservers after a batch job daily. Current kernel appears to fail with pm-hibernate now. $ cat /etc/redhat-release CentOS release 6.8 (Final) $ uname -a Linux xxxx 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup
2005 Jan 25
2
Re: [Asterisk-biz] bellster.net - GREAT advance
Sam> In France, the second most important ADSL provider (named "Free") Sam> offers a phone line (which uses VoIP but can only be used as a FXS) Sam> with unlimited free calls to landlines. I also have Free ADSL in Paris, and would very much like to get their VoIP working natively with Asterisk. Free assigns each user both a public (for Internet access) and a private (for VoIP
2009 Jan 15
3
Unique URLs for authentication
I''ve set up a route like this map.connect ''confirm/:id/:full_name/'', :controller => "users", :action => "confirm" and I''m wondering what is the best way to verify in the confirm method. full_name created in the model and it''s not in the database. This doesn''t work because it doesn''t parse one, then the
2011 Dec 22
8
Managing sensitive strings with puppet
I''m new to Puppet, and I''m a software developer, not a sysadmin, so be gentle. I have puppet managing some files via templates, and one of the template variables that needs to be plugged in is a password of sorts that shouldn''t be generally available. In particular, it can''t be stored in the manifest, as that''s stored in version control, and the
2002 May 15
1
rsync not prompting for username, only password
Hi guys, can anyone suggest why, when I connect to my rsync server, I'm not prompted for a username and password but instead I'm only prompted for a password? I have "auth users = username" set in /etc/rsyncd.conf and a corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a password. Stewart -- Stewart Mclean UNIX Support Group Information Management
2007 Dec 10
5
Neat conditional assignment
I would like to make a new vector with values taken from two existing vectors conditional upon a third. At present I am doing this with a for loop but wonder if there is not a neater way, given some of the very neat things R can do. a<-rep(c("A","B"),50) b<-rep(1,100) c<-rep(2,100) a is thus "A" "B" "A" "B" "A"
2004 Sep 17
1
Saving Shorewall Settings
Hi I have recently being doing a lot of rebuilds recently. Whats the best approach to saving a copy of the current firewall settings? I think I am right in my understanding that "Shorewall Save" saves the current settings of Iptables so that the state of Iptables can be reinstated quickly if required, but doesn''t save any of the configuration files like Rules, Policy etc.
2004 Aug 25
3
Menu help
Hi We have setup a TFTP server on a server running Fedora Core 2. We have a network/router appliance that acts as our DHCP server. The DHCP server gives our workstations an IP address then directs them to our TFTP server looking for the boot file named pxelinux.0 . On the TFTP server we have a directory called tftpboot in this directory we have the following files: - memdisk -
2014 May 30
3
[LLVMdev] Error with Gold Linker during LTO
So you see the issue as well in ARM? When doing a objdump -D weakMainO1.exe | grep -A 10 "<_ZN1C13caller_methodEv>:" I see: 00008b88 <_ZN1C13caller_methodEv>: 8b88: e92d4800 push {fp, lr} 8b8c: e1a0b00d mov fp, sp 8b90: e24dd008 sub sp, sp, #8 8b94: e58d0004 str r0, [sp, #4] 8b98: e59d0004 ldr r0, [sp, #4] 8b9c: ebffdd17 bl 0
2008 Mar 07
3
Silencing VoiceMail() app in * 1.4.10
Hi there, Googling through the archives it looks like I'm the ferst person to want this... My aim is to set up a voicemail application with a custom greeting before *AND AFTER* the punter has left the message. Right now the relevant section of my dialplan is like this: exten => 2,1,Playback(/media/asterisk/answerphone-en) exten => 2,n,VoiceMail(2000,s) exten =>
2005 Jan 11
5
Problem starting Shorewall using Bridge configuration
Hi I have recently reconfigured my system to a Bridge based architecture on the basis that I have an ADSL Modem/Router with a Public address on the Wan side and a Private address on the Lan side. I am running a Debian based system kernel 2.6.7 and the Bridging software is installed and working correctly, including startup etc. The problem that I have is in "shorewall start" The
2004 Sep 06
3
multiline IP hardphone w/ FDX speakerphone?
Could someone please recommend a reasonably priced IP phone that works well with *, has a decent (full duplex, echo canceling) speakerphone, has at least two line appearances, and can transfer / conference reliably? The Wiki lists 35 brands of hardphone, but: 1. Most seem to be toys. 2. For many, there is no info on e.g. speakerphone characteristics. 3. When one seems technically promising, e.g.
2012 Dec 31
7
Hi
Hi, Just joinedthe mailing list. I am new to Centos, anybody got any tips. Derek
2004 Feb 19
2
Hide printer icon
Hi, is there any way I can hide the "printers" icon/folder from the Windows users ? We don't have any printers attached to the Samba server and find that it's confusing the users a little ! Thanks Mike Stewart --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.592 / Virus Database: 375 - Release Date:
2015 Jan 15
4
Request to speed up save()
Hi, I am dealing with very large datasets and it takes a long time to save a workspace image. The options to save compressed data are: "gzip", "bzip2" or "xz", the default being gzip. I wonder if it's possible to include the pbzip2 (http://compression.ca/pbzip2/) algorithm as an option when saving. "PBZIP2 is a parallel implementation of the bzip2
2014 Sep 17
7
[LLVMdev] Postponing more passes in LTO
Looking at the existing flow of passes for LTO, it appears that most all passes are run on a per file basis, before the call to the gold linker. I'm looking to get people's feedback on whether there would be an advantage to waiting to run a number of these passes until the linking stage. For example, I believe I saw a post a little while back about postponing vectorization until the
2015 Oct 29
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
I haven't been able to figure out from this thread why this attribute is necessary at all. Anonymous or unnamed namespaces were added to C++ for this very purpose, but the ISO C++ Standard does not discuss "linkage" per-se because it is outside the scope of the language specification. But it does describes it in terms of having a hidden name which is "unique" to the
2005 Sep 22
3
Liebert PSI 1440 support
Hi, I've been trying (unsuccessfully) to interact with the above UPS using its USB/HID interface and have come to the conclusion that it's not going to be as "easy" as I'd first thought :( My attempts have all been on FreeBSD-5 (kernel as of today) using NUT v2.0.2 and fiddling with newhidups -- I tried the simple approach of adding the IDs and "seeing what