Does anyone know of a node.js script that periodically runs a backup on a development directory? (The server I would like to run this on does not allow binaries for security reasons.)
You could use node-cron and use the fs module to copy the directory yourself.