Save iptables table configurations.
The iptables-save command dumps the contents of IPv4 tables to STDOUT in a format that can be read by iptables-restore.
iptables-save [options]
-c : Include packet and byte counters in the output.
-t : Specify the name of the table to save.
iptables-save -t filter > iptables.bak