similar to: automated Rsync to remote host, preserve owner

Displaying 20 results from an estimated 1000 matches similar to: "automated Rsync to remote host, preserve owner"

2008 Dec 12
2
Puppet keeps trying to install packages
Hi all, I''m trying to setup a puppet installation on FreeBSD. So far I have only one puppetmaster and one puppetclient, both with 0.24.4 from FreeBSD ports. On the master I''ve defined a couple of classes including this: class apache22 { package { apache22: ensure => installed, source => "http://x.x.x.x/packages/apache-2.2.9_5.tbz", provider =>
2009 Jun 20
3
omindex hangs while scanning
Hello, I was looking for a search engine for a small internal documentation site and found xapian and omega. Downloaded and compiled it using msys and ming on a german windows xp system. Finally installed apache on the same box. Following the omega example I copied the book to .../apache/htdocs and startet the omindex which hang up on the first document found. Even on very short doc with
2010 Jun 03
1
rsync via restricted ssh command=
I've read a few tutorials about how to use rsync via ssh using the command= functionality to restrict where the user can sync to. I've got this on the on the destination side in it's ~/.ssh/authorized_keys... command="rsync --server -vvnlogDtpre.iLsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc I've tried variations of the
2013 Jan 06
2
audit events confusion
On a rather full customer web server, I am trying to track down whose web site script is trying to make outbound network connections when they should not be. In /etc/security/audit_control, I added to the flags line dir:/var/audit flags:lo,aa,-nt minfree:5 to log failed network connection. When I try an make an outbound connection to something that is blocked in pf, it seems to sometimes work.
2006 Jun 05
1
preserve owner when owner is the only change
Hello, I'm trying to make incremental backups with rsync (I'm reading http://www.mikerubel.org/computers/rsync_snapshots/ ) But I can't backup a file with old owner when the change on the file is only the owner (content is unchanged). rsync -av -e ssh --link-dest=$PWD/backup.1/ --numeric-ids --delete root@myhost.mydomaine.org:/var/www backup.0 If I look at the owner of
2019 Feb 19
2
Computer Management - Share Security - No Read Access
On 2019-02-19 3:47 pm, Rowland Penny via samba wrote: > On Tue, 19 Feb 2019 15:25:51 -0500 >> What exactly does "START AGAIN" imply? Just chmod? > > 'ls' shows the correct ownership and Unix permissions: > > drwxrwx---+ 4 root domain admins 4096 Feb 17 19:13 programs > > But 'getfacl' show something different: > > getfacl:
2003 Sep 10
1
Preserve owner/group on TARGET
Hello, I've been using rsync for some time as a data migration tool, but this time I'm trying to do something a little different, and I can't seem to make things work the way I want. Essentially, I want to rsync data from a source, but I want the owner/group/perms on the TARGET to not change (i.e. not get updated with the owner/group/perms from the source). In testing I discovered
2007 May 31
1
Archive parameter doesn't preserve owner:group property!
Hi! I would like some advices to combine security and automated backup... How rsync manage hosts allow parameter compared to /etc/hosts.allow? Is it possible to use ssh key just for authentification not for crypted transfert? I have also a problem to preserve owner:group properties even with archive parameter which is supposed to do that. I have to put gid =root and uid = root in
2009 Sep 15
0
Rsync preserve owner/permissions
Hello I have setup a mirror script on our network, and I have some problem to preserve ownership of the files transferred. This problem is causing me a bit of headache as this file transfer is for some production file, where if there is not the right permission/ownership the program crashes, and it keep crashing. I am overcoming the problem by defining manually the ownership as
2008 Apr 20
2
mod_rails showing plain text instead of actual page
hello! i got this forum powered by apache and mod_rails lately when i create / edit posts, i get plain html text showing up instead of the actual page. here''s what i see: -- Content-Type: text/html; charset=utf-8 Set-Cookie: _mysite_session=BAh7CzoOcmV0dXJuX3RvMDoKdGl0bGV7BmkVdToJVGltZQ2IDhuAK1UeADoL %250AdG9waWNzewZpBnU7Bw2HDhuA2%252FZJ7zoJdXNlcmkGIgpmbGFzaElDOidBY3Rp
2005 Nov 20
11
NFS question (and Best Practices)
I saw in another post that a best practices doc will be coming, but I figured I would try to get this working. I''m trying to understand why zfs uses so many "zfs create" so I can use it better. What makes sense is that each zfs fs can have it''s own options (compression, nfs, atime, quota, etc). I really love this because it is so tuneable -- compression on these
2018 Jul 11
2
Connection refused (61)
Dear list, in a box with the following setup: openbsd 6.3 opensmtpd dovecot 2.2.34 roundcubemail 1.3.5 httpd web server when a system user is authenticated via roundcubemail and tries to send an email, the following errors pops in the roundcube log file: Connection refused (61) Failed to connect socket: Connection refused () here is my roundcube config file: $config['default_host']
2018 Jul 11
2
Connection refused (61)
sorry forgot to mention the port in the roundcube config file! $config['smtp_port'] = 587; On Wed, Jul 11, 2018 at 11:36 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What mail port are you expecting it connect to on 127.0.0.1? > > Here's my config. > $ grep -v "^//" config.inc.php > <?php > > /* Local configuration for Roundcube Webmail
2019 Feb 19
8
Computer Management - Share Security - No Read Access
--- Marco J. Shmerykowsky, P.E. marco at sce-engineers.com -------------------------------------------- Shmerykowsky Consulting Engineers Structural Analysis & Design 102 West 38th Street, 2nd Floor New York, New York 10018 Tel. (212)719-9700 Fax. (212)719-4822 http://www.sce-engineers.com -------------------------------------------- On 2019-02-19 4:22
2019 Feb 19
3
Computer Management - Share Security - No Read Access
I suggest you start with : 1770 /server (+ creator owner ) 3770 /server/programs ( + creator owner + creator group. ) Then check again with getfacl Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Marco Shmerykowsky via samba > Verzonden: dinsdag 19 februari 2019 23:13 > Aan: Rowland Penny > CC: samba at
2018 Jul 11
2
Connection refused (61)
connection refused! But why? On Wed, Jul 11, 2018 at 11:40 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What happens if you telnet 127.0.0.1 587? > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com > US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 > > ?On 7/11/18, 4:39
2001 Apr 16
5
samba issues
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smb.conf Type: application/octet-stream Size: 10728 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20010417/173a3889/smb.obj
2018 Jul 11
4
Connection refused (61)
I am using OpenSMTPD. The OpenBSD 6.3 default one. Also, when telnet to 127.0.0.1 25 I get a response! So must be something with 587? On Wed, Jul 11, 2018 at 11:47 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > What's your neomutt connecting to? > > For smtp? > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640
2018 Jul 11
2
Connection refused (61)
when using neomutt for the same system user, I can send and receive emails to everywhere Also, when installing roundcube, the test email function did succeed! So my SMTP server should be fine? On Wed, Jul 11, 2018 at 11:45 PM, Larry Rosenman <larryrtx at gmail.com> wrote: > Your smtp server isn't listening. > > Is it running, and binding to 127.0.0.1? > > > -- >
2006 Dec 29
3
production-izing a popular site
Lets say you have a site that is serving, oh, around 100k unique visitors a day (plain ole'' browser requests) - plus probably ~ 40k uniques to feeds. Assume this site is 90% read like most of the web, so the traffic looks like your typical news or portal site. There are two web boxes behind a hardware load balancer, each doing apache 2.2.3 -> mongrel_proxy_balancer -> mongrel