Re: [S3tools-general] s3cmd quiet mode for cron jobs

2014-02-10 Thread Matt Domsch
-q sends stdout to /dev/null. Errors still appear on stderr. On Mon, Feb 10, 2014 at 8:12 PM, Florin Andrei wrote: > I just noticed -q in a newer version (1.5.0-beta). Does that suppress > everything, or does it allow errors to go to stderr? > > -- > Florin Andrei > http://florin.myip.org/ > >

Re: [S3tools-general] s3cmd quiet mode for cron jobs

2014-02-10 Thread Florin Andrei
I just noticed -q in a newer version (1.5.0-beta). Does that suppress everything, or does it allow errors to go to stderr? -- Florin Andrei http://florin.myip.org/ -- Android apps run on BlackBerry 10 Introducing the ne

Re: [S3tools-general] s3cmd quiet mode for cron jobs

2014-02-10 Thread Scott Jacobsen
I redirect standard out to /dev/null in my cron jobs. s3cmd sends errors to standard error, so I only get emails on error. On Mon, Feb 10, 2014 at 5:24 PM, Florin Andrei wrote: > The --no-progress option is great, but when running s3cmd from a cron > job, it would be great if it had a quiet mode

[S3tools-general] s3cmd quiet mode for cron jobs

2014-02-10 Thread Florin Andrei
The --no-progress option is great, but when running s3cmd from a cron job, it would be great if it had a quiet mode, where absolutely no output is generated, unless there's an error. On many systems, a cron job does not generate an email to the owner if the command does not produce any output.