You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here a portion of what generate the log (I was greatly inspired by your work for the ts and tee commands ^^ except I use touch instead of curl to create the logfile.)
foruserin"${user_list[@]}";do
config_full_path="${config_path}/config_${user}"printf" --> Synchronisation pour %s :\n""${user}"2>&1| ts '[%Y-%m-%d %H:%M:%S]'| tee -a "${LOG_FILE}"# Commande à lancer manuellement dans un terminal :# vdirsyncer -v INFO --config ~/"Gitea/Scripts--Powershell-et-Bash-ZSH/Scripts-macOS/Vdirsyncer-configs/config_ME" discover /// metasync | sync# vdirsyncer -v INFO --config ~/"Gitea/Scripts--Powershell-et-Bash-ZSH/Scripts-macOS/Vdirsyncer-configs/config_HER" discover /// metasync | syncif [[ "${AUTO_DISCOVER}"=="true" ]];thenprintf"AUTO_DISCOVER est à true :\n"2>&1| ts "[%Y-%m-%d %H:%M:%S] -- "| tee -a "${LOG_FILE}"
vdirsyncer -v INFO --config "${config_full_path}" discover 2>&1| ts "[%Y-%m-%d %H:%M:%S] -- "| tee -a "${LOG_FILE}"fi
vdirsyncer -v INFO --config "${config_full_path}" metasync 2>&1| ts "[%Y-%m-%d %H:%M:%S] -- "| tee -a "${LOG_FILE}"
vdirsyncer -v INFO --config "${config_full_path}" sync 2>&1| ts "[%Y-%m-%d %H:%M:%S] -- "| tee -a "${LOG_FILE}"printf" --> Fin de la synchronisation pour %s.\n""${user}"2>&1| ts '[%Y-%m-%d %H:%M:%S]'| tee -a "${LOG_FILE}"done
If you could do something, it would be great. And I can get put definitively vdirsyncer on my NAS with docker.
The text was updated successfully, but these errors were encountered:
Hello,
I just check the log of the container, and it's really hard to read.
There is too much unwanted information for me...
I had made a script to launch the commands for me, on my mac, checking if the binaries are installed, and here a portion of the log I get:
Here a portion of what generate the log (I was greatly inspired by your work for the
ts
andtee
commands ^^ except I usetouch
instead ofcurl
to create the logfile.)If you could do something, it would be great. And I can get put definitively vdirsyncer on my NAS with docker.
The text was updated successfully, but these errors were encountered: