4 projects tagged "English"
PYBAG implements a portable bag and is intended for fast synchronization and backup. It lets you use a portable digital storage device to carry your electronic documents similar to the way you can use a bag to carry paper documents. You can synchronize the bag with your original files easily. If a synchronization conflict occurs, it will be reported. You can specify rules for automatic conflict resolution. With PYBAG, you can backup files and synchronize any changes made to the original files with the bag. The synchronization process will only copy changed files. The program is cross-platform and independent from the OS and filesystem. You may easily synchronize files between Windows and Linux, for example. Symbolic links are supported on all systems (if the OS or filesystem does not support symlinks, then they are emulated). This program has a GUI and a command line interface.
rlimit is a program that lets you run processes with system resource limits set. It can be used by software developers and testers to test that software will run correctly in resource restricted environments. It is also useful for software which would otherwise consume excessive resources such as programs that used 100% CPU, set their own priority levels, or consume too much memory. This is basically a command line interface to the system functions getrlimit() and setrlimit().