Skip to main content

All Questions

Tagged with
0 votes
0 answers
582 views

Bash completion not working for 'aws cli' after installed via brew

After I use brew to install aws cli, here is the message form brew: ==> awscli The "examples" directory has been installed to: /usr/local/share/awscli/examples Bash completion has been ...
Anthony Kong's user avatar
  • 5,088
1 vote
3 answers
834 views

Renaming files fetched via “wget --mirror” in Bash before uploading to an Amazon S3 statically hosted area

I’m trying to archive and upload an old website to statically hosted Amazon S3 area. I was able to get the contents with wget, using the following command: wget --mirror --no-parent --html-extension ...
hyperknot's user avatar
  • 902
2 votes
1 answer
877 views

Zip Multiple Text Files from Multiple Directories into One ZIP File in One Command in Bash

I have an account on AWS and I use S3 for storing data. I have commands that will enable me to zip data files like so: data.zip s3_dir/level-1/level-2/*/*/data.txt But there are, say, 50 or more ...
nicorellius's user avatar
  • 6,735
1 vote
1 answer
1k views

Using a script that uses Duplicity + S3 excluding large files

I'm trying to write an backup script that will exclude files over a certain size. If i run the script duplicity gives an error. However if I copy and paste the same command generated by the script ...
Jason's user avatar
  • 21