1
edit
Changes
no edit summary
iptables-save > /etc/sysconfig/iptables
* More info available at [http://www.topwebhosts.org/tools/traffic-control.php Cybercity]
== rsync server: Scotland ==
* The rsync server is running at default rsync port (TCP 873)
* Associated files are
daemon file = /etc/rsyncd.conf
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
* The Firewall was adjusted to accommodate the rsyncd service
* Available modules are test and raspberrypi
* Sample invocation method as follows
rsync -aprvz scotland.proximity.on.ca::raspberrypi /path/to/destination/directory
* Script base is available [http://everythinglinux.org/rsync/ at Everything Linux]
* Additional tutorials available at [http://zenit.senecac.on.ca/wiki/index.php/OPS335_Lab_10 Seneca Wiki]
=== Feature possibilities for the rsync server ===
* Service Command compatibility [http://www.fredshack.com/docs/rsync.html script from Fredshack] can be added
* Systemd compatibility [https://gist.github.com/1401352 script from Github] can be implemented