| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-16 | Added SSH and Time Machine style backup example | Laurent Cozic | |
| 2016-08-15 | Added support for setting SSH port | Laurent Cozic | |
| 2016-08-15 | Added support for command line flags | Laurent Cozic | |
| 2016-08-12 | Formatting - not sure when that was changed to spaces | Laurent Cozic | |
| 2016-05-05 | Not supported on certain versions of BusyBox - fixes issue #52 | Laurent Cozic | |
| 2016-03-22 | Merge pull request #47 from BrandonDusseau/master | Laurent Cozic | |
| Fixes issue with incorrectly detecting if backup is already running if interrupted | |||
| 2016-03-19 | Fixes issue with incorrectly detecting if backup is already running if ↵ | Brandon Dusseau | |
| interrupted | |||
| 2016-02-03 | Merge pull request #32 from bhuvi8/master | Laurent Cozic | |
| display usage info if required args not passed | |||
| 2016-02-03 | modified to not assume destination if not provided | Bhuvanesh Kumar | |
| 2015-12-08 | Add backup files(*~) to .gitignore | Bhuvanesh Kumar | |
| 2015-12-08 | Merge remote-tracking branch 'upstream/master' | Bhuvanesh Kumar | |
| Conflicts: rsync_tmbackup.sh | |||
| 2015-11-08 | Update README.md | Laurent Cozic | |
| Mentioned support for SSH. | |||
| 2015-11-08 | 'Fix' active backup task issue in Cygwin, added warning, and TODO solution | Laurent Cozic | |
| 2015-11-08 | Merge pull request #29 from fustundag/master | Laurent Cozic | |
| SSH support added. | |||
| 2015-10-30 | Update README.md | Laurent Cozic | |
| Provided more information as to what the script actually does | |||
| 2015-09-26 | Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bit | Fatih Üstündağ | |
| 2015-09-26 | Merge branch 'master' of /Users/fatihustundag/Projects/rsync-time-backup ↵ | Fatih Üstündağ | |
| with conflicts. | |||
| 2015-09-26 | Merge remote-tracking branch 'origin/master' | Fatih Üstündağ | |
| 2015-09-26 | Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bit | Fatih Üstündağ | |
| 2015-09-25 | Removed broken Bitdeli badge and updated date | Laurent Cozic | |
| 2015-04-05 | Merge pull request #37 from uglygus/master | Laurent Cozic | |
| Fixed PID re-use issue | |||
| 2015-04-04 | PID reuse | uglygus | |
| Checks for PID and $APPNAME in the results from pgrep in order to avoid the problem where the PID from a previous run has been recycled by another process. This caused us to exit even though we are not currently running. | |||
| 2015-03-02 | Merge pull request #2 from StevenWolfe/master | Fatih Üstündağ | |
| Cleanup by homebysix | |||
| 2015-02-27 | Merge pull request #1 from homebysix/master | Steve Wolfe | |
| Code cleanup and cosmetic formatting changes. | |||
| 2015-02-15 | Merge pull request #36 from eaut/avoid-concurrent | Laurent Cozic | |
| Prevent execution of concurrent backup tasks | |||
| 2015-02-13 | prevent execution of concurrent backup tasks | eaut | |
| 2015-01-20 | Cleaned up whitespace (no changes to code). | Elliot Jordan | |
| 2015-01-20 | Consistent formatting for conditionals. | Elliot Jordan | |
| 2015-01-20 | Removed unnecessary $ from arithmetics. | Elliot Jordan | |
| 2014-09-19 | Update README.md | lau | |
| Added complete license | |||
| 2014-04-28 | Merge branch 'master' of https://github.com/laurent22/rsync-time-backup | Laurent Cozic | |
| 2014-04-28 | More complete command | Laurent Cozic | |
| 2014-02-03 | Update README.md | Laurent | |
| 2014-02-03 | Update README.md | Laurent | |
| Clarify advantages/disadvantages | |||
| 2014-02-03 | Update README.md | Laurent | |
| Update compatibility. | |||
| 2014-01-30 | if destination is not specified assume current folder | Bhuvanesh Kumar | |
| 2014-01-29 | display usage info if required args not passed | Bhuvanesh Kumar | |
| 2014-01-26 | Merge pull request #31 from musically-ut/patch-1 | Laurent | |
| Fix minor typos in the README.md | |||
| 2014-01-26 | Fix minor typos in the README.md | Utkarsh Upadhyay | |
| 2014-01-14 | Merge pull request #30 from Meldanya/master | Laurent | |
| Fix expiring old backups | |||
| 2014-01-14 | Fix expiring old backups | Erik Jansson | |
| This got (accidentally?) turned off in a previous commit. | |||
| 2014-01-12 | Added TODO to README.md | Laurent Cozic | |
| 2014-01-03 | SSH support added. | Fatih Üstündağ | |
| Backups can be created at remote server via ssh. Destination folder should be given like “root@192.168.0.1:/bakcups” NOTE: Assumed public/private key config is ok. | |||
| 2013-12-27 | Update README.md | Laurent | |
| Testing status. | |||
| 2013-12-21 | OS X compatibility and splitted rsync errors and warnings | Laurent Cozic | |
| - Fixed bug on OS X since "--" is not supported by sed. - Changed sed to grep for consistency with rest of the code. - Splitted handling of rsync errors/warnings - for errors we quit with an error code, for warnings we print a message but complete the backup process. | |||
| 2013-12-21 | Merge pull request #27 from bhuvi8/master | Laurent | |
| Added rsync error handling and modified WARN and ERROR functions to print to stderr | |||
| 2013-12-18 | Deleting log file when no error is found and proper handling of rsync errors | bhuvi8 | |
| through log file rather than through exit code | |||
| 2013-12-17 | Added rsync error handling and modified WARN and ERROR functions to print to | bhuvi8 | |
| stderr | |||
| 2013-12-16 | Merge pull request #26 from jakschu/patch-1 | Laurent | |
| Fix typo | |||
| 2013-12-16 | Fix typo | jakschu | |
