| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-13 | Merge branch 'master' of https://github.com/rastkov/rsync-time-backup into ↵ | Laurent Cozic | |
| rastkov-master Conflicts: rsync_tmbackup.sh | |||
| 2013-11-13 | Merge branch 'master' of https://github.com/laurent22/rsync-time-backup | Laurent Cozic | |
| Conflicts: rsync_tmbackup.sh | |||
| 2013-11-13 | Using find instead of ls to find the last and second last directory used for ↵ | Laurent Cozic | |
| backup. | |||
| 2013-11-13 | Initial implementation of Time Machine style backup pruning. | Robert Bruce Park | |
| Within 24 hours, all backups are kept. Within 1 month, only the most recent backup for each day is kept. For all previous backups, only the most recent of each month is kept. This is not *quite* the same as Time Machine, but this implementation is a lot easier to do since it is based on string comparisons of the dates and doesn't require any "hard" date logic. Also this commit just 'echo's what will be deleted, and does not actually delete anything yet because I am still testing it. | |||
| 2013-11-12 | Merge branch 'master' of https://github.com/tyriis/rsync-time-backup into ↵ | Laurent Cozic | |
| tyriis-master Changed regex for grep iirc POSIX mode Conflicts: rsync_tmbackup.sh | |||
| 2013-11-12 | Merge branch 'master' of https://github.com/tyriis/rsync-time-backup into ↵ | Laurent Cozic | |
| tyriis-master Conflicts: rsync_tmbackup.sh | |||
| 2013-11-12 | Merge branch 'master' of https://github.com/laurent22/rsync-time-backup | Laurent Cozic | |
| Conflicts: rsync_tmbackup.sh | |||
| 2013-11-12 | Move more setup code inside loop | Laurent Cozic | |
| 2013-11-07 | Delete rsync_tmbackup.sh.bak | Laurent | |
| 2013-11-07 | Merge pull request #11 from Flimm/master | Laurent | |
| Deal with arguments with special characters better | |||
| 2013-11-07 | Handle source and dest arguments with spaces | David D Lowe | |
| 2013-11-05 | Delete old backup when no more space on destination | Laurent Cozic | |
| 2013-11-01 | Update rsync_tmbackup.sh | rastkov | |
| Set LAST_TIME, LINE_CONUT and SECOND_LAST_TIME based on `uname -s` output for Mac OS compatibility. | |||
| 2013-11-01 | Update rsync_tmbackup.sh | rastkov | |
| Using find with regex instead of glob | |||
| 2013-10-31 | Changed regex for grep iirc POSIX mode | nils biesalski | |
| http://stackoverflow.com/questions/6901171/is-d-not-supported-by-greps-basic-expressions | |||
| 2013-10-30 | Deal with arguments with special characters better | David D Lowe | |
| Script now handles filenames with special characters (such as spaces, hard tabs, newlines, double quotes and a dash prefix). The only exceptions are filenames with single quotes. In this case, the script will fail early with a clear error message. | |||
| 2013-10-29 | Update rsync_tmbackup.sh | rastkov | |
| 2013-10-29 | Update rsync_tmbackup.sh | rastkov | |
| Using find instead of ls to find the last and second last directory used for backup. | |||
| 2013-10-28 | Merge pull request #5 from bitdeli-chef/master | Laurent | |
| Add a Bitdeli Badge to README | |||
| 2013-10-28 | Add a Bitdeli badge to README | Bitdeli Chef | |
| 2013-10-28 | Merge pull request #2 from dereckson/patch-1 | Laurent | |
| Script less Linux-centric, more UNIX-agnostic | |||
| 2013-10-28 | Script less Linux-centric, more UNIX-agnostic | Sébastien Santoro | |
| On FreeBSD and Solaris, Bash isn't by default located in /bin. This shebang line will find it according the environment path. | |||
| 2013-10-28 | Update README.md | Laurent | |
| Added license | |||
| 2013-10-28 | Don't cross filesystem boundaries during backup. | Laurent Cozic | |
| 2013-10-27 | Update README.md | Laurent | |
| Formatting | |||
| 2013-10-27 | Readme formatting | Laurent Cozic | |
| 2013-10-27 | Readme formatting | Laurent Cozic | |
| 2013-10-27 | Fixed support for relative paths | Laurent Cozic | |
| 2013-10-27 | Readme tweaks | Laurent Cozic | |
| 2013-10-27 | Wrote readme file | Laurent Cozic | |
| 2013-10-27 | First commit | Laurent Cozic | |
| 2013-10-26 | Initial commit | Laurent | |
