Jean-Christophe Manciot
Jean-Christophe Manciot
@buhtz > I only see DEBUG messages in your output. Do you have any errors or the snapshots taken are not complete? No, but can these false reports impact the...
> In which context ocured that debug messages? Did you created a package for your PPA? You run tests? Or is it really a real take snapshot run? It's just...
> You you send the full debug output please. ``` ========== Take snapshot (profile ): Wed 13 Mar 2024 07:12:35 PM CET ========== DEBUG: [common/backintime.py:589 argParse] Arguments: {'debug': True, 'profile':...
> Can you please take a look into the snapshot log. But don't post it here. It may contain sensible information. Nothing significant in the log except maybe this: ```...
With a new snapshot, I get the same UIDs/GIDs DEBUG issues with a successful rsync return code (0).
IMHO, the code that tries to get user/group names from UIDs/GIDs should be removed altogether.
@buhtz I've discovered why this issue happens: bit tries to get the username/group name on the host which started the snapshot, although the snapshot was made over a remote host...
@choppsv1 @userzimmermann The new RPC call syntax could look like this: ``` netconf-client --host --port 830 -u -p --rpc rpc_file.xml ``` Any thoughts?