Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | dsync: break out of the while loop using 'break' instead of setting the ↵ | Micah Anderson | |
failedcount number, otherwise this will trigger the warning later | |||
2012-11-26 | dsync: fix loop number of iterations, we want to try 3 times, and we are ↵ | Micah Anderson | |
starting at 0 | |||
2012-11-26 | remove some debugging bits that snuck in | Micah Anderson | |
2012-11-26 | set autotools markers and default application paths | Micah Anderson | |
2012-11-26 | the 'fatal' here was causing backups to stop after they hit a user who has | Micah Anderson | |
trouble, causing all subsequent backups never to fire. | |||
2012-11-26 | fix quoting on srcconffile and destcconffile | Micah Anderson | |
stop attempting to sync to current_backup, because if we do this then we do this then we don't take advantage of the hardlinking that is done later | |||
2012-06-11 | add experimental dsync handler, heavily based on maildir handler | Micah Anderson | |