diff --git a/backup.sh b/backup.sh index 6be11c8..a1b4ea7 100644 --- a/backup.sh +++ b/backup.sh @@ -72,7 +72,7 @@ fi mikif70/mongotools:3.4.5 mongoexport \ --host "${MONGODB}" \ --db $DB \ - --collection "lastlogin_${CNAME}" \ + --collection "ll_${FNAME}" \ --type "csv" \ --fields "_id,user,protocol,ip,date,insert,country" \ --query "${QUERY}" \