Is this still an issue as I also cannot restore single folders/files?
The root of my backup is prefixed with a “@” symbol.
Entry from the log file
root@myhomestorage:/tmp/duplicacy/logs# cat restore-20230604-103635.log
2023-06-04 10:36:35.044 INFO REPOSITORY_SET Repository set to /volume1/datarestore
2023-06-04 10:36:35.044 INFO STORAGE_SET Storage set to storj://12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@eu1.storj.io:7777/backups/data/
2023-06-04 10:36:35.196 INFO SNAPSHOT_FILTER Parsing filter file /tmp/duplicacy/repositories/localhost/restore/snapshot-homes/phillipmcmahon/scripts/*
2023-06-04 10:36:35.196 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2023-06-04 10:36:35.281 INFO RESTORE_INPLACE Forcing in-place mode with a non-default preference path
2023-06-04 10:36:35.281 INFO RESTORE_INDEXING Indexing /volume1/datarestore
2023-06-04 10:36:35.281 INFO SNAPSHOT_FILTER Parsing filter file /tmp/duplicacy/repositories/localhost/restore/.duplicacy/filters
2023-06-04 10:36:35.281 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2023-06-04 10:36:35.334 INFO RESTORE_START Restoring /volume1/datarestore to revision 2
2023-06-04 10:36:35.708 INFO DOWNLOAD_PROGRESS Downloaded chunk 1 size 1450329, 1.38MB/s 02:24:35 0.0%
2023-06-04 10:36:35.709 ERROR RESTORE_CHOWN Failed to change uid or gid: lchown /volume1/datarestore/@snapshot-homes/phillipmcmahon/.ssh/authorized_keys: operation not permitted
I gave the duplicacy account “Full Control” on the datarestore shared folder.
If I include the -ignore-owner flag, then instead of the single file it wants to pull down the entire backup set for that ID.
Any help would be appreciated.