URL:
  <http://savannah.nongnu.org/bugs/?23540>

                 Summary: doc bug in man page (environment FTP_PASSWORD)
                 Project: duplicity
            Submitted by: None
            Submitted on: Mittwoch 11.06.2008 um 11:11 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

There is a bug in the manpage:

Duplicity  can  also access a repository via ftp.  If a user name is given,
the environment variable FTP_PASSWORD is read to determine the password:

       FTP_PASSWORD=mypassword; duplicity /local/dir ...



If used this way (with ';') it is not an environment variable.
You should recommend
  
  FTP_PASSWORD=mypassword duplicity ...

or

  export FTP_PASSWORD=mypassword
  duplicity ...


-- 
Heiko <[EMAIL PROTECTED]>





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?23540>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/



_______________________________________________
Duplicity-tracker mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/duplicity-tracker

Reply via email to