index
:
rsync-time-backup.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-07-13
delete read only files
HEAD
master
Mike Vink
2025-05-27
Log to destination (#280)
gahowork
2024-09-12
Update README.md
Laurent Cozic
2023-12-17
Update symlink and remove .inprogress only after success (#264)
qinjunjerry
2023-12-17
Fixed indentation and white space
Laurent Cozic
2023-12-13
fix: Quote `$0` and printed variable (#263)
Edwin Kofler
2023-03-14
Update README.md
Laurent Cozic
2021-12-17
README: Add `--rsync-append-flags` (#242)
x4e-jonas
2021-06-25
mod `fn_parse_date`, mismatch version/syntax of `date` (#240)
Benjamin
2021-03-30
corrected typo :-) (#233)
ettoetto
2021-02-28
Update rsync_tmbackup.sh (#232)
psmanek
2019-11-05
fix typo (#179)
linleybao
2019-09-29
File existence and file system type checks (#170)
omer-musa-battal
2019-09-28
Fix lock to support more than one backup script running (#163)
kapitainsky
2019-09-25
Tabs
Laurent Cozic
2019-09-25
Fix edge case in backup expiration logic (#166)
kapitainsky
2019-09-24
Create FUNDING.yml
Laurent Cozic
2019-09-24
Doc: Removed redundant example
Laurent Cozic
2019-09-24
Doc: Update mount example to work on more systems (#147)
AbdelKarim Mateos
2019-09-06
Removed comment from --rsync-get-flags option
Laurent Cozic
2019-08-16
move rsync flag --compress to ssh section. It will be used only if de… (#159)
zwotzie
2019-02-23
typo corr (#145)
Wikinaut
2019-01-18
Added rsync-append-flags method and method to specify id_rsa for ssh (#134)
DeeeeLAN
2018-06-13
Merge pull request #124 from cr1901/netbsd
Laurent Cozic
2018-06-13
Use NetBSD ps in place of pgrep to determine whether a backup is currently ru...
William D. Jones
2018-06-12
Add NetBSD date parsing.
William D. Jones
2018-05-18
Merge pull request #120 from laurent22/expiration-strategy
Laurent Cozic
2018-03-18
Merge pull request #114 from neddy70/no-auto-expire
Laurent Cozic
2018-03-18
Merge branch 'expiration-strategy' into no-auto-expire
Neddy70
2018-03-18
Merge branch 'expiration-strategy' of github.com:laurent22/rsync-time-backup ...
Laurent Cozic
2018-03-17
Added option to disable automatically purging old backups when out of space.
Neddy70
2018-03-05
Fixed date parsing issue
Laurent Cozic
2018-02-26
Update README.md
Laurent Cozic
2018-02-24
Merge branch 'master' into expiration-strategy
Laurent Cozic
2018-02-23
Fixed variable names
Laurent Cozic
2018-02-23
Documented backup expiration strategy and added test file
Laurent Cozic
2018-02-23
Changed order of expiration strategy items
Laurent Cozic
2018-02-23
Merge pull request #110 from Loki3000/master
Laurent Cozic
2018-02-23
Fix work with symlink as a destination
Loki3000
2018-02-12
Merge pull request #109 from NathanFrench/master
Laurent Cozic
2018-01-19
Fix to assure only one instance is running.
Nathan French
2017-12-09
Merge pull request #102 from mmolinac/tigercompat
Laurent Cozic
2017-12-09
Newer versions of bash reports OSTYPE differently. This copes with the case.
Manuel Molina Cuberos
2017-12-08
Replaced operator '=~' with 'grep -Eq' and using a perl one-liner to avoid 'd...
Manuel Molina Cuberos
2017-11-26
Removed accidentally committed test files
Laurent Cozic
2017-11-26
Allow specifying the expiration strategy tokens in any order (less error prone)
Laurent Cozic
2017-11-26
Moved expiration logic to own function and implemented handling of strategy t...
Laurent Cozic
2017-11-24
Added --strategy option description
Matthias Kern
2017-11-24
Introduces function that parses the --strategy option into a two dimensional ...
Matthias Kern
2017-11-17
Merge pull request #96 from thomas-mc-work/patch-1
Laurent Cozic
[next]