Show
Ignore:
Timestamp:
20/11/06 00:00:19 (6 years ago)
Author:
andy
Message:

Fix bug #33 "Backing up homedir to homedir causes infinite loop" and bug #34 "Can't backup broken symlinks"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pybackpack/rdiff_interface.py

    r45 r47  
    238238        exitfunction = sys.exit 
    239239        sys.exit = SysExit 
    240         arglist = ['--terminal-verbosity', '5', '--verbosity', '9', '--include-globbing-filelist', setspath+set['path']+"/filelist", "/", dest] 
     240        arglist = ['--terminal-verbosity', '5', '--verbosity', '9', '--exclude', dest, '--include-globbing-filelist', setspath+set['path']+"/filelist", "/", dest] 
    241241        sys.stdout = output 
    242242        sys.stderr = err_output