Output of restic version
restic version
restic 0.15.1 compiled with go1.19.5 on linux/s390x
How did you run restic exactly?
I have installed restic on openSUSE Tumbleweed for s390x in the LinuxONE Commutity Cloud, which is free for open source projects. I have chosen SLES and upgraded the system to openSUSE as a first step.
Then I have installed restic:
sudo zypper in restic
When doing backups on s390x, restic only prompts for password, but does not print any more information, regardless of the verbosity. The backup seems to work though. This has been evaluated with restic-0.15.1-0.s390x.rpm. On x86_64, there is quite some additional information by default.
The following commands can be used to reproduce:
restic init --repo /tmp/testrepo
enter password for new repository:
enter password again:
created restic repository 49ad167248 at /tmp/testrepo
Please note that knowledge of your password is required to access
the repository. Losing your password means that your data is
irrecoverably lost.
restic -r /tmp/testrepo backup ~/
enter password for repository:
echo $?
0
What backend/server/service did you use to store the repository?
Mainframe VM in the LinuxONE Community Cloud. You can receive one for free (see link above).
Expected behavior
You are receiving the same additional information as on x86 by default.
Actual behavior
You are asked only for the password and you are receiving the information about the created repository.
Steps to reproduce the behavior
Install restic on a s390x based system or create a vm emulation with qemu.
Then use the commands above to reproduce less information in comparison to x86 as a hardware.
The single "go build" option not used on s390x is "buildmode=pie " in comparison to x86.
Do you have any idea what may have caused this?
Exclusion of information output for hardware specific configurations.
Do you have an idea how to solve the issue?
Did restic help you today? Did it make you happy in any way?
Output of
restic versionHow did you run restic exactly?
I have installed restic on openSUSE Tumbleweed for s390x in the LinuxONE Commutity Cloud, which is free for open source projects. I have chosen SLES and upgraded the system to openSUSE as a first step.
Then I have installed restic:
sudo zypper in resticWhen doing backups on s390x, restic only prompts for password, but does not print any more information, regardless of the verbosity. The backup seems to work though. This has been evaluated with restic-0.15.1-0.s390x.rpm. On x86_64, there is quite some additional information by default.
The following commands can be used to reproduce:
restic init --repo /tmp/testrepoenter password for new repository:
enter password again:
created restic repository 49ad167248 at /tmp/testrepo
Please note that knowledge of your password is required to access
the repository. Losing your password means that your data is
irrecoverably lost.
restic -r /tmp/testrepo backup ~/enter password for repository:
echo $?0
What backend/server/service did you use to store the repository?
Mainframe VM in the LinuxONE Community Cloud. You can receive one for free (see link above).
Expected behavior
You are receiving the same additional information as on x86 by default.
Actual behavior
You are asked only for the password and you are receiving the information about the created repository.
Steps to reproduce the behavior
Install restic on a s390x based system or create a vm emulation with qemu.
Then use the commands above to reproduce less information in comparison to x86 as a hardware.
The single "go build" option not used on s390x is "buildmode=pie " in comparison to x86.
Do you have any idea what may have caused this?
Exclusion of information output for hardware specific configurations.
Do you have an idea how to solve the issue?
Did restic help you today? Did it make you happy in any way?