-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
bugThis issue is a bug.This issue is a bug.p2This is a standard priority issueThis is a standard priority issues3s3filterss3sync
Description
$ cd ~
$ aws s3 sync / s3://bucket/test/ --exclude "bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "/bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "./bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "/bin/*" --dryrun
$ cd /
$ aws s3 sync / s3://bucket/test/ --exclude "bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "/bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "./bin/*" --dryrun
$ aws s3 sync / s3://bucket/test/ --exclude "/bin/*" --dryrun
None of the above commands (whatever cwd is) will exclude /bin from being synch'ed
Using "*/bin/*" would work, but it's unwanted since it would exclude other subdirectories like home/foo/comp/bin/
stim371, yvele, roccomuscaritolo-okta, tkowalcz, dorsany and 8 more
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.p2This is a standard priority issueThis is a standard priority issues3s3filterss3sync