/[rdiff-backup]/rdiff-backup/rdiff_backup/backup.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/backup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by bescoto, Sat Mar 15 19:30:08 2003 UTC revision 1.11 by bescoto, Thu Apr 3 18:19:32 2003 UTC
# Line 408  class PatchITRB(rorpiter.ITRBranch): Line 408  class PatchITRB(rorpiter.ITRBranch):
408                  if diff_rorp.isflaglinked():                  if diff_rorp.isflaglinked():
409                          Hardlink.link_rp(diff_rorp, new, self.basis_root_rp)                          Hardlink.link_rp(diff_rorp, new, self.basis_root_rp)
410                  elif diff_rorp.get_attached_filetype() == 'snapshot':                  elif diff_rorp.get_attached_filetype() == 'snapshot':
411                          if diff_rorp.isspecial(): self.write_special(diff_rorp, new)                          if diff_rorp.isspecial():
412                                    self.write_special(diff_rorp, new)
413                                    rpath.copy_attribs(diff_rorp, new)
414                                    return 1
415                          elif robust.check_common_error(self.error_handler, rpath.copy,                          elif robust.check_common_error(self.error_handler, rpath.copy,
416                                                                                     (diff_rorp, new)) == 0: return 0                                                                                     (diff_rorp, new)) == 0: return 0
417                  else:                  else:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26