~ubuntu-branches/ubuntu/precise/pybackpack/precise

« back to all changes in this revision

Viewing changes to pybackpack/rdiff_interface.py

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Price
  • Date: 2010-01-08 07:11:50 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100108071150-41seumqxmtgd23w5
Tags: 0.5.8-1
* New upstream release
* debian/copyright - Clean up and update
* debian/compat - Bump to 7
* debian/control - Bump the required version of debhelper
* debian/rules - Do not use DEB_INSTALL_CHANGELOGS_ALL - debhelper 7 can
  discover the changelog automatically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        """Performs a backup of the specified set to the path dest"""
134
134
        exitfunction = sys.exit
135
135
        sys.exit = SysExit
136
 
        arglist = ['--terminal-verbosity', '5', '--verbosity', '9']
 
136
        arglist = ['--exclude-sockets', '--exclude-fifos', '--exclude-device-files', '--terminal-verbosity', '5', '--verbosity', '9']
137
137
        if force:
138
138
                arglist.append('--force')
139
139
        if not is_ssh: