|
@@ -232,7 +232,7 @@ echo "Completed restoring the file $x"
|
|
|
done
|
|
|
```
|
|
|
|
|
|
-With s3cmd! Be sure to use the exclude rb_* in the commmand, no need to restore the replicated buckets.
|
|
|
+With s3cmd! Be sure to use the exclude rb_* in the command, no need to restore the replicated buckets.
|
|
|
|
|
|
Just a bucket
|
|
|
`./s3cmd restore --restore-priority=expedited --restore-days=2 --recursive s3://mdr-afs-prod-splunk-frozen/junk/frozendb/db_1566830011_1562776263_316_BBE343D5-D0D2-4120-A307-8B35B5E48D95/`
|
|
@@ -347,4 +347,4 @@ distribute each list to an indexer and use zztop script with egrep and xargs to
|
|
|
|
|
|
tmux ( process multiple lines at the same time with -P flag )
|
|
|
`egrep -h "*" indexerlist* | xargs -P 15 -n 1 ./zztop.sh`
|
|
|
-`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`
|
|
|
+`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`
|