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
Owner

On Linux ss is replacing netstat, we have to admit it ;)

On Linux `ss` is replacing `netstat`, we have to admit it ;)
benpro approved these changes 2019-04-04 09:46:29 +02:00
zzz_evobackup Outdated
@ -234,2 +234,2 @@
## Dump network connections with netstat
netstat -taupen >/home/backup/netstat.out
## Dump network connections with ss
ss -taupen > /home/backup/netstat.out
Contributor

The filename could be changed too... But at least that will not fire evocheck IS_BACKUPUPTODATE.

The filename could be changed too... But at least that will not fire evocheck IS_BACKUPUPTODATE.
Contributor

@vlaborie merge?

@vlaborie merge?
Ghost approved these changes 2019-04-23 17:32:52 +02:00
jlecour closed this pull request 2019-04-25 13:28:42 +02:00
jlecour deleted branch netstat-ss 2019-04-25 13:29:56 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evobackup#17
No description provided.