Software Alternatives & Reviews

How to use Node.js to backup your personal files (and learn some webdev skills along the way)

PM2 RoboCopy
  1. 1

    PM2

    Advanced, production process manager for Node.js
    Before we get into our final solution using pm2, I'd like to quickly show Mac/Linux users how you can get this to work without installing any addition tools at all using nohup.

    #Monitoring Tools #Performance Monitoring #Log Management 50 social mentions

  2. Robocopy is a free file copy tool that is included with the Microsoft Windows operating system. It allows one to construct complicated instructions to move, or copy files.
    Here's the really cool thing though: not only does Windows have a very similar tool with a similar API called robocopy, the rsync NPM package allows us to chain a method called executable() that takes a string.

    #File Management #Data Replication #File Migration 50 social mentions

  3. The quick and simple editor for cron schedule expressions by Cronitor

    #Cron Monitoring #Cron #OS & Utilities 149 social mentions

Discuss: How to use Node.js to backup your personal files (and learn some webdev skills along the way)

Log in or Post with