Skip to content

Releases: pedroetb/rsync-incremental-backup

v1.2.4

20 Jun 17:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

19 Jun 15:08
Compare
Choose a tag to compare

What's Changed

  • Remove missing useChecksum option from log output at rsync-incremental-backup-system-remote.
  • Check logs directory exists before trying to clean it.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

31 May 17:29
Compare
Choose a tag to compare

What's Changed

  • Set right file permissions for new script (allow execution), thanks @Megver83

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 May 14:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

30 May 12:43
Compare
Choose a tag to compare

What's Changed

  • Add new script for system backup with remote capabilities. Remote + system variant by @proninyaroslav in #23
  • Use bash 'printf' instead of system 'date' (#24), thanks to @Megver83.

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Oct 15:38
Compare
Choose a tag to compare

What's Changed

  • Enable --include-from flag of rsync by @deeperlearner in #21
  • Support additional rsync flags
  • Fix own folder exclusion
  • Ignore vanished files warning
  • Add 'maxLogFiles' to allow limit log history
  • Allow to disable checksum and compression features
  • Increase verbosity, show main settings values

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

19 Oct 17:57
Compare
Choose a tag to compare

Update README and add version comment to scripts

v1.0.1: Merge pull request #16 from pr0fg/master

16 Sep 06:55
a4babee
Compare
Choose a tag to compare
Changed date formatting to support both Linux & MacOS

v1.0.0: Drop '-X' rsync option from system backup

16 Sep 06:52
Compare
Choose a tag to compare
NFS mounts are not compatible with extended attributes. Ignoring them
improves script support for NFS.