We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae35da commit cf217b4Copy full SHA for cf217b4
CHANGELOG.md
@@ -1,9 +1,11 @@
1
# Changelog
2
3
-## v2.1.2 (12.12.2025)
+## v2.2.0 (12.12.2025)
4
5
- fix: don't throw an error if `SKIP_SIZE_CHECK` is set to true
6
- updated log levels
7
+- updated README
8
+- updated env variable names
9
10
## v2.1.0 (11.12.2025)
11
sync.sh
@@ -4,7 +4,7 @@
source /etc/envvars
# set USER_AGENT
-USER_AGENT="s3sync-backup-docker/2.1.2"
+USER_AGENT="s3sync-backup-docker/2.2.0"
LOG_FILE=/tmp/lastrun.log
start=`date +%s`
0 commit comments