search for: remotesystems

Displaying 6 results from an estimated 6 matches for "remotesystems".

2012 Jul 23
1
Rsync over ssh with root privileges
Hi, I'm trying to copy some files from a remote server. (That server uses passphrase to auth users.) Rsync should be able to copy files with root privileges. Here is my attempt: sudo rsync -avP --exclude 'proc' --exclude 'dev' --exclude 'tmp' --exclude 'sys' --exclude 'mnt' --rsync-path='sudo rsync' -e "ssh -t -t -i
2018 Aug 20
2
[Bug 13582] New: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching
https://bugzilla.samba.org/show_bug.cgi?id=13582 Bug ID: 13582 Summary: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5
2003 Feb 22
1
Patch for a port forwarding problem in serverloop.c
Hello all, I encountered a problem when trying to setup a remote portforward using OpenSSH 3.5p1. If the port that I was trying to listen to on the remote side was already in use, a message 'cannot bind to port: 5000' was written to the syslog, but the connection still persisted. I had no way on the client side to know that the listening wasn't taking place. that is, the
2007 Oct 05
4
(no subject)
...a fare hunt for the answer, but I'm stumped. Here is the situation. I have two pc's running linux and using rsync to perform a backup from server1 to server2. For example: rsync -avzr -e 'ssh -i/root/.ssh/id_rsa' --delete /home/samba/admin/software www.some-server.com:/home/RemoteSystems/company/home/samba/admin Let's say I have a directory within rsync's scope to sync called directory1. Rsync is run and directory1 is sync'ed from server1 to server2. Also, a file named File1 is sync'ed because it is in the directory being sync'ed. Server1...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...Date: Mon, 11 Sep 2017 14:48:47 +0300 (MSK) From: Evgeniy Korneechev <ekorneechev at altlinux.org> To: Aki Tuomi <aki.tuomi at dovecot.fi> Cc: dovecot <dovecot at dovecot.org> Subject: Re: Per-user quota (passwd) Message-ID: <2046000051.747964.1505130527842.JavaMail.zimbra at remotesystems.ru> Content-Type: text/plain; charset=utf-8 Hi. But there is one problem... protocol lda { mail_plugins = " quota autocreate sieve quota" plugin { quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage } } protocol imap { mail_plugins = " quota autocreate autocr...
2017 Sep 12
1
dovecot Digest, Vol 173, Issue 28 (INTERNAL)
...47 +0300 (MSK) > From: Evgeniy Korneechev <ekorneechev at altlinux.org> > To: Aki Tuomi <aki.tuomi at dovecot.fi> > Cc: dovecot <dovecot at dovecot.org> > Subject: Re: Per-user quota (passwd) > Message-ID: > <2046000051.747964.1505130527842.JavaMail.zimbra at remotesystems.ru> > Content-Type: text/plain; charset=utf-8 > > Hi. > But there is one problem... > > protocol lda { > mail_plugins = " quota autocreate sieve quota" > plugin { > quota = dict:user::file:/var/vmail/glu_vrem/%u/.quotausage > } > } > proto...