add rsnapshot

This commit is contained in:
dmacias72 2017-03-16 07:11:39 -06:00
parent c664ee9f69
commit 9605d25ca7
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -37,6 +37,7 @@
"python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.",
"readline":"The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.",
"rmlint":"rmlint finds space waste and other broken things on your filesystem and offers to remove it.",
"rsnapshot":"A remote backup program that uses rsync to take backup snapshots of filesystems. It uses hard links to save space on disk.",
"screen":"Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert\/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.",
"serf":"The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.",
"sshfs-fuse":"This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",