rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] Keep Getting Security Error Traceback and losin


From: Andrew Ferguson
Subject: Re: [rdiff-backup-users] Keep Getting Security Error Traceback and losing connection
Date: Thu, 9 Oct 2008 22:08:31 -0400

On Oct 9, 2008, at 6:53 PM, Hubbitus wrote:
Yes, yes, yes! It seems working now! Very-very thank you.

Excellent. Do you think you could also test ssh Windows -> Windows for me? (eg, ssh to localhost from the Windows machine) ... I want to make sure the fix works for that case as well.

But now not worked --exclude pattern: nor old (which was work on old cygwin version of rdiff-backup 1.1.15):
 --exclude=**/HuSMPP.exe/Debug/*
nor with changed slashes:
--exclude=**\\HuSMPP.exe\\Debug\\*

It is just ignored, and all files in Debug directory elso backuped :(

Yes, there are a lot of issues with --include and --exclude options and the native Windows binary ... Anders Hellstrand has been helping me think through them in Bug #24100.

Tonight, I may have found a solution. Try this:

rdiff-backup -v9 --no-hard-links
--exclude=**.ncb
--exclude=**/HuSMPP.exe/Debug/*
--exclude=**/HuSMPP.exe/Release/*
--remote-schema 'nice -n17 ssh -C %s nice -n15 'rdiff-backup --server'
--print-statistics
'address@hidden::d:\/Hubbitus/My_PROGRAMS/HuSMPP.exe'
'/mnt/sgtBarracuda/BackUPs/HuSMPP'

or

rdiff-backup -v9 --no-hard-links
--exclude=**.ncb
--exclude="d:\\/Hubbitus/My_PROGRAMS/HuSMPP.exe/Debug/*"
--exclude="d:\\/Hubbitus/My_PROGRAMS/HuSMPP.exe/Release/*"
--remote-schema 'nice -n17 ssh -C %s nice -n15 'rdiff-backup --server'
--print-statistics
'address@hidden::d:\/Hubbitus/My_PROGRAMS/HuSMPP.exe'
'/mnt/sgtBarracuda/BackUPs/HuSMPP'

or (you may need some extra \ in there for your Unix shell)

rdiff-backup -v9 --no-hard-links
--exclude=**.ncb
--exclude="d:\\\\/Hubbitus/My_PROGRAMS/HuSMPP.exe/Debug/*"
--exclude="d:\\\\/Hubbitus/My_PROGRAMS/HuSMPP.exe/Release/*"
--remote-schema 'nice -n17 ssh -C %s nice -n15 'rdiff-backup --server'
--print-statistics
'address@hidden::d:\\/Hubbitus/My_PROGRAMS/HuSMPP.exe'
'/mnt/sgtBarracuda/BackUPs/HuSMPP'


Let me know if one of those works.



Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]