Commit Graph

15 Commits

Author SHA1 Message Date
Laurent cb252f7545 Update README.md
Mentioned level of testing.
2013-11-26 03:40:23 +08:00
Laurent Cozic d31b689f6b Removed old backup deletion prompt, and formatting tweaks.
- Removed old backup deletion prompt as it's not really needed.
- Made all variables uppercase for consistency.
- Used double square brackets in `if` statements.
2013-11-16 22:50:10 +08:00
Laurent Cozic 81d6b4fb99 Merge branch 'master' of https://github.com/laurent22/rsync-time-backup 2013-11-16 22:20:07 +08:00
Laurent Cozic e092d5c2fd Updated list of features in README 2013-11-15 18:06:49 +08:00
Robert Bruce Park 72df5bf33e Rebase on master. 2013-11-13 09:16:31 -08:00
Laurent 8a2e91813b Update README.md
Now done: "Check if there's enough space in the destination before doing the backup. Also automatically delete old backups."
2013-11-13 17:57:51 +08:00
Robert Bruce Park d425a05528 Initial implementation of Time Machine style backup pruning.
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-13 00:01:17 -08:00
Bitdeli Chef b3416b27a0 Add a Bitdeli badge to README 2013-10-28 17:04:53 +00:00
Laurent 316e2ce58a Update README.md
Added license
2013-10-28 15:47:57 +08:00
Laurent 43ba814961 Update README.md
Formatting
2013-10-27 14:22:37 +08:00
Laurent Cozic 1340e5ecde Readme formatting 2013-10-27 14:20:12 +08:00
Laurent Cozic c5c3670555 Readme formatting 2013-10-27 14:19:37 +08:00
Laurent Cozic a3cdd8640a Readme tweaks 2013-10-27 12:34:05 +08:00
Laurent Cozic 405bdd9dc2 Wrote readme file 2013-10-27 12:31:06 +08:00
Laurent 13ab17cba4 Initial commit 2013-10-26 20:57:45 -07:00