small fix / now tested working

This commit is contained in:
Radek
2025-02-25 10:18:02 +00:00
parent c5c55e156f
commit 042f0871d2
5 changed files with 91 additions and 9 deletions

11
notes Normal file
View File

@@ -0,0 +1,11 @@
cron job using the users cron tab.
#0 * * * * /usr/bin/env bash -lc '/opt/AZURE/run_azcopy.sh /opt/AZURE/dir2sync_list true 20'
the baove runs every hour using a bash login shell this is needed so all VARIABLE expansions work correctly.
We run everything as the user no root.
there are checks and error hadling was created for some cases but motsliukly not all. So logs should be checked on a regular basis.
tested on a smal set of files.