backup-bash
backup-bash copied to clipboard
Real time file syncing daemon using Rsync and Inotify written in Bash
Results
2
backup-bash issues
Sort by
recently updated
recently updated
newest added
If, while running rsync, a new directory is created in the watched tree, it will not be automatically added to the watch (which is the default behavior). This is because...
I posit that we may be trying to run this on older/embedded platforms which may not have bash 4.x+. `2>&1 >> 1` is equivalent to `&>>`, it's syntactical sugar. ```...