Is it possible to set max file size on target?

2011-07-19 Thread Harrison Mak
Hi, I'm trying to prevent files larger than a certain size to be backed-up on my server. rsync has an option --max-size that lets you control the file transfer size. However, this can be changed by the client. I was wondering if this option can be set on the server side, so that I can be sure m

Rsync with SSH through Verizon FIOS Firewall

2011-07-19 Thread John Scanlan
Hello there everyone.  I'm trying to set up a server that will "push" via rsync every night to a server in my home.  The verizon firewall is quite robust, and it makes connecting a bit tricky.  Does anyone have any tips on how I might set this up? Thanks! --john-- Please use reply-all for mos

Re: Rsync with SSH through Verizon FIOS Firewall

2011-07-19 Thread Leen Besselink
On 07/19/2011 08:27 PM, John Scanlan wrote: > Hello there everyone. I'm trying to set up a server that will "push" > via rsync every night to a server in my home. The verizon firewall is > quite robust, and it makes connecting a bit tricky. Does anyone have > any tips on how I might set this up?

Re: Rsync with SSH through Verizon FIOS Firewall

2011-07-19 Thread Benjamin R. Haskell
On Tue, 19 Jul 2011, John Scanlan wrote: Hello there everyone.  I'm trying to set up a server that will "push" via rsync every night to a server in my home.  The verizon firewall is quite robust, and it makes connecting a bit tricky.  Does anyone have any tips on how I might set this up? Per

how to Monitoring rsync Server

2011-07-19 Thread alan
i want store ip of client pre connection and transfer time pre connection how to Monitoring rsync Server? -- View this message in context: http://samba.2283325.n4.nabble.com/how-to-Monitoring-rsync-Server-tp3680043p3680043.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- P

how to Monitoring rsync Server

2011-07-19 Thread alan fei
i want store ip of client pre connection and transfer time pre connection how to Monitoring rsync Server? -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.c

Possibility to run rsync without hash table lookups

2011-07-19 Thread Michael Lynch
Hi All I am using rsync to do a local network copy of 10 ~8gig files. The source is a NAS Atom rsync server, and the destination is a cygdrive, obviously on the same computer that is running rsync client. I am using --inplace, and ingeneral, the 8gig files generally have data changed within the

Re: how to Monitoring rsync Server

2011-07-19 Thread Michael Lynch
Check out "transfer logging" It will log all communication on the rsync server On Wed, Jul 20, 2011 at 4:32 PM, alan fei wrote: > i want store ip of client pre connection and transfer time pre connection > how to Monitoring rsync Server? > -- > Please use reply-all for most replies to avoid omi