This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<para> | |
Amanda automatically creates a bucket when writing, if the bucket doesn't | |
already exist. At that time, it specifies where Amazon should store the data | |
using the S3_BUCKET_LOCATION property. Currently, there are two valid settings: | |
"*" (any location, probably US) and "EU" (Europe). If this property is not set, | |
Amazon's default value of "*" is used. Setting this affects can | |
affect both billing and legal concerns, so you are encouraged to consult | |
Amazon's documentation for details. | |
</para> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use strict; | |
use warnings; | |
package Amanda::Changer::Error; | |
sub new { | |
my($class) = @_; | |
my $self = {}; | |
bless($self, $class); | |
$self; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; pertinent MASM disassembly excerpt | |
loc_417925: ; CODE XREF: sub_417900:loc_417A5Dj | |
cmp [ebp+var_18], 1 | |
jnz loc_417A62 | |
push offset aPleaseEnterAPa ; "Please Enter a password " | |
call sub_4114AB | |
add esp, 4 | |
push offset off_428B40 | |
push 7 | |
lea eax, [ebp+var_C] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<match path="project"> amanda </match> | |
<match path="branch"> master </match> | |
<formatter medium="irc"> | |
<filesWidthLimit>40</filesWidthLimit> | |
<lineLimit>1</lineLimit> | |
<wrapWidth>150</wrapWidth> | |
<widthLimit>150</widthLimit> |
NewerOlder