jailtime
jailtime copied to clipboard
Create and manage chroot/jail environments
Example jailspec: ``` /path/to/Read Me.txt /path/to/Important File.txt -> /path/to/readme.txt ```
See subject, there are currently no tests. The following should be implemented, in order of priority: 1. End-to-end testing: Run `jailtime` on `test/testfile.jailspec` and check for the expected directory structure...
A package directive could be added that would use the system's local package manager to either a) gather the list of files to copy or b) install directly into the...
So far, parsing is done via the `regexp` package. This does not give good error messages.