On Sat, Dec 5, 2015 at 9:28 AM, David Raison <[email protected]> wrote:
>
>
> On 04/12/15 14:51, Carl Wilhelm Soderstrom wrote:
>> Don't try to do rsync+ssh on Windows, just use rsyncd. Maybe someone else
>> has gotten rsync+ssh to work on Windows but AFAIK the conventional wisdom is
>> that it doesn't work. (Someone probably knows why, but that someone is not
>> me).
>
> Well, as I mentioned, rsyncd didn't work either. That's the reason I
> switched to ssh+rsync in the first place.
>
> I can re-run it using rsync and give you that info too.
Your situation sounds like what can happen if your vpn or a NAT
gateway or statefull firewall in the path has an idle timeout that is
exceeded during rsync comparisons, but having keepalives turned on in
your ssh command should prevent that. You might look with
tcpdump/wireshark to see if there is still activity when the backup
appears idle.
> Any thoughts on the partial backups / resume functionality? Or is that
> too related to ssh+rsync?
Backuppc doesn't exactly 'resume' where a partial stopped. The
previous partial is used as the basis for the next full where a
complete comparison is done (partials quickly skip files where the
timestamp and length match). So, it is still going to take the time
to read those files even though only differences will be transmitted.
At the end of the next failing partial, the run with the most files
will be kept.
--
Les Mikesell
[email protected]
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/