Rsync Download
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
File Protection – Using Rsync Whitepaper
File Protection – Using Rsync Whitepaper Contents 1. Introduction ..................................................................................................................................... 2 Documentation .................................................................................................................................................................. 2 Licensing ............................................................................................................................................................................... 2 Terminology ........................................................................................................................................................................ 2 2. Rsync technology ............................................................................................................................ 3 Overview ............................................................................................................................................................................... 3 Implementation ................................................................................................................................................................. 3 3. Rsync data hosts .............................................................................................................................. 5 Third Party data host ...................................................................................................................................................... -
Unix Toolbox
UNIX TOOLBOX This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing. 1. System . 2 2. Processes . 7 3. File System . 9 4. Network . 14 5. SSH SCP . 22 6. VPN with SSH . 26 7. RSYNC . 27 8. SUDO . 29 9. Encrypt Files . 29 10. Encrypt Partitions . 31 11. SSL Certificates . 33 12. CVS . 35 13. SVN . 38 14. Useful Commands . 39 15. Install Software . 44 16. Convert Media . 45 17. Printing . 46 18. Databases . 46 19. Disk Quota . 48 20. Shells . 50 21. Scripting . 51 22. Programming . 54 23. Online Help . 56 Unix Toolbox revision 14 The latest version of this document can be found at http://cb.vu/unixtoolbox.xhtml. Replace .xhtml on the link with .pdf for the PDF version and with .book.pdf for the booklet version. On a duplex printer the booklet will create a small book ready to bind. See also the about page. Error reports and comments are most welcome - [email protected] Colin Barschel. — System — 1 SYSTEM Hardware (p2) | Statistics (p2) | Users (p3) | Limits (p3) | Runlevels (p4) | root password (p5) | Compile kernel (p6) | Repair grub (p7) Running kernel and system information # uname -a # Get the kernel version (and BSD version) # lsb_release -a # Full release info of any LSB distribution # cat /etc/SuSE-release # Get SuSE version # cat /etc/debian_version # Get Debian version Use /etc/DISTR-release with DISTR= lsb (Ubuntu), redhat, gentoo, mandrake, sun (Solaris), and so on. -
Unix Toolbox
UNIX TOOLBOX This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing. 1. System . 2 2. Processes . 7 3. File System . 8 4. Network . 13 5. SSH SCP . 20 6. VPN with SSH . 23 7. RSYNC . 25 8. SUDO . 26 9. Encrypt Files . 27 10. Encrypt Partitions . 27 11. SSL Certificates . 30 12. CVS . 31 13. SVN . 34 14. Useful Commands . 36 15. Install Software . 40 16. Convert Media . 41 17. Printing . 43 18. Databases . 43 19. Disk Quota . 45 20. Shells . 46 21. Scripting . 48 22. Programming . 50 23. Online Help . 52 Unix Toolbox revision 11 The latest version of this document can be found at http://cb.vu/unixtoolbox.xhtml. Replace .xhtml on the link with .pdf for the PDF version and with .book.pdf for the booklet version. On a duplex printer the booklet will create a small book ready to bind. Error reports and comments are most welcome - [email protected] Colin Barschel. — System — 1 SYSTEM Hardware (p2) | Statistics (p2) | Users (p3) | Limits (p3) | Runlevels (p4) | root password (p5) | Compile kernel (p6) Running kernel and system information # uname -a # Get the kernel version (and BSD version) # cat /etc/SuSE-release # Get SuSE version # cat /etc/debian_version # Get Debian version Use /etc/DISTR-release with DISTR= lsb (Ubuntu), redhat, gentoo, mandrake, sun (Solaris), and so on. # uptime # Show how long the system has been running + load # hostname # system's host name # hostname -i # Display the IP address of the host. -
TEMA Trabajo De Graduación Presentado Por: Para Optar Al
Facultad Ciencia y Tecnología Carrera Técnico en Ingeniería en Redes Computacionales TEMA Implementación en Canal 33 un Sistema de Transferencia de Archivos utilizando Rsync un sistema de Licenciamiento Abierto para proveer seguridad en la transferencia de Archivos de video con una Entidad Remota. Trabajo de Graduación Presentado Por: Trinidad del Rosario Peña de Azúcar Alan Edgardo Montoya Rivas Para Optar al Grado de: Técnico en: Ingeniería en Redes Computacionales Septiembre, de 2007 San Salvador, El Salvador, Centro América AUTORIDADES LIC. JOSE MAURICIO LOUCEL RECTOR ING. NELSON ZÁRATE SÁNCHEZ VICERRECTOR ACADEMICO ING. LORENA DUQUE DE RODRIGUEZ DECANO JURADO EXAMINADOR ING. JULIO CESAR MENENDEZ PRESIDENTE ING. PEDRO PEÑATE HERNANDEZ PRIMER VOCAL LIC. WALTER MAURICIO NAVARRETE SEGUNDO VOCAL Septiembre de 2007 San Salvador, El Salvador, Centroamérica AGRACECIMIENTOS Agradezco a Dios Todopoderoso, por la oportunidad de finalizar mi trabajo de graduación, ya que sin la iluminación divina no lo hubiese logrado. Agradezco, A mi Esposo, y mi hijo por su comprensión durante los meses que le dediqué a este trabajo de Tesis. Agradezco también A mis padres quienes me infundieron la ética y el rigor que guían mi transitar por la vida. A toda mi Familia por confiar en mí, y brindarme todo su apoyo económico y moral. A mi Asesor por orientarme en los conocimientos necesarios para poder resolver los problemas planteados. A la Universidad por encaminar los pasos de los futuros profesionales. Trinidad del R. Peña de Azúcar AGRADECIMIENTOS Primeramente agradezco a Dios ya que sin la ayuda de él no hubiera realizado la finalización de este trabajo de graduación. Agradezco a mis padres por brindarme todo el apoyo necesario tanto económico como moral y espiritual en estos meses que fueron de mucho trabajo y buenos consejos en la realización de la Tesis.