summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-16Added SSH and Time Machine style backup exampleLaurent Cozic
2016-08-15Added support for setting SSH portLaurent Cozic
2016-08-15Added support for command line flagsLaurent Cozic
2016-08-12Formatting - not sure when that was changed to spacesLaurent Cozic
2016-05-05Not supported on certain versions of BusyBox - fixes issue #52Laurent Cozic
2016-03-22Merge pull request #47 from BrandonDusseau/masterLaurent Cozic
Fixes issue with incorrectly detecting if backup is already running if interrupted
2016-03-19Fixes issue with incorrectly detecting if backup is already running if ↵Brandon Dusseau
interrupted
2016-02-03Merge pull request #32 from bhuvi8/masterLaurent Cozic
display usage info if required args not passed
2016-02-03modified to not assume destination if not providedBhuvanesh Kumar
2015-12-08Add backup files(*~) to .gitignoreBhuvanesh Kumar
2015-12-08Merge remote-tracking branch 'upstream/master'Bhuvanesh Kumar
Conflicts: rsync_tmbackup.sh
2015-11-08Update README.mdLaurent Cozic
Mentioned support for SSH.
2015-11-08'Fix' active backup task issue in Cygwin, added warning, and TODO solutionLaurent Cozic
2015-11-08Merge pull request #29 from fustundag/masterLaurent Cozic
SSH support added.
2015-10-30Update README.mdLaurent Cozic
Provided more information as to what the script actually does
2015-09-26Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bitFatih Üstündağ
2015-09-26Merge branch 'master' of /Users/fatihustundag/Projects/rsync-time-backup ↵Fatih Üstündağ
with conflicts.
2015-09-26Merge remote-tracking branch 'origin/master'Fatih Üstündağ
2015-09-26Tested at Cygwin 2.2.1 at Windows Server 2012 R2 64bitFatih Üstündağ
2015-09-25Removed broken Bitdeli badge and updated dateLaurent Cozic
2015-04-05Merge pull request #37 from uglygus/masterLaurent Cozic
Fixed PID re-use issue
2015-04-04PID reuseuglygus
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-02Merge pull request #2 from StevenWolfe/masterFatih Üstündağ
Cleanup by homebysix
2015-02-27Merge pull request #1 from homebysix/masterSteve Wolfe
Code cleanup and cosmetic formatting changes.
2015-02-15Merge pull request #36 from eaut/avoid-concurrentLaurent Cozic
Prevent execution of concurrent backup tasks
2015-02-13prevent execution of concurrent backup taskseaut
2015-01-20Cleaned up whitespace (no changes to code).Elliot Jordan
2015-01-20Consistent formatting for conditionals.Elliot Jordan
2015-01-20Removed unnecessary $ from arithmetics.Elliot Jordan
2014-09-19Update README.mdlau
Added complete license
2014-04-28Merge branch 'master' of https://github.com/laurent22/rsync-time-backupLaurent Cozic
2014-04-28More complete commandLaurent Cozic
2014-02-03Update README.mdLaurent
2014-02-03Update README.mdLaurent
Clarify advantages/disadvantages
2014-02-03Update README.mdLaurent
Update compatibility.
2014-01-30if destination is not specified assume current folderBhuvanesh Kumar
2014-01-29display usage info if required args not passedBhuvanesh Kumar
2014-01-26Merge pull request #31 from musically-ut/patch-1Laurent
Fix minor typos in the README.md
2014-01-26Fix minor typos in the README.mdUtkarsh Upadhyay
2014-01-14Merge pull request #30 from Meldanya/masterLaurent
Fix expiring old backups
2014-01-14Fix expiring old backupsErik Jansson
This got (accidentally?) turned off in a previous commit.
2014-01-12Added TODO to README.mdLaurent Cozic
2014-01-03SSH 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-27Update README.mdLaurent
Testing status.
2013-12-21OS X compatibility and splitted rsync errors and warningsLaurent 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-21Merge pull request #27 from bhuvi8/masterLaurent
Added rsync error handling and modified WARN and ERROR functions to print to stderr
2013-12-18Deleting log file when no error is found and proper handling of rsync errorsbhuvi8
through log file rather than through exit code
2013-12-17Added rsync error handling and modified WARN and ERROR functions to print tobhuvi8
stderr
2013-12-16Merge pull request #26 from jakschu/patch-1Laurent
Fix typo
2013-12-16Fix typojakschu