Replace netstat by ss on Linux #17

Merged
jlecour merged 1 commit from netstat-ss into master 2019-04-25 13:28:42 +02:00

View file

@ -236,8 +236,8 @@ done
ps auwwx >${LOCAL_BACKUP_DIR}/ps.out
if [ "${SYSTEM}" = "linux" ]; then
## Dump network connections with netstat
netstat -taupen > ${LOCAL_BACKUP_DIR}/netstat.out
## Dump network connections with ss
ss -taupen > ${LOCAL_BACKUP_DIR}/netstat.out
## List Debian packages
dpkg -l > ${LOCAL_BACKUP_DIR}/packages