4 projects tagged "Linux"
LBackup is a simple backup system aimed at systems administrators who require reliable backups with minimum fuss. It is configured with configuration files, and the backup is started from the command line. It has been tested for over 10 years. Backups can be to local media, or to remote media via one or more networks. The networks may be private LANs, WANs, or sets of untrusted public networks such as the Internet.
BinBackup is a tool intended to efficiently back up a directory to a set of size-limited media like CD-Rs or DVD-Rs. It's goal is to distribute the contents of a directory to a set of media while using the space available on these media as best as possible, minimizing the number of media required for a backup. To do this, BinBackup uses a bin packing algorithm to decide how to partition the contents of a directory and where to put them.
AntFlow builds upon Apache Ant to provide a new approach to simplifying system automation that uses pipelines of hot folders chained together to perform a given task. Using XML, it associates an automated task such as data transfer, encryption, or XML processing with a directory on the local system. Whenever a file is copied or written into the hot folder, the associated task is executed and the file is moved to the next hot folder in the pipeline for further processing.