search for: remotesystem

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

Did you mean: remote_system
2012 Jul 23
1
Rsync over ssh with root privileges
...exclude 'sys' --exclude 'mnt' --rsync-path='sudo rsync' -e "ssh -t -t -i /home/USER/.ssh/key" USER at SERVER:/ /mnt/backup/ Response: protocol version mismatch -- is your shell clean? (see the rsync man page for an explanation) The following file is empty: ssh remotesystem /bin/true > test.dat [1] Any ideas? Am I using the correct syntax? Thanks [1] http://rsync.samba.org/FAQ.html
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
...ten_port, options.gateway_ports); + if( !success ){ + fatal("Cannot bind to the remote port"); + } } xfree(listen_address); } And, here is the commandline that I used to initiate the connection: while :; do ssh -N -R 5000:localhost:5000 user at remotesystem sleep 10 done My patch is not terribly robust. I suppose that if you didn't use the '-N' option, you may not want the connection to disappear, but in my case, if the port forwarding fails, I really need the connection to drop, so I can go into a loop and retry it. The reason...
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 autoc...
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 > } > } > prot...