Unionfs-fuse issue

I configured the task-scheduler on VyOS version 1.4-rolling-202207170217, and this task will run every hour to do backup conf. But when run 4 hours will generate 4 unionfs-fuse.

Bash Code:

#!/bin/vbash
vyos_id="vyos" 
vyos_pw="xxxx"
vyos_host="xxx.xxx.xxx.xxx"
source /opt/vyatta/etc/functions/script-template

run show configuration commands > $HOME/$(date +%Y%m%d%H).txt

run copy file $HOME/$(date +%Y%m%d%H).txt to ftp://$vyos_id:$vyos_pw@$vyos_host/$(hostname)/$(date +%Y%m%d%H).txt

Use exit after copy

Thank you very much.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.