summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-17Also detect single dashes as errorThomas 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-05Update README.mdLaurent Cozic
It would make sense to have the list of features first
2017-10-05Update README.mdLaurent Cozic
Added "Extensions" section
2017-09-26Update README.mdLaurent Cozic
Minor tweaks
2017-09-26Merge pull request #90 from markalston/masterLaurent Cozic
Added ability to pull files from remote ssh server
2017-09-26Update Readme.md to reflect remote pull methodmarkalston
2017-09-23Merge pull request #91 from wietsefranssen/fix/zshLaurent Cozic
fixed check for previous backups in zsh
2017-09-22fixed check for previous backups in zshWietse Franssen
2017-09-21Update README.mdLaurent Cozic
Added "How to restore" section
2017-09-20Update rsync_tmbackup.shmarkalston
2017-09-20fixes for ssh source folder /markalston
2017-09-20fixed missing SSH_SRC_FOLDER_PREFIXsmarkalston
2017-09-20Updated rsync_tmbackup.sh to allow remote sourcemarkalston
Changes to allow rsync_tmbackup.sh to pull files from remote server.
2017-06-08Merge pull request #76 from SimonHeimberg/patch-1Laurent Cozic
do not search for directories recurisve
2017-06-08correct argument for maxdept parameterSimon Heimberg
2017-06-04Reverted to use `rm` for directory deletionLaurent Cozic
2017-06-03Updated README and mentioned built-in lockLaurent Cozic
2017-06-03Only use optimised deletion method for large directoriesLaurent Cozic
2017-06-03Merge pull request #80 from dovecode/cygwin-conflict-supportLaurent Cozic
Add cygwin support for checking if the previous backup is still running
2017-05-18Add support for checking if the previous backup is still running under cygwinroot
2017-05-08Still delete inprogress file in case of error or warningLaurent Cozic
2017-05-04correct position for maxdept parameterSimonHeimberg
as suggested by the output of find
2017-05-04do not search for directories recurisveSimonHeimberg
This gives a big speed improvement when the dest dir contains other directories containting many subdirectories.
2017-05-02Changed 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-02Added --stats --human-readable to default rsync flags, and done minor clean ↵Laurent Cozic
up and refactoring
2017-05-02Update README.mdLaurent Cozic
Fixed headers
2017-05-02Documented expiration logic in READMELaurent Cozic
2017-05-02Allow setting log file directoryLaurent Cozic
2017-04-27Merge pull request #74 from robocad/patch-1Laurent Cozic
Update README.md
2017-04-27Update README.mdrobocad
typo
2017-04-25Update README.mdLaurent Cozic
Fixed tabs
2017-04-25Update README.mdLaurent Cozic
Fixed readme file
2017-04-25Update README.mdLaurent Cozic
Moved `flock` information under Example and shortened it
2017-04-25Merge pull request #72 from jpartain89/masterLaurent Cozic
Changed `flock` line
2017-04-25Changed `flock` linejpartain89
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-25Merge pull request #71 from joekerna/fn_rmLaurent Cozic
Improve speed of expiring backups
2017-04-19rsync doesn't work with filesjoekerna
Use rsync only to delete directories and stick to rm for files.
2017-04-18Improve backup removal (Issue #55)joekerna
Implemented quicker removal of old backups according to issue #55
2017-04-06Merge pull request #69 from mackdata/masterLaurent Cozic
Update README.md
2017-04-06Update README.mdmackdata
2017-04-06Update README.mdmackdata
2017-04-06Update README.mdmackdata
Added section ## Lockfile
2016-11-29Fixes issue #59 - script didn't work when source set to '/'Laurent Cozic
2016-10-08Merge pull request #57 from dliessi/fix-date-FreeBSDLaurent Cozic
fix date parsing on FreeBSD
2016-10-05fix date parsing on FreeBSDDavide Liessi
2016-10-03Removed test dirLaurent Cozic
2016-10-01Removed --archive flag and replaced it with the actual options, to make it ↵Laurent Cozic
clear what's happening. Also removed --verbose
2016-10-01Fixed issue with paths that contain spacesLaurent Cozic
2016-09-10Update rsync_tmbackup.shLaurent Cozic
Allow getting and setting rsync options
2016-09-10Update README.mdLaurent Cozic
Documented `--rsync-set-flags` option.