Hi everyone !
Please describe what you are doing to trigger the bug:
I’m trying to backup multiples clients on the same repository. Every client backup with a different tag.
client1#duplicacy init -repository /data/test-duplicacy -e common sftp://user@ip//backups/common
client2#duplicacy init -repository /data/test-duplicacy -e common sftp://user@ip//backups/common
client3#duplicacy init -repository /data/test-duplicacy -e common sftp://user@ip//backups/common
4 times on client1 :
duplicacy backup -t client1 -stats
4 times on client2 :
duplicacy backup -t client2 -stats
4 times on client3 :
duplicacy backup -t client3 -stats
Please describe what you expect to happen (but doesn’t):
I was expecting the duplicacy -list -t client1 to show me every snapshots made by the client 1.
Please describe what actually happens (the wrong behaviour):
Instead, it displayed 3 snapshots out of 4
On client 1 : duplicacy list -t client1
Repository set to /data/test-duplicacy
Storage set to sftp://user@ip//backups/common
Snapshot common revision 1 created at 2019-07-31 15:40 client1 -hash
Snapshot common revision 3 created at 2019-07-31 15:42 client1
Snapshot common revision 6 created at 2019-07-31 15:48 client1
On client 1 : duplicacy list
Repository set to /data/test-duplicacy
Storage set to sftp://user@ip//backups/common
Snapshot common revision 1 created at 2019-07-31 15:40 client1 -hash
Snapshot common revision 2 created at 2019-07-31 15:41 client3
Snapshot common revision 3 created at 2019-07-31 15:42 client1
Snapshot common revision 4 created at 2019-07-31 15:43 client3
Snapshot common revision 5 created at 2019-07-31 15:45 client3
Snapshot common revision 6 created at 2019-07-31 15:48 client1
Snapshot common revision 7 created at 2019-07-31 16:39 client2
Maybe a problem with the display function ?