https://bugzilla.samba.org/show_bug.cgi?id=4520
Summary: Add the ability to specify a password on the command
line
Product: rsync
Version: 2.6.8
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
It would be very nice if there was an option to specify a password via the
command line when connecting to an rsync repository, which would make
integrating rsync into scripts much easier. Currently you need to specify a
password file that holds the passwords or set the RSYNC_PASSWORD variable. It
would be easier if one could just use options like:
--password=somepassword --user=someuser
or being able to say:
rsync://user:[EMAIL PROTECTED]:port/src/ destination
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html