drivername:driverspec
i.e.
file:/etc/passwd stdio: pipe:dd of=/dev/null
Wherever the Director expects a file retriever URI (for instance as part of a database URI) a string of the form drivername:driverspec can be used, where drivername specifies which file access driver should be used and driverspec is a driver specific string that tells the driver which of the available files it should connect to.
Modules | |
| Atomic File Retriever | |
| Local file access with files written in an atomic operation. | |
| Backup File Retriever | |
| Access local files and save a backup copy before overwriting. | |
| Config File Retriever | |
| Retrieve files and expand include statements. | |
| File Insert Retriever | |
| Access local files and preserve static sections within the file. | |
| File Retriever | |
| Access local files. | |
| Pipe Retriever | |
| Pipe files into shell commands or read them from commands. | |
| Server File Retriever | |
| Access files on the Director server via an agent connection. | |
| StdIO Retriever | |
| Read and write files via standard input/output. | |
1.4.5