diff --git a/README b/README index cff75d9..8aca18b 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ cleanup-chaos-files.sh Deletes unneeded files like .DS_Store (for example on a delicious_backup.sh Use delicious API to backup your bookmarks to an XML file find_big_files.sh (FIXME) Just finds files bigger than n MB and displays them helmet.sh (FIXME) Future Debian system security analyzer +iptables.sh Basic iptables script libssl-restart-daemons.sh Shows daemons affected by an OpenSSL upgrade needing a restart lighttpd_restart_oom.sh A temporary workaround for lighttpd OOM events openssl-chk-crt.sh Recursively searches for OpenSSL certificates and shows validity diff --git a/backupmx_getusers.sh b/backupmx_getusers.sh index ae3222c..4295bba 100755 --- a/backupmx_getusers.sh +++ b/backupmx_getusers.sh @@ -24,3 +24,5 @@ done > $BACKUPMX_USER/relay_recipients_$FILE_SUFFIX for i in $MAIL_ADDR; do echo $i | cut -d'@' -f2 done | sort | uniq > $BACKUPMX_USER/domains_$FILE_SUFFIX + +scp -i /root/.ssh/linode $BACKUPMX_USER/*_$FILE_SUFFIX backupmx@mx.lugh.ch: