summaryrefslogtreecommitdiff
path: root/rsync_tmbackup.sh
AgeCommit message (Expand)Author
2023-12-13fix: Quote `$0` and printed variable (#263)Edwin Kofler
2021-06-25mod `fn_parse_date`, mismatch version/syntax of `date` (#240)Benjamin
2021-02-28Update rsync_tmbackup.sh (#232)psmanek
2019-11-05fix typo (#179)linleybao
2019-09-29File existence and file system type checks (#170)omer-musa-battal
2019-09-28Fix lock to support more than one backup script running (#163)kapitainsky
2019-09-25TabsLaurent Cozic
2019-09-25Fix edge case in backup expiration logic (#166)kapitainsky
2019-09-06Removed comment from --rsync-get-flags optionLaurent Cozic
2019-08-16move rsync flag --compress to ssh section. It will be used only if de… (#159)zwotzie
2019-01-18Added rsync-append-flags method and method to specify id_rsa for ssh (#134)DeeeeLAN
2018-06-13Use NetBSD ps in place of pgrep to determine whether a backup is currently ru...William D. Jones
2018-06-12Add NetBSD date parsing.William D. Jones
2018-03-18Merge branch 'expiration-strategy' into no-auto-expireNeddy70
2018-03-17Added option to disable automatically purging old backups when out of space.Neddy70
2018-03-05Fixed date parsing issueLaurent Cozic
2018-02-24Merge branch 'master' into expiration-strategyLaurent Cozic
2018-02-23Fixed variable namesLaurent Cozic
2018-02-23Changed order of expiration strategy itemsLaurent Cozic
2018-02-23Fix work with symlink as a destinationLoki3000
2018-01-19Fix to assure only one instance is running.Nathan French
2017-12-09Newer versions of bash reports OSTYPE differently. This copes with the case.Manuel Molina Cuberos
2017-12-08Replaced operator '=~' with 'grep -Eq' and using a perl one-liner to avoid 'd...Manuel Molina Cuberos
2017-11-26Allow specifying the expiration strategy tokens in any order (less error prone)Laurent Cozic
2017-11-26Moved expiration logic to own function and implemented handling of strategy t...Laurent Cozic
2017-11-24Introduces function that parses the --strategy option into a two dimensional ...Matthias Kern
2017-11-17Also detect single dashes as errorThomas McWork
2017-09-26Merge pull request #90 from markalston/masterLaurent Cozic
2017-09-22fixed check for previous backups in zshWietse Franssen
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
2017-06-08Merge pull request #76 from SimonHeimberg/patch-1Laurent Cozic
2017-06-08correct argument for maxdept parameterSimon Heimberg
2017-06-04Reverted to use `rm` for directory deletionLaurent Cozic
2017-06-03Only use optimised deletion method for large directoriesLaurent Cozic
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
2017-05-04do not search for directories recurisveSimonHeimberg
2017-05-02Changed order of error/warning handling to avoid redundant error messages.Laurent Cozic
2017-05-02Added --stats --human-readable to default rsync flags, and done minor clean u...Laurent Cozic
2017-05-02Allow setting log file directoryLaurent Cozic
2017-04-19rsync doesn't work with filesjoekerna
2017-04-18Improve backup removal (Issue #55)joekerna
2016-11-29Fixes issue #59 - script didn't work when source set to '/'Laurent Cozic
2016-10-05fix date parsing on FreeBSDDavide Liessi
2016-10-01Removed --archive flag and replaced it with the actual options, to make it cl...Laurent Cozic
2016-10-01Fixed issue with paths that contain spacesLaurent Cozic