petersirka / node-backup

backup & restore files and directories
MIT License
41 stars 3 forks source link

Is there a way to create increment backups? #2

Open loadaverage opened 10 years ago

loadaverage commented 10 years ago

Hi! Thanks for this project. Have you thought about incremental backup functionality in node.js? There are some tools, like rdiff-backup or duplicity that could be third party 'dependency', but the are great tools. Regards.

petersirka commented 10 years ago

Hi @invokercd, no, incremental backup is not supported, but it's not bad idea. We must wait for new updates for the following year. Thanks!

loadaverage commented 9 years ago

@petersirka In a nutshell, at this time I look for solution to bind these utilities with node.js (and maybe create some REST frontend for statistics/manipulating). The problem is, I don't well known how 'deep' node.js can interact with shell (using exec) commands.