rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] Win32 progress


From: Ben Escoto
Subject: Re: [rdiff-backup-users] Win32 progress
Date: Thu, 03 Apr 2003 09:43:49 -0800

>>>>> "GF" == Greg Freemyer <address@hidden>
>>>>> wrote the following on Wed, 26 Mar 2003 18:47:28 -0500

  GF> Can you tell how to start rdiff-backup once I start ntpython?

  GF> I tried:
  GF> $ cd rdiff-backup-0.11.4
  GF> $ ntpython
  GF> >>>> import rdiff_backup
  GF> rdiff_backup.Main("--version")

How about:

$ python
Python 2.2.1 (#1, Aug 30 2002, 12:15:30) 
[GCC 3.2 20020822 (Red Hat Linux Rawhide 3.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdiff_backup.Main
>>> rdiff_backup.Main.Main("--version")
Error: Too many arguments given
See the rdiff-backup manual page for instructions

Check out also all the test cases (in the rdiff-backup/testing
directory) and the "rdiff-backup" script itself.  All the script
basically does is run rdiff_backup.Main.Main as above.


-- 
Ben Escoto

Attachment: pgpp_iVatSM1r.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]