bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-19 18:08 UTC
[Bug 1405] New: scp: pattern-driven copying process
https://bugzilla.mindrot.org/show_bug.cgi?id=1405
Summary: scp: pattern-driven copying process
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy: patch_linams at yahoo.com
Hello!
Would it be possible to implement a copying process with file patterns
to exclude and provide an option (something like -e "pattern1 pattern2
..." or -e "pattern1" -e "pattern2") for it?
Thank you for OpenSSH, guys!
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-19 20:42 UTC
[Bug 1405] scp: pattern-driven copying process
https://bugzilla.mindrot.org/show_bug.cgi?id=1405
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-12-20
07:42:41 ---
You can do simple wildcarding and patterns through the shell (eg "scp
{a,b,c}.tar remotehost:") but other than that, it sounds like what you
want is rsync.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-21 01:25 UTC
[Bug 1405] scp: pattern-driven copying process
https://bugzilla.mindrot.org/show_bug.cgi?id=1405
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
CC| |djm at mindrot.org
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2009-Nov-20 00:42 UTC
[Bug 1405] scp: pattern-driven copying process
https://bugzilla.mindrot.org/show_bug.cgi?id=1405
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> 2009-11-20
11:42:48 EST ---
We've decided we're not going to be doing this. We're not adding
features to scp, and rsync already provides this functionality.
Note also that you can also do this via some shell hackery, eg:
scp `echo * | egrep -v '.*excludethis.*'` remotehost:
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Apr-16 05:51 UTC
[Bug 1405] scp: pattern-driven copying process
https://bugzilla.mindrot.org/show_bug.cgi?id=1405
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> 2010-04-16 15:51:06
EST ---
Mass move of bugs RESOLVED->CLOSED following the release of
openssh-5.5p1
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.