| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-17 | Also detect single dashes as error | Thomas McWork | |
| This also recognizes single dashes as invalid input: rsync_tmbackup.sh - 1 2 3 Expected output: an error because it's unknown what the single `-` could mean Actual output: rsync_tmbackup: Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found). rsync_tmbackup: If it is indeed a backup folder, you may add the marker file by running the following command: rsync_tmbackup: rsync_tmbackup: mkdir -p -- "1" ; touch "1/backup.marker" rsync_tmbackup: | |||
| 2017-10-05 | Update README.md | Laurent Cozic | |
| It would make sense to have the list of features first | |||
| 2017-10-05 | Update README.md | Laurent Cozic | |
| Added "Extensions" section | |||
| 2017-09-26 | Update README.md | Laurent Cozic | |
| Minor tweaks | |||
| 2017-09-26 | Merge pull request #90 from markalston/master | Laurent Cozic | |
| Added ability to pull files from remote ssh server | |||
| 2017-09-26 | Update Readme.md to reflect remote pull method | markalston | |
| 2017-09-23 | Merge pull request #91 from wietsefranssen/fix/zsh | Laurent Cozic | |
| fixed check for previous backups in zsh | |||
| 2017-09-22 | fixed check for previous backups in zsh | Wietse Franssen | |
| 2017-09-21 | Update README.md | Laurent Cozic | |
| Added "How to restore" section | |||
| 2017-09-20 | Update rsync_tmbackup.sh | markalston | |
| 2017-09-20 | fixes for ssh source folder / | markalston | |
| 2017-09-20 | fixed missing SSH_SRC_FOLDER_PREFIXs | markalston | |
| 2017-09-20 | Updated rsync_tmbackup.sh to allow remote source | markalston | |
| Changes to allow rsync_tmbackup.sh to pull files from remote server. | |||
| 2017-06-08 | Merge pull request #76 from SimonHeimberg/patch-1 | Laurent Cozic | |
| do not search for directories recurisve | |||
| 2017-06-08 | correct argument for maxdept parameter | Simon Heimberg | |
| 2017-06-04 | Reverted to use `rm` for directory deletion | Laurent Cozic | |
| 2017-06-03 | Updated README and mentioned built-in lock | Laurent Cozic | |
| 2017-06-03 | Only use optimised deletion method for large directories | Laurent Cozic | |
| 2017-06-03 | Merge pull request #80 from dovecode/cygwin-conflict-support | Laurent Cozic | |
| Add cygwin support for checking if the previous backup is still running | |||
| 2017-05-18 | Add support for checking if the previous backup is still running under cygwin | root | |
| 2017-05-08 | Still delete inprogress file in case of error or warning | Laurent Cozic | |
| 2017-05-04 | correct position for maxdept parameter | SimonHeimberg | |
| as suggested by the output of find | |||
| 2017-05-04 | do not search for directories recurisve | SimonHeimberg | |
| This gives a big speed improvement when the dest dir contains other directories containting many subdirectories. | |||
| 2017-05-02 | Changed order of error/warning handling to avoid redundant error messages. | Laurent Cozic | |
| Displayed grep command that can be copied and pasted to investigate backup issues. | |||
| 2017-05-02 | Added --stats --human-readable to default rsync flags, and done minor clean ↵ | Laurent Cozic | |
| up and refactoring | |||
| 2017-05-02 | Update README.md | Laurent Cozic | |
| Fixed headers | |||
| 2017-05-02 | Documented expiration logic in README | Laurent Cozic | |
| 2017-05-02 | Allow setting log file directory | Laurent Cozic | |
| 2017-04-27 | Merge pull request #74 from robocad/patch-1 | Laurent Cozic | |
| Update README.md | |||
| 2017-04-27 | Update README.md | robocad | |
| typo | |||
| 2017-04-25 | Update README.md | Laurent Cozic | |
| Fixed tabs | |||
| 2017-04-25 | Update README.md | Laurent Cozic | |
| Fixed readme file | |||
| 2017-04-25 | Update README.md | Laurent Cozic | |
| Moved `flock` information under Example and shortened it | |||
| 2017-04-25 | Merge pull request #72 from jpartain89/master | Laurent Cozic | |
| Changed `flock` line | |||
| 2017-04-25 | Changed `flock` line | jpartain89 | |
| Changed `sh` to `bash` when calling `rsync_tmbackup.sh`. A bunch of errors pop up when using `sh`. trap: SIGINT: bad trap rsync_tmbackup.sh: 173: rsync_tmbackup.sh: [[: not found rsync_tmbackup.sh: 173: rsync_tmbackup.sh: -z: not found rsync_tmbackup.sh: 71: rsync_tmbackup.sh: [[: not found rsync_tmbackup.sh: 194: rsync_tmbackup.sh: [[: not found rsync_tmbackup.sh: 194: rsync_tmbackup.sh: [[: not found rsync_tmbackup.sh: 194: rsync_tmbackup.sh: [[: not found | |||
| 2017-04-25 | Merge pull request #71 from joekerna/fn_rm | Laurent Cozic | |
| Improve speed of expiring backups | |||
| 2017-04-19 | rsync doesn't work with files | joekerna | |
| Use rsync only to delete directories and stick to rm for files. | |||
| 2017-04-18 | Improve backup removal (Issue #55) | joekerna | |
| Implemented quicker removal of old backups according to issue #55 | |||
| 2017-04-06 | Merge pull request #69 from mackdata/master | Laurent Cozic | |
| Update README.md | |||
| 2017-04-06 | Update README.md | mackdata | |
| 2017-04-06 | Update README.md | mackdata | |
| 2017-04-06 | Update README.md | mackdata | |
| Added section ## Lockfile | |||
| 2016-11-29 | Fixes issue #59 - script didn't work when source set to '/' | Laurent Cozic | |
| 2016-10-08 | Merge pull request #57 from dliessi/fix-date-FreeBSD | Laurent Cozic | |
| fix date parsing on FreeBSD | |||
| 2016-10-05 | fix date parsing on FreeBSD | Davide Liessi | |
| 2016-10-03 | Removed test dir | Laurent Cozic | |
| 2016-10-01 | Removed --archive flag and replaced it with the actual options, to make it ↵ | Laurent Cozic | |
| clear what's happening. Also removed --verbose | |||
| 2016-10-01 | Fixed issue with paths that contain spaces | Laurent Cozic | |
| 2016-09-10 | Update rsync_tmbackup.sh | Laurent Cozic | |
| Allow getting and setting rsync options | |||
| 2016-09-10 | Update README.md | Laurent Cozic | |
| Documented `--rsync-set-flags` option. | |||
