使用JS或其他任何文件和NPM库的文件和文件夹备份管理器-到GDrive / Dropbox / AWS

时间:2019-05-15 13:35:55

标签: javascript node.js npm

我们需要我们现有软件中的备份功能,该功能已在一段时间内以节点n npm软件包的形式构建。此备份功能应该能够:

1. get hostname - so as to know whose backup is being taken --- done 
2. scan the drives available in the system - done
3. scan through the available drives to backup -- ('doc','kmz', 'aes') -- and send the tree structure of drive as a file with timestamp -- 
4. send the above found files to dropbox/aws/gdrive of company 
5. maintain a state locally and send the new files subsequently.

我知道有太多人正在向正在阅读的人问-但让我看看-:)谢谢

我已经达到了目标

1-done
2-done
3-partially done but not satisfactory
4- sending file done

我已经使用了fwg npm软件包 1.操作系统 2. child_process 3.节点磁盘 4. fse

会在某个时间更新

** drivelist.list()不起作用**-或我不知道如何使用它:(

0 个答案:

没有答案