60 Commits

Author SHA1 Message Date
gahowork 9b3ea2d410 Log to destination (#280) 2025-05-27 13:30:01 +01:00
Laurent Cozic c0b2ccd7c1 Update README.md 2024-09-12 07:28:31 +01:00
Laurent Cozic c859a821b8 Update README.md 2023-03-14 16:03:18 +00:00
x4e-jonas ff223c9df0 README: Add --rsync-append-flags (#242) 2021-12-17 18:16:58 +00:00
ettoetto 30339af32b corrected typo :-) (#233) 2021-03-30 14:11:44 +01:00
Laurent Cozic 218e43e5bf Doc: Removed redundant example 2019-09-24 07:46:51 +01:00
AbdelKarim Mateos a9eb0efbad Doc: Update mount example to work on more systems (#147)
`0 */1 * * * if [[ -d /mnt/backup ]]; then rsync_tmbackup.sh /home /mnt/backup; fi` this is not valid for all sistems. Is not POSIX compilant. IMHO best soltuion is `if grep -qs /mnt/backup /proc/mounts; then rsync_tmbackup.sh /home /mnt/backup; fi`

Best regards and thanks for your script.
2019-09-24 07:46:28 +01:00
Wikinaut c40c3b2b77 typo corr (#145) 2019-02-23 23:36:59 +00:00
Neddy70 b0654c96e0 Added option to disable automatically purging old backups when out of space. 2018-03-17 11:41:14 +11:00
Laurent Cozic 4af7610dd1 Update README.md 2018-02-26 10:57:58 +00:00
Laurent Cozic 7383c50134 Documented backup expiration strategy and added test file 2018-02-23 18:16:37 +00:00
Laurent Cozic c608793b60 Moved expiration logic to own function and implemented handling of strategy tokens 2017-11-26 16:48:03 +00:00
Matthias Kern e988703100 Added --strategy option description 2017-11-24 20:20:58 +01:00
Laurent Cozic fd4a29e848 Update README.md
It would make sense to have the list of features first
2017-10-05 21:18:14 +01:00
Laurent Cozic bb909c332b Update README.md
Added "Extensions" section
2017-10-05 21:13:17 +01:00
Laurent Cozic 74f418d561 Update README.md
Minor tweaks
2017-09-26 15:09:55 +01:00
Laurent Cozic 4393a86bd0 Merge pull request #90 from markalston/master
Added ability to pull files from remote ssh server
2017-09-26 15:08:36 +01:00
markalston 732ad83ed8 Update Readme.md to reflect remote pull method 2017-09-26 08:03:48 -06:00
Laurent Cozic 1ed730e614 Update README.md
Added "How to restore" section
2017-09-21 11:55:08 +01:00
Laurent Cozic b85bf9a6e5 Updated README and mentioned built-in lock 2017-06-03 15:39:19 +01:00
Laurent Cozic 1ffb922e33 Update README.md
Fixed headers
2017-05-02 12:20:50 +01:00
Laurent Cozic d65cb504cc Documented expiration logic in README 2017-05-02 20:36:10 +00:00
Laurent Cozic f9205f6e20 Allow setting log file directory 2017-05-02 20:14:36 +00:00
robocad d612e9980e Update README.md
typo
2017-04-27 22:07:37 +02:00
Laurent Cozic b2e5582ade Update README.md
Fixed tabs
2017-04-25 16:10:48 +01:00
Laurent Cozic 1d8592c39a Update README.md
Fixed readme file
2017-04-25 16:09:30 +01:00
Laurent Cozic cffc330ff5 Update README.md
Moved `flock` information under Example and shortened it
2017-04-25 16:07:47 +01:00
jpartain89 9367b9b80b Changed flock line
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 09:24:49 -05:00
mackdata 1964baa4a2 Update README.md 2017-04-06 15:28:45 +02:00
mackdata c44911155e Update README.md 2017-04-06 15:23:28 +02:00
mackdata 103f85cd65 Update README.md
Added section ## Lockfile
2017-04-06 13:33:34 +02:00
Laurent Cozic 56a3a89866 Fixed issue with paths that contain spaces 2016-10-01 13:44:56 +01:00
Laurent Cozic d680039e5f Update README.md
Documented `--rsync-set-flags` option.
2016-09-10 11:30:17 +01:00
Laurent Cozic 5a0fd5f3b1 Added SSH and Time Machine style backup example 2016-08-16 09:36:57 +01:00
Laurent Cozic 9c36702657 Update README.md
Mentioned support for SSH.
2015-11-08 12:15:21 +01:00
Laurent Cozic a58148736b Update README.md
Provided more information as to what the script actually does
2015-10-30 22:52:39 +01:00
Laurent Cozic 73dce717df Removed broken Bitdeli badge and updated date 2015-09-25 00:05:03 +02:00
lau 21c24be547 Update README.md
Added complete license
2014-09-19 11:02:32 +02:00
Laurent 1384fdfd1c Update README.md 2014-02-03 02:20:46 +08:00
Laurent 7265d26b0b Update README.md
Clarify advantages/disadvantages
2014-02-03 02:19:25 +08:00
Laurent 64f7005ab7 Update README.md
Update compatibility.
2014-02-03 02:05:10 +08:00
Utkarsh Upadhyay 2c9805b450 Fix minor typos in the README.md 2014-01-26 21:20:49 +01:00
Laurent Cozic 27a98fb54b Added TODO to README.md 2014-01-12 03:09:12 +08:00
Laurent a3bd5009b1 Update README.md
Testing status.
2013-12-27 06:06:39 +08:00
jakschu 29f9f85361 Fix typo 2013-12-16 10:41:00 +01:00
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