-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No timeline #10
Comments
Hi, thanks |
Am 31.07.2017 um 21:52 schrieb Daniele Corsini ***@***.***>:
Hi,
send me ls -la directory.
root@pve1:/mnt/pve/nfs-backup/barc# ls -al 100/daily/
total 65836728
drwxr-sr-x 2 root users 10 Jul 31 00:02 .
drwxr-sr-x 4 root users 4 Jul 30 04:00 ..
-rw-r----- 1 root users 400 Jul 27 00:04 170727000001.conf
-rw-r--r-- 1 root users 34359738368 Jul 27 00:04 170727000001pool.vm-100-disk-1.img
-rw-r----- 1 root users 400 Jul 29 00:02 170729000001.conf
-rw-r--r-- 1 root users 12825733002 Jul 29 00:02 170729000001pool.vm-100-disk-1.diff
-rw-r----- 1 root users 400 Jul 30 00:02 170730000001.conf
-rw-r--r-- 1 root users 11838524628 Jul 30 00:02 170730000001pool.vm-100-disk-1.diff
-rw-r----- 1 root users 400 Jul 31 00:02 170731000001.conf
-rw-r--r-- 1 root users 11870327637 Jul 31 00:02 170731000001pool.vm-100-disk-1.diff
thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#10 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AYex545eUIlb0j4u3FGkCxtv2RzhRZ2Iks5sTjBugaJpZM4OoAp4>.
Urs Aregger
aregger@ifi.uzh.ch
|
Is there any progress here? |
Hi, |
Am 23.08.2017 um 13:38 schrieb Daniele Corsini ***@***.***>:
Hi,
Can you give me the command line and the screenshot?
thank you
eve4pve-barc restore --vmid=100 --label='daily' --path=/mnt/pve/nfs-backup
it shows only the last backup date
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#10 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AYex534BES_Xhh7dH9xeigO3xpY4suopks5sbA8zgaJpZM4OoAp4>.
Urs Aregger
aregger@ifi.uzh.ch
|
I can not reproduce the error. |
I did some research and I think, I found the bug. It’s in bash 4.4. Until bash 4.3 everything goes fine, but on a system with Debian Stretch, Proxmox 5 and bash 4.4.12 I got the error.
Hope this helps to fix it.
Regards
Urs
Am 23.08.2017 um 13:53 schrieb Urs Aregger ***@***.***>:
> Am 23.08.2017 um 13:38 schrieb Daniele Corsini ***@***.*** ***@***.***>>:
>
> Hi,
> Can you give me the command line and the screenshot?
> thank you
>
>
eve4pve-barc restore --vmid=100 --label='daily' --path=/mnt/pve/nfs-backup
<Bildschirmfoto 2017-08-23 um 13.52.20.png><Bildschirmfoto 2017-08-23 um 13.52.26.png>
it shows only the last backup date
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#10 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AYex534BES_Xhh7dH9xeigO3xpY4suopks5sbA8zgaJpZM4OoAp4>.
>
Urs Aregger
***@***.*** ***@***.***>
Urs Aregger
aregger@ifi.uzh.ch
|
I'm creating a cluster version 5. |
Ok found problem awk FIELDWIDTHS. |
franklupo
added a commit
that referenced
this issue
Sep 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On restore there’s no more to choose from different dates. I shows only always the timestamp from the initial backup.
The text was updated successfully, but these errors were encountered: