Lines Matching full:backup
95 '--backup',
97 dest='backup',
99 help='backup patched files. Used in combination with --revert.')
105 help='restore backup of patched files that have not changed. If a backup has ' +\
188 if options.backup:
191 msg('Creating backup of %s' % patch_path_abs)
194 msg('Skipping backup of %s' % patch_path_abs)
259 # Restore from backup if a backup exists.
266 msg('Restoring backup of %s' % patch_path_abs)
270 msg('Discarding backup of %s' % patch_path_abs)
274 msg('No backup of %s' % patch_path_abs)