Keep Getting Security Error Traceback and losing connection

View: New views
2 Messages — Rating Filter:   Alert me  

Keep Getting Security Error Traceback and losing connection

by Toscano2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Yes, yes, yes! It seems working now! Very-very thank you.

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 :(

Full backup command the same as presented in my previous post except of mentioned exclude option and path to new version of rdiff-backup binary.

+----------------------------------------------------------------------
|This was sent by pahan@... via Backup Central.
|Forward SPAM to abuse@....
+----------------------------------------------------------------------




_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@...
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Re: Keep Getting Security Error Traceback and losing connection

by Andrew Ferguson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
'hubbitus@workcomp::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
'hubbitus@workcomp::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
'hubbitus@workcomp::d:\\/Hubbitus/My_PROGRAMS/HuSMPP.exe'
'/mnt/sgtBarracuda/BackUPs/HuSMPP'


Let me know if one of those works.



Andrew


_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@...
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
LightInTheBox - Buy quality products at wholesale price!