Commit Graph

  • 9b3ea2d410 Log to destination (#280) master gahowork 2025-05-27 14:30:01 +02:00
  • c0b2ccd7c1 Update README.md Laurent Cozic 2024-09-12 07:28:31 +01:00
  • 7af3df3644 Update symlink and remove .inprogress only after success (#264) qinjunjerry 2023-12-17 19:51:09 +01:00
  • 6664e6c5bc Fixed indentation and white space Laurent Cozic 2023-12-17 10:16:28 +00:00
  • d14cafde7b fix: Quote $0 and printed variable (#263) Edwin Kofler 2023-12-13 06:25:04 -08:00
  • c859a821b8 Update README.md Laurent Cozic 2023-03-14 16:03:18 +00:00
  • ff223c9df0 README: Add --rsync-append-flags (#242) x4e-jonas 2021-12-17 19:16:58 +01:00
  • 7e3618c514 mod fn_parse_date, mismatch version/syntax of date (#240) Benjamin 2021-06-25 11:44:49 -04:00
  • 30339af32b corrected typo :-) (#233) ettoetto 2021-03-30 15:11:44 +02:00
  • 6374c32a95 Update rsync_tmbackup.sh (#232) psmanek 2021-02-28 19:02:59 +01:00
  • 88db869fe7 fix typo (#179) linleybao 2019-11-06 00:39:26 +08:00
  • da904fe66c File existence and file system type checks (#170) omer-musa-battal 2019-09-29 17:57:59 +03:00
  • 27c56e9690 Fix lock to support more than one backup script running (#163) kapitainsky 2019-09-28 13:32:25 +01:00
  • b460078ab0 Tabs Laurent Cozic 2019-09-25 22:18:57 +01:00
  • 48b42bf6ba Fix edge case in backup expiration logic (#166) kapitainsky 2019-09-25 22:18:06 +01:00
  • eb5fe002e6 Create FUNDING.yml Laurent Cozic 2019-09-24 07:47:41 +01:00
  • 218e43e5bf Doc: Removed redundant example Laurent Cozic 2019-09-24 07:46:51 +01:00
  • a9eb0efbad Doc: Update mount example to work on more systems (#147) AbdelKarim Mateos 2019-09-24 08:46:28 +02:00
  • e2b4148855 Removed comment from --rsync-get-flags option Laurent Cozic 2019-09-06 15:29:31 +01:00
  • 1b4319b827 move rsync flag --compress to ssh section. It will be used only if de… (#159) zwotzie 2019-08-16 13:44:27 +02:00
  • c40c3b2b77 typo corr (#145) Wikinaut 2019-02-24 00:36:59 +01:00
  • 72d694d8e4 Added rsync-append-flags method and method to specify id_rsa for ssh (#134) DeeeeLAN 2019-01-18 05:17:34 -07:00
  • ae564afa9c Merge pull request #124 from cr1901/netbsd Laurent Cozic 2018-06-13 20:13:30 +01:00
  • 487fd112c1 Use NetBSD ps in place of pgrep to determine whether a backup is currently running. William D. Jones 2018-06-13 14:11:27 +00:00
  • 2ba179ca7d Add NetBSD date parsing. William D. Jones 2018-06-12 13:33:21 +00:00
  • 5e0f3bb09d Merge pull request #120 from laurent22/expiration-strategy Laurent Cozic 2018-05-18 11:11:30 +01:00
  • 9eba8e81c4 Merge pull request #114 from neddy70/no-auto-expire expiration-strategy Laurent Cozic 2018-03-18 11:55:50 +00:00
  • 9f9a4945e2 Merge branch 'expiration-strategy' into no-auto-expire Merge upstream fixes Neddy70 2018-03-18 21:54:36 +11:00
  • 1a731243f7 Merge branch 'expiration-strategy' of github.com:laurent22/rsync-time-backup into expiration-strategy Laurent Cozic 2018-03-18 10:07:31 +00:00
  • b0654c96e0 Added option to disable automatically purging old backups when out of space. Neddy70 2018-03-17 11:41:14 +11:00
  • 7f1431c13a Fixed date parsing issue Laurent Cozic 2018-03-05 19:29:14 +00:00
  • 4af7610dd1 Update README.md Laurent Cozic 2018-02-26 10:57:58 +00:00
  • c5af8528bb Merge branch 'master' into expiration-strategy Laurent Cozic 2018-02-24 12:26:46 +00:00
  • 051733df1e Fixed variable names Laurent Cozic 2018-02-23 18:19:09 +00:00
  • 7383c50134 Documented backup expiration strategy and added test file Laurent Cozic 2018-02-23 18:16:37 +00:00
  • a77169818e Changed order of expiration strategy items Laurent Cozic 2018-02-23 17:55:12 +00:00
  • c211541848 Merge pull request #110 from Loki3000/master Laurent Cozic 2018-02-23 09:53:45 +00:00
  • 80c4d26573 Fix work with symlink as a destination Loki3000 2018-02-23 12:25:36 +03:00
  • 5aac62cfc0 Merge pull request #109 from NathanFrench/master Laurent Cozic 2018-02-12 12:38:49 +01:00
  • bfa1fd092e Fix to assure only one instance is running. Nathan French 2018-01-19 13:42:54 -05:00
  • c313e0a322 Merge pull request #102 from mmolinac/tigercompat Laurent Cozic 2017-12-09 11:07:56 +00:00
  • 19ecacad25 Newer versions of bash reports OSTYPE differently. This copes with the case. Manuel Molina Cuberos 2017-12-09 11:28:22 +01:00
  • 31a7bac4b4 Replaced operator '=~' with 'grep -Eq' and using a perl one-liner to avoid 'date -j'. Both are not compatible with Mac OS X Tiger. Manuel Molina Cuberos 2017-12-08 22:20:53 +01:00
  • b57cf4b732 Removed accidentally committed test files v1.1.5 Laurent Cozic 2017-11-26 17:00:02 +00:00
  • 2d0cb29bcb Allow specifying the expiration strategy tokens in any order (less error prone) Laurent Cozic 2017-11-26 16:59:29 +00:00
  • c608793b60 Moved expiration logic to own function and implemented handling of strategy tokens Laurent Cozic 2017-11-26 16:48:03 +00:00
  • e988703100 Added --strategy option description Matthias Kern 2017-11-24 20:20:58 +01:00
  • c5c1307062 Introduces function that parses the --strategy option into a two dimensional array Matthias Kern 2017-11-24 20:16:22 +01:00
  • d13af58252 Merge pull request #96 from thomas-mc-work/patch-1 Laurent Cozic 2017-11-17 12:17:22 +01:00
  • 260715a9b9 Also detect single dashes as error Thomas McWork 2017-11-17 10:20:50 +01:00
  • fd4a29e848 Update README.md Laurent Cozic 2017-10-05 21:18:14 +01:00
  • bb909c332b Update README.md Laurent Cozic 2017-10-05 21:13:17 +01:00
  • 74f418d561 Update README.md Laurent Cozic 2017-09-26 15:09:55 +01:00
  • 4393a86bd0 Merge pull request #90 from markalston/master Laurent Cozic 2017-09-26 15:08:36 +01:00
  • 732ad83ed8 Update Readme.md to reflect remote pull method markalston 2017-09-26 08:03:48 -06:00
  • d5b26f76e1 Merge pull request #91 from wietsefranssen/fix/zsh Laurent Cozic 2017-09-23 19:07:46 +01:00
  • dfeafb3d9f fixed check for previous backups in zsh Wietse Franssen 2017-09-22 15:23:46 +02:00
  • 1ed730e614 Update README.md Laurent Cozic 2017-09-21 11:55:08 +01:00
  • 5a8ed7b008 Update rsync_tmbackup.sh markalston 2017-09-20 10:54:52 -06:00
  • 13357c1cc9 fixes for ssh source folder / markalston 2017-09-20 10:40:34 -06:00
  • 6b05dca48a fixed missing SSH_SRC_FOLDER_PREFIXs markalston 2017-09-20 09:36:36 -06:00
  • 88dce0e3f9 Updated rsync_tmbackup.sh to allow remote source markalston 2017-09-20 09:22:18 -06:00
  • 9a5afa66f4 Merge pull request #76 from SimonHeimberg/patch-1 Laurent Cozic 2017-06-08 14:02:44 +01:00
  • db316ed18e correct argument for maxdept parameter Simon Heimberg 2017-06-08 14:51:59 +02:00
  • 8ef83da5d9 Reverted to use rm for directory deletion Laurent Cozic 2017-06-04 11:25:39 +01:00
  • b85bf9a6e5 Updated README and mentioned built-in lock Laurent Cozic 2017-06-03 15:39:19 +01:00
  • b41589ec77 Only use optimised deletion method for large directories Laurent Cozic 2017-06-03 15:31:48 +01:00
  • 8f8fbeb130 Merge pull request #80 from dovecode/cygwin-conflict-support Laurent Cozic 2017-06-03 14:54:10 +01:00
  • dbc2f536fa Add support for checking if the previous backup is still running under cygwin root 2017-05-18 20:04:31 -04:00
  • d152279d30 Still delete inprogress file in case of error or warning Laurent Cozic 2017-05-08 20:14:15 +00:00
  • 6364fe1ca0 correct position for maxdept parameter SimonHeimberg 2017-05-04 14:55:32 +02:00
  • 41f9bd1c8c do not search for directories recurisve SimonHeimberg 2017-05-04 14:49:30 +02:00
  • 15329de603 Changed order of error/warning handling to avoid redundant error messages. Displayed grep command that can be copied and pasted to investigate backup issues. Laurent Cozic 2017-05-02 21:14:22 +00:00
  • 77d8c56000 Added --stats --human-readable to default rsync flags, and done minor clean up and refactoring Laurent Cozic 2017-05-02 21:58:01 +00:00
  • 1ffb922e33 Update README.md Laurent Cozic 2017-05-02 12:20:50 +01:00
  • d65cb504cc Documented expiration logic in README Laurent Cozic 2017-05-02 20:36:10 +00:00
  • f9205f6e20 Allow setting log file directory Laurent Cozic 2017-05-02 20:14:36 +00:00
  • 041ffb459b Merge pull request #74 from robocad/patch-1 Laurent Cozic 2017-04-27 23:21:45 +01:00
  • d612e9980e Update README.md robocad 2017-04-27 22:07:37 +02:00
  • b2e5582ade Update README.md Laurent Cozic 2017-04-25 16:10:48 +01:00
  • 1d8592c39a Update README.md Laurent Cozic 2017-04-25 16:09:30 +01:00
  • cffc330ff5 Update README.md Laurent Cozic 2017-04-25 16:07:47 +01:00
  • 4b15ea8f75 Merge pull request #72 from jpartain89/master Laurent Cozic 2017-04-25 16:05:01 +01:00
  • 9367b9b80b Changed flock line jpartain89 2017-04-25 09:24:49 -05:00
  • 674d5a1878 Merge pull request #71 from joekerna/fn_rm Laurent Cozic 2017-04-25 12:42:13 +01:00
  • dff1ea00e1 rsync doesn't work with files joekerna 2017-04-19 10:01:30 +02:00
  • 78d7121586 Improve backup removal (Issue #55) joekerna 2017-04-18 14:48:40 +02:00
  • 75ff2a6aca Merge pull request #69 from mackdata/master Laurent Cozic 2017-04-06 14:36:43 +01:00
  • 1964baa4a2 Update README.md mackdata 2017-04-06 15:28:45 +02:00
  • c44911155e Update README.md mackdata 2017-04-06 15:23:28 +02:00
  • 103f85cd65 Update README.md mackdata 2017-04-06 13:33:34 +02:00
  • 756b03bc32 Fixes issue #59 - script didn't work when source set to '/' Laurent Cozic 2016-11-29 12:28:10 +00:00
  • 1880478bc5 Merge pull request #57 from dliessi/fix-date-FreeBSD Laurent Cozic 2016-10-08 11:28:02 +01:00
  • 4cf2f2e081 fix date parsing on FreeBSD Davide Liessi 2016-10-05 22:51:08 +02:00
  • 9bf68c1e1e Removed test dir Laurent Cozic 2016-10-03 21:04:20 +01:00
  • 41427964ac Removed --archive flag and replaced it with the actual options, to make it clear what's happening. Also removed --verbose Laurent Cozic 2016-10-01 13:48:30 +01:00
  • 56a3a89866 Fixed issue with paths that contain spaces Laurent Cozic 2016-10-01 13:44:56 +01:00
  • b9d359f797 Update rsync_tmbackup.sh Laurent Cozic 2016-09-10 11:32:11 +01:00
  • d680039e5f Update README.md Laurent Cozic 2016-09-10 11:30:17 +01:00
  • 5a0fd5f3b1 Added SSH and Time Machine style backup example Laurent Cozic 2016-08-16 09:36:57 +01:00