backup-upload: use $CleanName

This commit is contained in:
Christian Hesse 2024-01-31 15:37:41 +01:00
parent d0ff07b3cc
commit c1568a33dd

View file

@ -24,7 +24,7 @@
:global Domain; :global Domain;
:global Identity; :global Identity;
:global CharacterReplace; :global CleanName;
:global DeviceInfo; :global DeviceInfo;
:global IfThenElse; :global IfThenElse;
:global LogPrintExit2; :global LogPrintExit2;
@ -51,7 +51,7 @@ $WaitFullyConnected;
# filename based on identity # filename based on identity
:local DirName ("tmpfs/" . $0); :local DirName ("tmpfs/" . $0);
:local FileName [ $CharacterReplace ($Identity . "." . $Domain) "." "_" ]; :local FileName [ $CleanName ($Identity . "." . $Domain) ];
:local FilePath ($DirName . "/" . $FileName); :local FilePath ($DirName . "/" . $FileName);
:local BackupFile "none"; :local BackupFile "none";
:local ExportFile "none"; :local ExportFile "none";