Hi, happy Easter!
I’m trying to restore a specific folder by issuing this command:
$ duplicacy restore -stats -ignore-owner -overwrite -r 1092 “/home/name/Afbeeldingen/*”
Storage set to /media/name/2GB_WD/backup/LinuxMintLaptop
Loaded 1 include/exclude pattern(s)
Indexing /home/name
Parsing filter file /home/name/.duplicacy/filters
Loaded 0 include/exclude pattern(s)
snapshot LinuxMintLaptopHomefolder at revision 1092 is encoded in an old version format
Restoring /home/name to revision 1092
Restored /home/name to revision 1092
Files: 0 total, 0 bytes
Downloaded 0 file, 0 bytes, 0 chunks
Skipped 0 file, 0 bytes
Total running time: 00:00:08
The folder Afbeeldingen is empty at the moment. I expected hundreds of file to be restored, but none get restored.
What am I doing wrong?