.duplicacy/.duplicacy symlinks

I noticed that some of the Web UI .duplicacy-web/repositories/localhost/*/.duplicacy directories contain symlinks to .duplicacy directories:

[~/.duplicacy-web/repositories/localhost] # ll */.duplicacy
0/.duplicacy:
total 24K
drwx------ 3 admin administrators 4.0K 2021-07-03 11:53 ./
drwx------ 3 admin administrators 4.0K 2020-12-09 00:01 ../
drwxr--r-- 3 admin administrators 4.0K 2020-10-23 13:46 cache/
lrwxrwxrwx 1 admin administrators   88 2021-07-03 11:53 .duplicacy -> /share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories/localhost/0/.duplicacy/
-rw-r--r-- 1 admin administrators   46 2021-07-03 00:02 filters
-rw------- 1 admin administrators 1.1K 2021-07-03 00:02 preferences

10/.duplicacy:
total 24K
drwx------ 3 admin administrators 4.0K 2021-06-30 16:10 ./
drwx------ 3 admin administrators 4.0K 2020-10-28 18:30 ../
drwxr--r-- 3 admin administrators 4.0K 2020-10-28 18:30 cache/
lrwxrwxrwx 1 admin administrators   89 2021-03-27 15:26 .duplicacy -> /share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories/localhost/12/.duplicacy/
-rw-r--r-- 1 admin administrators   46 2021-06-30 16:10 filters
-rw------- 1 admin administrators  773 2021-06-30 16:10 preferences

11/.duplicacy:
total 24K
drwx------ 4 admin administrators 4.0K 2021-03-27 15:26 ./
drwx------ 3 admin administrators 4.0K 2020-10-27 14:16 ../
drwxr--r-- 4 admin administrators 4.0K 2020-12-23 10:37 cache/
lrwxrwxrwx 1 admin administrators   88 2021-03-27 15:26 .duplicacy -> /share/CACHEDEV1_DATA/.qpkg/Duplicacy/.duplicacy-web/repositories/localhost/9/.duplicacy/
drwx------ 2 admin administrators 4.0K 2020-10-27 15:11 logs/
-rw------- 1 admin administrators  633 2020-12-23 10:37 preferences

I’m wondering if these are normal, or if they were created by something I was trying to do? Can/should they be removed?

I don’t know what created these symlinks. Certainly not the web GUI since I couldn’t find any symlink creation calls in the source code.

They can be removed I’m pretty sure.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.