Skip to content

Commit

Permalink
Add to scripts: Done for https://vanila.io and https://secretchronicl…
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Feb 12, 2017
1 parent c80498b commit ab0e958
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Admin scripts

* Move old irclog files older than 6 months to another directory
* Move old irclog files older than 6 months to another directory.
Done for [secretchronicles.org](https://secretchronicles.org).
* Clone all GitHub repos of Organization or User
* Download all videos of YouTube channel
* Export username, name and email address of all Rocket.Chat users
from MongoDB to CSV
from MongoDB to CSV. Done for [vanila.io](https://vanila.io).
1 change: 1 addition & 0 deletions export-rocketchat-username-name-email-to-csv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
# 2017-02-11 by Lauri Ojansivu (xet7)
# Done for https://vanila.io
# License: MIT

echo "1) Exporting Rocket.Chat username,name and email from MongoDB to users-temp.csv"
Expand Down
3 changes: 2 additions & 1 deletion move-old-irclogs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
# Move files older than 6 months to another directory
# 2016-05-20 First version by Lauri Ojansivu
# 2016-05-20 First version by Lauri Ojansivu (xet7)
# Done for https://secretchronicles.org
# License: MIT

## Cronjob for this command:
Expand Down

0 comments on commit ab0e958

Please sign in to comment.