=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== autopostgresqlbackup-1.1/Readme.md-21- autopostgresqlbackup-1.1/Readme.md:22:If the default options are not suitable for you, change them: `$EDITOR /etc/default/autopostgresqlbackup` autopostgresqlbackup-1.1/Readme.md-23- ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-457- else autopostgresqlbackup-1.1/autopostgresqlbackup:458: DBNAMES="`LANG=C psql -U $USERNAME $PGHOST -l -A -F: | sed -ne "/:/ { /Name:Owner/d; /template0/d; s/:.*$//; p }"`" autopostgresqlbackup-1.1/autopostgresqlbackup-459- fi ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-463- do autopostgresqlbackup-1.1/autopostgresqlbackup:464: DBNAMES=`echo $DBNAMES | sed "s/\b$exclude\b//g"` autopostgresqlbackup-1.1/autopostgresqlbackup-465- done ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-490- # Prepare $DB for using autopostgresqlbackup-1.1/autopostgresqlbackup:491: MDB="`echo $MDB | sed 's/%/ /g'`" autopostgresqlbackup-1.1/autopostgresqlbackup-492- ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-507- # Prepare $DB for using autopostgresqlbackup-1.1/autopostgresqlbackup:508: DB="`echo $DB | sed 's/%/ /g'`" autopostgresqlbackup-1.1/autopostgresqlbackup-509- ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-525- if [ "$W" -le 05 ];then autopostgresqlbackup-1.1/autopostgresqlbackup:526: REMW=`expr 48 + $W` autopostgresqlbackup-1.1/autopostgresqlbackup-527- elif [ "$W" -lt 15 ];then autopostgresqlbackup-1.1/autopostgresqlbackup:528: REMW=0`expr $W - 5` autopostgresqlbackup-1.1/autopostgresqlbackup-529- else autopostgresqlbackup-1.1/autopostgresqlbackup:530: REMW=`expr $W - 5` autopostgresqlbackup-1.1/autopostgresqlbackup-531- fi ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-572- if [ "$W" -le 05 ];then autopostgresqlbackup-1.1/autopostgresqlbackup:573: REMW=`expr 48 + $W` autopostgresqlbackup-1.1/autopostgresqlbackup-574- elif [ "$W" -lt 15 ];then autopostgresqlbackup-1.1/autopostgresqlbackup:575: REMW=0`expr $W - 5` autopostgresqlbackup-1.1/autopostgresqlbackup-576- else autopostgresqlbackup-1.1/autopostgresqlbackup:577: REMW=`expr $W - 5` autopostgresqlbackup-1.1/autopostgresqlbackup-578- fi ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-601-echo Size - Location autopostgresqlbackup-1.1/autopostgresqlbackup:602:echo `du -hs "$BACKUPDIR"` autopostgresqlbackup-1.1/autopostgresqlbackup-603-echo ############################################## autopostgresqlbackup-1.1/autopostgresqlbackup-629- #Get backup size autopostgresqlbackup-1.1/autopostgresqlbackup:630: ATTSIZE=`du -c $BACKUPFILES | grep "[[:digit:][:space:]]total$" |sed s/\s*total//` autopostgresqlbackup-1.1/autopostgresqlbackup-631- if [ $MAXATTSIZE -ge $ATTSIZE ]