Releases: pedroetb/rsync-incremental-backup
Releases · pedroetb/rsync-incremental-backup
v1.2.4
v1.2.3
What's Changed
- Remove missing
useChecksum
option from log output atrsync-incremental-backup-system-remote
. - Check logs directory exists before trying to clean it.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
v1.2.0
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
- @proninyaroslav made their first contribution in #23
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
- @deeperlearner made their first contribution in #21
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1: Merge pull request #16 from pr0fg/master
Changed date formatting to support both Linux & MacOS
v1.0.0: Drop '-X' rsync option from system backup
NFS mounts are not compatible with extended attributes. Ignoring them improves script support for NFS.