Skip to content

Commit

Permalink
[temporary] display filesystemencoding every time
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Dec 6, 2022
1 parent 3bb485a commit da73322
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ def start_backup_file(self, savepkt):
Defines the file to backup and creates the savepkt. In this example
only files (no directories) are allowed
"""
bareosfd.JobMessage(
bareosfd.M_INFO,
'fs encoding: ' + sys.getfilesystemencoding() + "\n",
)
bareosfd.DebugMessage(100, "start_backup_file() called\n")
if not self.files_to_backup:
bareosfd.DebugMessage(100, "No files to backup\n")
Expand Down

0 comments on commit da73322

Please sign in to comment.