Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#101 Le 28/05/2023, à 08:32

jyde

Re : reparer raid5 d'un synology via ubuntu.

root@jeanyves:~#  sudo dd if=/dev/disk/by-id/ata-TOSHIBA_HDWD130_80LX2ZUAS  of=/dev/disk/by-id/ata-TOSHIBA_HDWD130_42QDZ4XAS bs=4M conv=notrunc status=progress
3000592498688 bytes (3,0 TB, 2,7 TiB) copied, 19975 s, 150 MB/s
715397+1 enregistrements lus
715397+1 enregistrements écrits
3000592982016 bytes (3,0 TB, 2,7 TiB) copied, 19983,1 s, 150 MB/s

voila le résultat de la copie ça c'est terminer dans la nuit, à minuit j'étais a 1.7To de copié.

pour les cmd mkdir :

root@jeanyves:~# mkdir -v  1 2
mkdir: création du répertoire '1'
mkdir: création du répertoire '2'
root@jeanyves:~# sudo mount -v /dev/sdd1 1
mount: /root/1 : type de système de fichiers « linux_raid_member » inconnu.
root@jeanyves:~# sudo mount -v /dev/sdd2 2
mount: /root/2 : type de système de fichiers « linux_raid_member » inconnu.
root@jeanyves:~# 

je vais devoir m'absenter jusque demain fin d’après-midi.

pour le moment j'ai que deux disque sur 3 de monter car le 3ème c'est la copie.

oui gparted est installé.

Dernière modification par jyde (Le 28/05/2023, à 08:37)

Hors ligne

#102 Le 28/05/2023, à 08:37

geole

Re : reparer raid5 d'un synology via ubuntu.

Pas de problème pour le weekend...
Si tu pouvais malgré tout donner ce retour car je n'ai pas de version 18.04.

sudo brtfs restore /dev/md2 --dry-run  /dev/null

Cependant, à mon avis, maintenant que tu sois en 18.04 ou en 22.04, cela ne va pas changer grand chose, mais il me semblait important de  faire un essai en 18.04 car c'est ce qui était indiqué dans la documentation.

Dernière modification par geole (Le 28/05/2023, à 10:33)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#103 Le 28/05/2023, à 08:39

jyde

Re : reparer raid5 d'un synology via ubuntu.

root@jeanyves:~# sudo btrfs restore /dev/md2 --dry-run  /dev/null
ERROR: superblock bytenr 65536 is larger than device size 0
Could not open root, trying backup super
ERROR: superblock bytenr 67108864 is larger than device size 0
Could not open root, trying backup super
ERROR: superblock bytenr 274877906944 is larger than device size 0
Could not open root, trying backup super
root@jeanyves:~# 

Suis pas sur que md2 soit remonté. en fait non car 2 disque au lieu des 3

Dernière modification par jyde (Le 28/05/2023, à 08:40)

Hors ligne

#104 Le 28/05/2023, à 08:41

geole

Re : reparer raid5 d'un synology via ubuntu.

J'ai noté que la duplication de 3To se fait en six heures.

Peut-être faut-il  refaire avec les trois disques et pourquoi pas en 22.04

sudo brtfs restore /dev/md2 --dry-run  /dev/null

Voici ce que cela donne  dans mon environnement

sudo btrfs restore /dev/sda28 --dry-run /dev/null
This is a dry-run, no files are going to be restored

Il y a des options à trouver!!
A demain et bon dimanche.
En tout cas, lorsque le RAID est en bon état, cela fonctionne.

 mkdir RECUP
time sudo btrfs restore /dev/sda28 -vvv -i -x RECUP
mkdir: impossible de créer le répertoire «RECUP»: Le fichier existe
Restoring RECUP/Rugby2019
Restoring RECUP/Rugby2019/TournoiSixNations2019
Restoring RECUP/Rugby2019/TournoiSixNations2019/Irlande-France.mp4
Restoring RECUP/Rugby2019/TournoiSixNations2019/France-Ecosse-femmes.mkv
Restoring RECUP/Rugby2019/TournoiSixNations2019/France-Ecosse-Juniors.mkv


^C

real	4m6,049s
user	0m0,003s
sys	0m0,022s

ls -Rls RECUP
RECUP:
total 4
4 drwxr-xr-x 3 root root 4096 mai   28 09:59 Rugby2019

RECUP/Rugby2019:
total 4
4 drwxr-xr-x 2 root root 4096 mai   28 10:01 TournoiSixNations2019

RECUP/Rugby2019/TournoiSixNations2019:
total 2835924
1453496 -rw-r--r-- 1 root root 1488353801 mai   28 10:01 France-Ecosse-femmes.mkv
1109144 -rw-r--r-- 1 root root 1135738880 mai   28 10:03 France-Ecosse-Juniors.mkv
 273284 -rw-r--r-- 1 root root  279838720 mai   28 09:59 Irlande-France.mp4

Cependant, comme tu as potentiellement 6To de données à récupérer et que le disque dédié à la récupération ne fait que 3 To, il faudra que tu filtres sur les niveaux de répertoires.
Voici une commande qui sélectionne sur 3 niveaux de répertoires.

time sudo btrfs restore /dev/sda28 -vvv -s -S -x -m -i -c --path-regex '^/(|Rugby2019(|/CoupeDuMonde2019(|/CAPTVTY(|/.*))))$'    RECUP
Restoring RECUP/Rugby2019
Restoring RECUP/Rugby2019/CoupeDuMonde2019
Restoring RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY
Restoring RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY/Angleterre-France-féminin.ts
Restoring RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY/Directs
Found objectid=397, key=396
Done searching /Rugby2019/CoupeDuMonde2019/CAPTVTY/Directs
Restoring RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY/France-Angleterre-féminin.ts
Found objectid=395, key=394
Done searching /Rugby2019/CoupeDuMonde2019/CAPTVTY
Found objectid=297, key=296
Done searching /Rugby2019/CoupeDuMonde2019
Found objectid=258, key=257
Done searching /Rugby2019
Found objectid=257, key=256
Done searching 

real	3m13,692s
user	0m0,006s
sys	0m0,008s

ls -Rls RECUP
RECUP:
total 4
4 drwxr-x--- 3 a a 4096 mai   25 20:35 Rugby2019

RECUP/Rugby2019:
total 4
4 drwxr-x--- 3 a a 4096 mai   25 20:35 CoupeDuMonde2019

RECUP/Rugby2019/CoupeDuMonde2019:
total 4
4 drwxrwx--- 3 a a 4096 mai   25 20:14 CAPTVTY

RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY:
total 2684888
1382408 -rwxrwx--- 1 a a 1415565552 mai   25 20:14 Angleterre-France-féminin.ts
      4 drwxrwx--- 2 a a       4096 mai   25 20:14 Directs
1302476 -rwxrwx--- 1 a a 1333706780 mai   25 20:16 France-Angleterre-féminin.ts

RECUP/Rugby2019/CoupeDuMonde2019/CAPTVTY/Directs:
total 0 

La même commande avec deux niveaux et un seul niveau.

time sudo btrfs restore /dev/sda28  -vvv -s -S -x -m -i -c --path-regex '^/(|rUGBY2019(|/CoupeDuMonde2019(|/.*)))$'    RECUP
time sudo btrfs restore /dev/sda28  -vvv -s -S -x -m -i -c --path-regex '^/(|rugBy2019(|/.*))$'    RECUP

Note que dans les répertoires, le caractère * est le caractère * et rien d'autre.
Il faudra donc que tu fasses plein de passages pour emplir un disque  puis le reste sur le second.
Si les trois disques doivent être montés.   Il faudra que tu bootes en Live-USB pour libérer SDA. Dans ce cas, une live-USB persistante est préférable...   Pourquoi ne pas en faire une avec ventoy
Mais on pourrait d'abord tenter le démarrage du RAIDS avec deux disques.
Je ne suis pas très tenté de te faire libérer SDA et SDB et les remplacer pas deux disques en RAID 0 afin de  t' éviter   le tri fastidieux de tes répertoires pour les ventiler  dans deux disques  alors qu'une seule commande mettrait tout dans un autre RAID 0.
A essayer

sudo mdadm --stop /dev/md2
sudo mdadm --assemble /dev/md2  --run missing  /dev/sdc3 /dev/sdd3 

Tu pourras aussi essayer.

sudo mdadm --stop /dev/md2
sudo mdadm --assemble /dev/md2  --run  --readonly  missing  /dev/sdc3 /dev/sdd3 

voir

sudo mdadm --stop /dev/md2
sudo mdadm --assemble /dev/md2  --run  --readonly   /dev/sdc3 /dev/sdd3 

Dernière modification par geole (Le 28/05/2023, à 11:35)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#105 Le 28/05/2023, à 08:47

jyde

Re : reparer raid5 d'un synology via ubuntu.

Ok je fais tout ça en rentrant demain.
merci.
Bon dimanche à toi aussi.

Hors ligne

#106 Le 29/05/2023, à 15:47

jyde

Re : reparer raid5 d'un synology via ubuntu.

Bonjour geole
nous voila renté.

La seule commande qui est positive est celle-ci.

geole a écrit :

voir

sudo mdadm --stop /dev/md2
sudo mdadm --assemble /dev/md2  --run  --readonly   /dev/sdc3 /dev/sdd3 
root@jeanyves:~# sudo mdadm --assemble /dev/md2  --run  --readonly   /dev/sdc3 /dev/sdd3
mdadm: /dev/md2 has been started with 2 drives (out of 3).
root@jeanyves:~#

pour les autres

root@jeanyves:~# sudo mdadm --stop /dev/md2
mdadm: stopped /dev/md2
root@jeanyves:~# sudo mdadm --assemble /dev/md2  --run missing  /dev/sdc3 /dev/sdd3
mdadm: cannot open device missing: No such file or directory
mdadm: missing has no superblock - assembly aborted
root@jeanyves:~# sudo mdadm --stop /dev/md2
mdadm: error opening /dev/md2: No such file or directory
root@jeanyves:~# sudo mdadm --assemble /dev/md2  --run  --readonly  missing  /dev/sdc3 /dev/sdd3 
mdadm: cannot open device missing: No such file or directory
mdadm: missing has no superblock - assembly aborted
root@jeanyves:~# sudo mdadm --stop /dev/md2
mdadm: error opening /dev/md2: No such file or directory

Fan de Rugby, d’après ce que je vois.
Sinon est-ce que la récupération peux se faire sur disque externe en USB j'ai possibilité d'en récupérer 2 de 1To mercredi au boulot.

geole a écrit :

Finalement, actuellement il serait possible que même le logiciel du NAS ne fonctionne pas et remettre en état le raid de données ne servirait à rien pour sa réutilisation dans le NAS.
et je n'ai pas top envie de regarder  ce logiciel.

Pour répondre à ton interrogation, c'est par la que j'ai commencé, j'ai suivi les indications des Faq synology. Mais rien n'y a fait
jusqu’à ce que je contact le sav par mail et me réponde d'essayer avec des logiciels de récupération ou sociétés expertes.
Par contre pour avoir lu d'autre post sur des forum Synology est capable de prendre la main pour dépanner chose qu'ils ne m'ont pas proposé.

Dernière modification par jyde (Le 29/05/2023, à 16:42)

Hors ligne

#107 Le 29/05/2023, à 17:37

geole

Re : reparer raid5 d'un synology via ubuntu.

Bonjour
La seule chose intéressante actuellement est d'essayer de faire fonctionner cette commande

sudo brtfs restore /dev/md2 --dry-run  /dev/null

Soit avec les deux disques soit avec trois disques.
et j'ai noté que tu as écris

 sudo mdadm --assemble /dev/md2  --run  --readonly   /dev/sdc3 /dev/sdd3
mdadm: /dev/md2 has been started with 2 drives (out of 3).

Après, on y mettra les bonnes options.

Au point où on en est, tu peux aussi essayer la même chose en bootant en 22.04

Je ne sais pas combien tu as de données, Potentiellement '3*(3-1)'= 6 To.
Si la commande fonctionne, on pourra ventiler par paquet de 1 To, y compris sur disque externe.

Dernière modification par geole (Le 29/05/2023, à 17:43)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#108 Le 29/05/2023, à 17:49

jyde

Re : reparer raid5 d'un synology via ubuntu.

retour de la commande avec 2 disques.

root@jeanyves:~# sudo btrfs restore /dev/md2 --dry-run  /dev/null
Error mkdiring --dry-run/@syno: 2
root@jeanyves:~# 

je peux redémarrer sous 22.04 et y mettre le 3ème disque et retenter.

de mémoire je devais être dans les 3.7To de données.

je viens de passé sous la V22.04 et mis le 3eme disque.

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo mdadm --stop /dev/md2
mdadm: stopped /dev/md2
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo mdadm --assemble /dev/md2  --run  --readonly   /dev/sdb3 /dev/sdc3 /dev/sdd3
mdadm: /dev/md2 has been started with 3 drives.
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#

resultat de la cmd :

sudo btrfs restore /dev/md2 --dry-run  /dev/null
oot@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo btrfs restore /dev/md2 --dry-run  /dev/null
This is a dry-run, no files are going to be restored
Skipping snapshot d70d62f3-72e4-4c2d-8a50-3eff82782c96
Skipping snapshot a6dcab28-277f-4ed3-ad53-f70ad29d78de
Skipping snapshot ab021792-373e-4fe0-80f2-ec894a1ce81d
Skipping snapshot a42f328e-2fa4-455d-8778-01987ad9fa6f
Skipping snapshot f792525b-d82a-4a37-a7d2-5259ff222278
Skipping snapshot 769a0980-7120-4f3e-8218-ccb3c729b64f
Skipping snapshot 757b0b08-a09e-4df2-ae65-c0e446b87047
Skipping snapshot bc1b22d9-fda4-401e-bae3-c901c8b2d6fd
Skipping snapshot 3ad14f7d-a90c-4d98-a585-134502defea2
Skipping snapshot 2388b1f2-1766-4ee4-83fb-51f3979cc576
Skipping snapshot 12f0a941-a593-4005-9a4c-b192546f4baf
Skipping snapshot db8e3827-7d4b-44be-9e26-4984ba2191df
Skipping snapshot e4c37d55-cb24-4733-ae63-436de5a70459
Skipping snapshot 35168cfb-0bb5-4d4e-aacb-43cca33a8d76
Skipping snapshot 1236d615-e6af-40e5-961e-e602365713fa
Skipping snapshot 55ed52c1-e5a2-44d3-b429-ea6d4b7a15b3
Skipping snapshot 5e06a3520d781d78a7c930de4a6d808f78afd189204b49de728938fa44a6b1e5
Skipping snapshot 095f9024de5751ea21f5fdfac30c30e37415c81ba0970f4f22882ee96a3fb3b5
Skipping snapshot 88863219d911a9e1075e2dd072fe543fe3c7ed76ac91c41c237d8ac8a77e979d
Skipping snapshot bb3ac7b79f0be67ee23d41e9edde7464d9ca917254ca78a973d7ce330e4b658e
Skipping snapshot 9daf697c120a20e04a10cc736a529902125529c8418f065652cecbb6c1673b75
Skipping snapshot 9fce28f228eca68192ee74e9723ae1c601b6f5ce607ee7024dc374dc5229233b
Skipping snapshot da635a96848e3693dc896e9951761452fc92f4715fa00ea7208d11ca19398a22
Skipping snapshot 247882473f0e923c0b46bd38deede840b5bf0ed46ce5ccdad6860df787082558
Skipping snapshot 0b05614d4b9b8cad8044c2ef419257b043506e3774a04f0051caefbfef33c5cc
Skipping snapshot 10c8037a150b9c9378a5a7cbf25c06ebc2854cf8c1380e52dcf65afe4f564455
Skipping snapshot 275767e2e472d305a0a2cce5006012f122e5ee71f69f662508599e9d0c45f261-init
Skipping snapshot 275767e2e472d305a0a2cce5006012f122e5ee71f69f662508599e9d0c45f261
Skipping snapshot 9f9eb2313c68f8aebc2c26fa7410a85d93010f36ca53229387528c25f0882f13-init
Skipping snapshot 9f9eb2313c68f8aebc2c26fa7410a85d93010f36ca53229387528c25f0882f13
Skipping snapshot 75e109320f96b54015caf5be8fb4e386ab254a0ffcd670a242c4954935d929b7
Skipping snapshot 161193e9b693b4d9f73c51af7a064a64636668d81647543e80daca8082501935
Skipping snapshot 1fb56e5aa5fc415ca08a460ea43a8244b10a08e830d7811823e92e8af4007415
Skipping snapshot 26a04cba9d5fb233eaa65af7f664c092c6a2679c8a5a8a9638d5c0131306ce63
Skipping snapshot c35f577a8f17a4e48827e97e9e59ec0a5990ee9994f04b2f9469c2570ca0fc4f
Skipping snapshot c804fe6af7d698891622732230cd2540da145010bd79e802875c80548ae67f12
Skipping snapshot 0d2b2e79c6112b0adef31181b598fd29c9fbe1cae3c63cdb7abdeb3ce2361689
Skipping snapshot a14c768440696b0b262be38f4e6406f8fc83110bff3e6232ece2b01f84e160b0
Skipping snapshot 855cf2e0da5f489f165c86d663af8661b04c7904f776f04112d0cb19f646fa23
Skipping snapshot f8f3200b53b44015185989c5ed04400993db302a2614041a9c977856816c5721
Skipping snapshot 4f098e8059210d26309a18b48fcffc9ecd595416284ab61f9cff3699834e41f1
Skipping snapshot 8618df6cd05f226fbf3dd3d639ef375839aa432c061af4edb1eb97fcce151338
Skipping snapshot d98ab465ad60f07ce2509682ffd3db81c53e41889ca74e630e5e12c012dbb95c-init
Skipping snapshot d98ab465ad60f07ce2509682ffd3db81c53e41889ca74e630e5e12c012dbb95c
Skipping snapshot 15f300da96211039e77fcfeeaee9978b94d3fe51f19470af83f4775a82a47777
Skipping snapshot ad2a600c78b115e22c561832a71e3b620816995ecc6cca6bacafe3655defd4f3
Skipping snapshot 385752addda1c0fa081bf289ef53f4e231edefb3f53b47f99058cd79e6b22abf
Skipping snapshot 07c3c08692d17da10a2a2ede4d3f597395bb4b91c22a29f9647b40d5c1301475
Skipping snapshot 40c3c75146b7924f87776ac8a2f5a3b76d77f6a0cfa6cc6ac8b557bb15490c01
Skipping snapshot d58eb6dc4122ecbcf5d45d2439cb14d43bbcd780bb8eb07d3163bca693854db7
Skipping snapshot 6d871022bd0f65abfd4f2c13e57c575d7545978d6466db3d1d635cd0061e0d1f
Skipping snapshot b75d6163da24cfab21687675dac7f00b9529d654b68fd49d522019bdb673eed1
Skipping snapshot e099d758ce51c7fec11ce9eceb18d3705e6cbfbe5861d49cd53bcfb0da31dbee
Skipping snapshot 60d58eee15dfc27855c33248e87a6b30c77e24678b93e602c2f5c09af18c6492
Skipping snapshot 673b3396410b7d79d13dfc632432ef9b47fc63968a500dd54e0a4de22a762259
Skipping snapshot 4b9d67ce67eb06fa5561c337490e5b79e63e35fc1087f14dd837137b28158487
Skipping snapshot 54174f3d0f4a8a86ca124491ec12263fe4578caf735ef8eef47db8ad5b580798
Skipping snapshot 539e67e5cf2c8143b6681e6f769179497587c0defe7f311fd2e812b0f73baba1
Skipping snapshot ea6546503e0185345f72ebccb8f25debaa1bdd4c0eb64d355a7fc5456c714d0c
Skipping snapshot 1109cd19f572f1b77bfde7f9e40ddffa00e8f270a3592564341ab9880b840d8c
Skipping snapshot 82e1fb101c51475e5c5c4f5aa3004b951ea7758089b2710df81246d20dd3b7d1
Skipping snapshot 340cd787f20465ff46bdc92338313d81b70972f559cedd38c17ba84c449ef528
Skipping snapshot c0969df39c74748672d8cec98e3b4fc1494f83493a3b456f60b0168f619de15b
Skipping snapshot 9b9e97b884577cc3be6e4be4a2d6db9881789af76559a5bc761a645c27b3b366
Skipping snapshot 2139e20403346fd90b66e4ad670ea3a12b10097689e63c961061e4c0ebf1df0a
Skipping snapshot 4d45bf357e2ba9cc6be7f9eca29d532e15b4ebe010ea65a63d7e4e526e85da3b
Skipping snapshot 8fbc9e86e42a434436b83da6ce19ece4e7efde65c6c78370f691f5e8782daa20
Skipping snapshot 015a261c444c5f0591d7d61f9e7a7dabd331c97ebd0f4e6cbd8471dd936a5279
Skipping snapshot 18d7ae07d81f991da3576a8878417172d288d659ac633863a84a51a0b665bac7
Skipping snapshot 479c5fa6a655a3ddc13bed55c0b234cfb7cc240979f78978a9e43ccca6bb615c
Skipping snapshot b3db978092796a4d3739d9c76ddeae9d74c6a9038288900fb02363303351bf79
Skipping snapshot 33f8652fcd41cc3c87b07428017dfd957cf43ad71383d5e49b14585bf895a272
Skipping snapshot 925fc932a256745fac3624341bfd1033897d46df4da02eb082e56a765f2f07ce-init
Skipping snapshot 925fc932a256745fac3624341bfd1033897d46df4da02eb082e56a765f2f07ce
Skipping snapshot 62e3f99de16c4aebaf5d9d1ccfbf6afd33cafc911a8426ff01717d695df5b5c2
Skipping snapshot 55fe97c2af6e53ca23d76dd705b731b99c41cfd0803ea22f9a92db43ebe8399e
Skipping snapshot 3d9f4301d9fb3a6f970e0294869b33bd9776b11d0a30b6e3e7f8c3f622fa3085
Skipping snapshot 1bd1b2bd6849e7d7f751fd78b99582513ff1bcac28052423074c788cb1020d4f
Skipping snapshot 83aed6b6f9bd37b80e9c09f720d1667f3ec13db235cdcbbcd82a7b1492cb720d
Skipping snapshot 545176cdaf37e215522367e9a61e0b98bbbb3d719784158982397ddef9b839ac
Skipping snapshot 1edd4ce53287823d9c406390dafd82a0c8137c69a5c7a3f5f62803c50619dc17
Skipping snapshot 3d00f4c8645912a43b208600637d89055dd249aaace7fec4bad680102b25117b
Skipping snapshot 5067c62f13712d523b23d0a600cca19ffd08f8a675c40147c607e01ead495872
Skipping snapshot ce7a27a14787e042c921b4e3d0bc36d755deffe96db7ae97e1a2045cd034cadf-init
Skipping snapshot ce7a27a14787e042c921b4e3d0bc36d755deffe96db7ae97e1a2045cd034cadf
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#

Dernière modification par jyde (Le 29/05/2023, à 18:16)

Hors ligne

#109 Le 29/05/2023, à 18:49

geole

Re : reparer raid5 d'un synology via ubuntu.

Donc, il semble que pour fonctionner, il faille les trois disques.
il reste à trouver la bonne codification avant de passer à la duplication.
Tente

sudo btrfs restore /dev/md2 -vvv -s -S -x -m -i  /dev/null

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#110 Le 29/05/2023, à 18:52

geole

Re : reparer raid5 d'un synology via ubuntu.

geole a écrit :

Donc, il semble que pour fonctionner, il faille les trois disques.
il reste à trouver la bonne codification avant de passer à la duplication.
Tente

sudo btrfs restore /dev/md2 -vvv -s -S -x -m -i  /dev/null

Je suis surpris de voir tant de snapshots, et j'ai un vague souvenir que le montage standard est impossible par ubuntu  est à cause des snapshots qui seraient spécifiques à  cet O.S.
Si cela ne fonctionne pas, essaie sans récupérer les snapshots.

sudo btrfs restore /dev/md2 -vvv  -S -x -m -i  /dev/null

Dernière modification par geole (Le 29/05/2023, à 19:01)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#111 Le 29/05/2023, à 19:28

jyde

Re : reparer raid5 d'un synology via ubuntu.

voila le retour

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo btrfs restore /dev/md2 -vvv -s -S -x -m -i  /dev/null
Restoring /dev/null/@syno
ERROR: failed mkdir /dev/null/@syno: Not a directory
Reached the end of the tree searching the directory
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo btrfs restore /dev/md2 -vvv  -S -x -m -i  /dev/null
Restoring /dev/null/@syno
ERROR: failed mkdir /dev/null/@syno: Not a directory
Reached the end of the tree searching the directory
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# 

J'ai lancé un testdisk tout a l'heure en essayant différentes option, test sur un seul disque puis md2, je suis arrivé à un moment ou cela me disait que je n'avais pas d’accès en écriture

Hors ligne

#112 Le 29/05/2023, à 19:47

geole

Re : reparer raid5 d'un synology via ubuntu.

le @syno est peut-être un problème.
Je te propose ( toujours pour mise au point de la commande)

mkdir -v RECUP
sudo btrfs restore /dev/md2 -vvv -s -S -x -m -i  RECUP

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#113 Le 29/05/2023, à 20:03

jyde

Re : reparer raid5 d'un synology via ubuntu.

ce n'est que la partie finale de la cmd

rver.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_failover_server.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_player.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_player.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_player.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_player.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_general.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_general.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_general.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_general.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_rec_server.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_rec_server.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_rec_server.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_rec_server.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_manage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_manage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_manage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_manage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_push_service.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_push_service.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_push_service.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_push_service.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_viewer.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_viewer.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_viewer.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_viewer.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_alertpanel.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_alertpanel.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_menu.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_menu.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_menu.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_menu.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/joystick.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/joystick.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/joystick.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/joystick.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_sms.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_sms.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_sms.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_sms.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_rules.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_rules.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_rules.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_rules.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_setting_liveview_analy.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_setting_liveview_analy.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_setting_liveview_analy.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_setting_liveview_analy.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_preview.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_preview.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_preview.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_preview.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/smart_time_lapse_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/smart_time_lapse_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/smart_time_lapse_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/smart_time_lapse_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_failover_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_failover_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_failover_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_failover_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/preset_position.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/preset_position.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/preset_position.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/preset_position.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_view.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_view.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_view.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/maps_view.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_others.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_others.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_others.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_others.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_layout_management.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_layout_management.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_layout_management.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_layout_management.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/patrol.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/patrol.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/patrol.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/patrol.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_account.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_account.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_account.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_account.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_cardholder.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_cardholder.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_cardholder.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_cardholder.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_general.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_general.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_general.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_general.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_database.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_database.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_database.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_database.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_proxy.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_proxy.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_proxy.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_proxy.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal_account.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal_account.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal_account.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal_account.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_mount.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_mount.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_mount.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_mount.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_intercom_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_intercom_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_intercom_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_intercom_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch_tutorial.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch_tutorial.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch_tutorial.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch_tutorial.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_schedule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_schedule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_schedule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_schedule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/smartsearch.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/recording_event_detection.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/recording_event_detection.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/recording_event_detection.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/recording_event_detection.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_geofence.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_geofence.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_geofence.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/homemode_geofence.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/liveview_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/liveview_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/stream_profile.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/stream_profile.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/stream_profile.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/stream_profile.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/watch_timeline.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/watch_timeline.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/watch_timeline.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/watch_timeline.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/search_recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/search_recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/search_recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/search_recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/add_ipcamera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/add_ipcamera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/add_ipcamera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/add_ipcamera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/generic_camera_setup.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/generic_camera_setup.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/generic_camera_setup.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial/generic_camera_setup.html: Operation not supported
Found objectid=21998908, key=21998907
Done searching /@syno/@appstore/SurveillanceStation/ui/help/ger/Tutorial
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/c2_surveillance.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/c2_surveillance.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/c2_surveillance.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/c2_surveillance.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_masking.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_masking.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_masking.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_masking.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/surveillance_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/surveillance_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/surveillance_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/surveillance_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_menu.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_menu.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_menu.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_menu.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_video.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_video.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_video.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_video.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_migration.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_migration.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_migration.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_migration.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_motion.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_motion.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_motion.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_motion.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/codec_licenses.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/codec_licenses.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/codec_licenses.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/codec_licenses.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/about.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/about.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/about.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/about.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/license_home.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/license_home.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/license_home.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/license_home.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/legal_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/Home/legal_info.html: Operation not supported
Found objectid=21998933, key=21998932
Done searching /@syno/@appstore/SurveillanceStation/ui/help/ger/Home
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/local_display.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/local_display.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/local_display.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/local_display.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/application_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/application_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/application_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/application_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_alerts.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_alerts.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_alerts.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center_alerts.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dual_authorization.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dual_authorization.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dual_authorization.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dual_authorization.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_group.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_group.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_group.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_group.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ip_camera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ip_camera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ip_camera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ip_camera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap_vmd.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap_vmd.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap_vmd.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_acap_vmd.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_liveview_setting_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/home_mode.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/home_mode.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/home_mode.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/home_mode.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/two_way_audio.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/two_way_audio.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/two_way_audio.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/two_way_audio.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_application.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_application.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_application.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_application.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/intercom_log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings_dual.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings_dual.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings_dual.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings_dual.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_output_audio_output.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_output_audio_output.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_output_audio_output.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_output_audio_output.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_sending.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_sending.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_sending.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log_sending.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_check_updates.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_check_updates.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_check_updates.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_check_updates.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/live_broadcast.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/live_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/live_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/live_broadcast.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_broadcast.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker_broadcast.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/emap.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_priv_profile.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_priv_profile.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_priv_profile.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_priv_profile.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_tampering.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_tampering.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_tampering.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/event_detection_tampering.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/device_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/timeline_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/timeline_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/timeline_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/timeline_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/service.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/service.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/service.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/service.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_log_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_log_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_log_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/axisacsctrler_log_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/user_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/snapshot_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/compatibility.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/compatibility.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/compatibility.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/compatibility.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/fisheye_dewarping.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/fisheye_dewarping.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/fisheye_dewarping.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/fisheye_dewarping.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_device_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_device_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_device_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_device_info.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/messages_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_gpu_acceleration.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_gpu_acceleration.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_gpu_acceleration.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_gpu_acceleration.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/monitor_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_download.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_download.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_download.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_download.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ipspeaker.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_history.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_history.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_history.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_history.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_results.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_results.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_results.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/dva_results.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/optimization_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/optimization_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/optimization_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/optimization_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ptz_control_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ptz_control_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ptz_control_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ptz_control_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_download.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_download.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_download.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_application_options_download.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_retrieve.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_retrieve.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_retrieve.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/edge_storage_retrieve.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/iomodule_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port_digital_input.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/io_port_digital_input.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/action_rule_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_device.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_device.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_device.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_device.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/options_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_alertpanel.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_alert_alertpanel.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_conn.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_conn.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_conn.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/client_conn.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/blank.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/blank.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/blank.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/blank.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_history.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_history.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_history.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/transactions_history.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/liveview_analytics_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_email.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_email.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_email.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/notification_email.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/system_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cameragroup.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cameragroup.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cameragroup.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cameragroup.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/camera_settings_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_results.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_results.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_results.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/face_results.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_all.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_all.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_all.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/desktop_notification_all.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/ssc_personal.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_export.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_export.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_export.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_export.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/cms.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/legal_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/legal_info.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_storage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_storage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_storage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/recording_storage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/visual_station.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/visual_station.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/visual_station.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/visual_station.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/multievent_player.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/multievent_player.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/multievent_player.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/multievent_player.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/license.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/license.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/license.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/ger/license.html: Operation not supported
Found objectid=21998795, key=21998794
Done searching /@syno/@appstore/SurveillanceStation/ui/help/ger
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/centralized_management.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/centralized_management.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/centralized_management.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/centralized_management.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/failover.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/failover.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/failover.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/failover.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/archiving.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/archiving.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/archiving.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/archiving.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_digital_output.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_digital_output.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_digital_output.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_digital_output.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_audio.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_audio.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_audio.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_audio.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_compatibility.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_compatibility.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_compatibility.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_compatibility.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_get_stream_path.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_get_stream_path.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_get_stream_path.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_get_stream_path.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_systemlog.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_systemlog.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_systemlog.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_systemlog.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_group.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_group.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_group.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_group.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_alarm.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_alarm.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_alarm.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_alarm.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/bandwidth_control.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/bandwidth_control.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/bandwidth_control.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/bandwidth_control.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_archive_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_archive_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_archive_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_archive_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_output.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_output.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_output.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_output.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_server.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_server.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_server.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_server.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/backup.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/backup.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/backup.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/backup.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_advance.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_advance.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_advance.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_advance.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_pack.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_pack.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_pack.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_pack.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_access_log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_access_log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_access_log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_access_log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/about.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/about.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/about.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/about.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_normal.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_normal.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_normal.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_normal.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smartsearch.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smartsearch.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_editor.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_editor.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_editor.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_editor.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_account.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_account.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_account.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_account.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_message.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_message.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_message.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_message.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_history.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_history.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_history.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_history.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_pir.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_pir.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_pir.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_pir.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_sche.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_sche.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_sche.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_sche.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/audio_pattern.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/audio_pattern.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/audio_pattern.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/audio_pattern.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_access_rule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_access_rule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_access_rule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_access_rule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_display_controls.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_display_controls.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_display_controls.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_display_controls.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_external_digital_input.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_external_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_external_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_external_digital_input.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_edit.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_edit.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_edit.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_edit.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_profile.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_profile.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_profile.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_profile.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_local_display.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_local_display.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_local_display.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_local_display.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alert.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alert.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alert.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alert.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_eventlog.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_eventlog.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_eventlog.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_eventlog.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_server.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_server.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_server.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_server.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_player.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_player.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_player.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_player.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_general.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_general.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_general.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_general.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_rec_server.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_rec_server.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_rec_server.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_rec_server.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_manage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_manage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_manage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_manage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_push_service.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_push_service.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_push_service.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_push_service.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_viewer.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_viewer.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_viewer.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_viewer.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alertpanel.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_alertpanel.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_menu.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_menu.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_menu.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_menu.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/joystick.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/joystick.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/joystick.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/joystick.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_sms.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_sms.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_sms.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_sms.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_rules.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_rules.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_rules.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_rules.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_setting_liveview_analy.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_setting_liveview_analy.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_setting_liveview_analy.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_setting_liveview_analy.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_preview.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_preview.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_preview.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_preview.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_task.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_task.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_task.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/smart_time_lapse_task.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_failover_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/preset_position.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/preset_position.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/preset_position.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/preset_position.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_view.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_view.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_view.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/maps_view.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_others.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_others.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_others.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_others.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_layout_management.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_layout_management.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_layout_management.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_layout_management.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/patrol.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/patrol.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/patrol.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/patrol.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_account.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_account.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_account.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_account.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_cardholder.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_cardholder.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_cardholder.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_cardholder.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_general.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_general.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_general.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_general.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_database.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_database.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_database.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_database.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_proxy.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_proxy.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_proxy.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_proxy.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal_account.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal_account.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal_account.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal_account.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_mount.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_mount.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_mount.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_mount.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_intercom_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_intercom_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_intercom_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_intercom_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch_tutorial.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch_tutorial.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch_tutorial.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch_tutorial.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_schedule.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_schedule.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_schedule.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_schedule.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/smartsearch.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/recording_event_detection.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/recording_event_detection.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/recording_event_detection.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/recording_event_detection.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_geofence.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_geofence.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_geofence.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/homemode_geofence.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/liveview_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/liveview_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/liveview_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/stream_profile.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/stream_profile.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/stream_profile.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/stream_profile.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/watch_timeline.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/watch_timeline.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/watch_timeline.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/watch_timeline.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/search_recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/search_recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/search_recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/search_recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/add_ipcamera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/add_ipcamera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/add_ipcamera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/add_ipcamera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/generic_camera_setup.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/generic_camera_setup.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/generic_camera_setup.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial/generic_camera_setup.html: Operation not supported
Found objectid=21999128, key=21999127
Done searching /@syno/@appstore/SurveillanceStation/ui/help/jpn/Tutorial
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_archive.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_archive.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_archive.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_archive.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/c2_surveillance.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/c2_surveillance.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/c2_surveillance.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/c2_surveillance.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_masking.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_masking.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_masking.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_masking.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/surveillance_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/surveillance_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/surveillance_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/surveillance_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_menu.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_menu.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_menu.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_menu.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_video.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_video.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_video.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_video.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_migration.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_migration.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_migration.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_migration.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_motion.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_motion.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_motion.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_motion.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/codec_licenses.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/codec_licenses.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/codec_licenses.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/codec_licenses.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/about.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/about.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/about.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/about.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/license_home.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/license_home.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/license_home.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/license_home.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/legal_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/Home/legal_info.html: Operation not supported
Found objectid=21999153, key=21999152
Done searching /@syno/@appstore/SurveillanceStation/ui/help/jpn/Home
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/local_display.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/local_display.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/local_display.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/local_display.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/application_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/application_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/application_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/application_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_alerts.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_alerts.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_alerts.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center_alerts.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dual_authorization.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dual_authorization.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dual_authorization.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dual_authorization.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_setting.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_setting.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_setting.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_setting.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_group.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_group.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_group.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_group.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ip_camera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ip_camera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ip_camera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ip_camera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap_vmd.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap_vmd.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap_vmd.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_acap_vmd.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_liveview_setting_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/home_mode.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/home_mode.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/home_mode.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/home_mode.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/two_way_audio.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/two_way_audio.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/two_way_audio.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/two_way_audio.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_application.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_application.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_application.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_application.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/intercom_log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_dual.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_dual.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_dual.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings_dual.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_audio_output.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_audio_output.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_audio_output.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_output_audio_output.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_sending.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_sending.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_sending.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log_sending.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_check_updates.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_check_updates.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_check_updates.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_check_updates.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/live_broadcast.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/live_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/live_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/live_broadcast.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_broadcast.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_broadcast.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker_broadcast.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/emap.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_priv_profile.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_priv_profile.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_priv_profile.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_priv_profile.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_tampering.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_tampering.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_tampering.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/event_detection_tampering.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/device_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/timeline_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/timeline_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/timeline_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/timeline_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/service.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/service.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/service.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/service.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_log_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_log_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_log_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/axisacsctrler_log_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/user_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/snapshot_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/compatibility.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/compatibility.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/compatibility.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/compatibility.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/fisheye_dewarping.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/fisheye_dewarping.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/fisheye_dewarping.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/fisheye_dewarping.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_device_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_device_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_device_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_device_info.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/messages_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_gpu_acceleration.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_gpu_acceleration.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_gpu_acceleration.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_gpu_acceleration.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/monitor_center.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_download.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_download.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_download.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_download.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ipspeaker.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_history.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_history.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_history.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_history.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_results.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_results.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_results.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/dva_results.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/optimization_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ptz_control_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/log.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_download.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_download.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_download.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_application_options_download.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_retrieve.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_retrieve.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_retrieve.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/edge_storage_retrieve.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/iomodule_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_input.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_input.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/io_port_digital_input.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_list.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_list.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_list.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/action_rule_list.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_device.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_device.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_device.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_device.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_desktop.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_desktop.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_desktop.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/options_desktop.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_alertpanel.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_alertpanel.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_alert_alertpanel.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_conn.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_conn.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_conn.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/client_conn.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/blank.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/blank.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/blank.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/blank.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_history.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_history.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_history.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/transactions_history.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/liveview_analytics_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_settings.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_email.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_email.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_email.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/notification_email.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_desc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_desc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_desc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/system_desc.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cameragroup.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cameragroup.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cameragroup.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cameragroup.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_advanced.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_advanced.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_advanced.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/camera_settings_advanced.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_results.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_results.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_results.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/face_results.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_all.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_all.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_all.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/desktop_notification_all.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/ssc_personal.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_export.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_export.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_export.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_export.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/cms.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/legal_info.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/legal_info.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/legal_info.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_storage.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_storage.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_storage.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/recording_storage.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/visual_station.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/visual_station.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/visual_station.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/visual_station.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/multievent_player.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/multievent_player.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/multievent_player.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/multievent_player.html: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/license.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/license.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/license.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/jpn/license.html: Operation not supported
Found objectid=21999015, key=21999014
Done searching /@syno/@appstore/SurveillanceStation/ui/help/jpn
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/help/blank.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/blank.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/blank.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/help/blank.html: Operation not supported
Found objectid=21995976, key=21995975
Done searching /@syno/@appstore/SurveillanceStation/ui/help
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/echarts
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/echarts/echarts.min.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/echarts/echarts.min.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/echarts/echarts.min.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/echarts/echarts.min.js: Operation not supported
Found objectid=21999236, key=21999235
Done searching /@syno/@appstore/SurveillanceStation/ui/echarts
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ext-all.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ext-all.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ext-all.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ext-all.js: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/sw-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/sw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/sw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/sw-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/s-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/s-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/s-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/s-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/nw-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/nw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/nw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/nw-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/ne-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/ne-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/ne-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/ne-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/se-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/se-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/se-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/se-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/e-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/e-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/e-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/e-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/square.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/square.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/square.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer/square.gif: Operation not supported
Found objectid=21999243, key=21999242
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/sizer
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/arrows.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/arrows.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/arrows.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/arrows.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-plus-nl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree/elbow-end-minus-nl.gif: Operation not supported
Found objectid=21999251, key=21999250
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tree
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/s.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/s.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/s.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/s.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress/progress-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress/progress-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress/progress-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress/progress-bg.gif: Operation not supported
Found objectid=21999258, key=21999257
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/progress
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-close.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroller-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroller-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroller-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroller-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-over-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tabs-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tabs-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tabs-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tabs-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-btm-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-btm-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-btm-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-btm-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-left.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-left.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-left.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/scroll-left.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs/tab-strip-bg.gif: Operation not supported
Found objectid=21999260, key=21999259
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/tabs
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/corners-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/corners-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-left-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-left-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-left-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-left-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprites.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprites.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprites.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprites.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tools-sprites-trans.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tools-sprites-trans.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tools-sprites-trans.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tools-sprites-trans.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprite-tpl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprite-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprite-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/tool-sprite-tpl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/left-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/left-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/left-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/left-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/top-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-top-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-top-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/light-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/light-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/light-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/light-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-corners-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel/white-corners-sprite.gif: Operation not supported
Found objectid=21999275, key=21999274
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/panel
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/close.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-anchor-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-anchor-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-anchor-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/tip-anchor-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip/bg.gif: Operation not supported
Found objectid=21999287, key=21999286
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/qtip
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/menu-parent.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/menu-parent.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/menu-parent.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/menu-parent.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/group-checked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/group-checked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/group-checked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/group-checked.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/item-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/item-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/item-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu/item-over.gif: Operation not supported
Found objectid=21999292, key=21999291
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/menu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-error.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-error.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-error.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-error.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-info.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-info.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-info.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-info.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-right.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-right.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-right.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-right.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-question.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-question.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-question.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-question.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/right-corners.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/right-corners.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/right-corners.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/right-corners.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.pspimage
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.pspimage: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.pspimage: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.pspimage: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/left-corners.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-warning.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-warning.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-warning.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/icon-warning.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/top-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window/top-bottom.png: Operation not supported
Found objectid=21999296, key=21999295
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/window
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-next.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-next.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-next.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-next.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over2.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over2.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over2.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over2.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-top.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-top.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-top.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-top.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-sel-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-sel-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-sel-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-sel-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/row-expand-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/row-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/row-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/row-expand-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-first.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-first.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-first.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-first.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_asc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_asc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_asc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_asc.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow2.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow2.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow2.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow2.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-last.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-last.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-last.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-last.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-special-col-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-expand.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hrow-over.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/col-move-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-collapse.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/group-collapse.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hd-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hd-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hd-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/grid3-hd-btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_desc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_desc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_desc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/sort_desc.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-prev.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-prev.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-prev.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/page-prev.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/refresh.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/refresh.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/refresh.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid/refresh.gif: Operation not supported
Found objectid=21999306, key=21999305
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/gradient-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/gradient-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-bo.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-bo.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-bo.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-bo.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-tb.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-tb.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-tb.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-tb.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-cs.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-cs.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-cs.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-cs.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-arrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn-arrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-o.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-o.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-o.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/s-arrow-o.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-lr.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-lr.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-lr.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button/group-lr.gif: Operation not supported
Found objectid=21999329, key=21999328
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/button
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-thumb.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-thumb.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-thumb.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-thumb.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-v-thumb.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-v-thumb.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-v-thumb.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider/slider-v-thumb.png: Operation not supported
Found objectid=21999338, key=21999337
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/slider
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/hd-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/hd-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/hd-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/hd-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/right-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/right-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/right-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/right-btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/left-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/left-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/left-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared/left-btn.gif: Operation not supported
Found objectid=21999341, key=21999340
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/shared
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/date-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/date-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/date-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/date-trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/search-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/search-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/search-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/search-trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/clear-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/clear-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/clear-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form/clear-trigger.gif: Operation not supported
Found objectid=21999345, key=21999344
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/form
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/more.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/more.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/more.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/more.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow-light.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow-light.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow-light.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow-light.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-over-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-over-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-over-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-over-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/btn-arrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/gray-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/gray-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/gray-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/gray-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-btn-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/tb-btn-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar/bg.gif: Operation not supported
Found objectid=21999350, key=21999349
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray/toolbar
Found objectid=21999242, key=21999241
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/gray
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/s-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/sw-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/se-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/e-handle.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/nw-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle-dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle-dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/ne-handle-dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/square.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/square.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/square.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer/square.gif: Operation not supported
Found objectid=21999360, key=21999359
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/sizer
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-add.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-add.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-add.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-add.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/s.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/s.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/s.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/s.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-over.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-no.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-no.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-yes.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-yes.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus-nl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-under.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-under.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-under.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-under.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/arrows.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/arrows.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/arrows.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/arrows.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-plus-nl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-minus.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-between.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-between.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-between.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/drop-between.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/leaf.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/leaf.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/leaf.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/leaf.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-plus-nl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/folder.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/folder.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/folder.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/folder.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus-nl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus-nl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-end-minus-nl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-line.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-line.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-line.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree/elbow-line.gif: Operation not supported
Found objectid=21999374, key=21999373
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tree
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/s.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/s.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/s.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/s.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress/progress-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress/progress-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress/progress-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress/progress-bg.gif: Operation not supported
Found objectid=21999398, key=21999397
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/progress
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-close.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroller-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroller-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroller-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroller-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-right-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-right-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-over-right-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tabs-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tabs-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tabs-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tabs-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-btm-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-btm-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-btm-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-btm-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-left-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-btm-inactive-left-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-left.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-left.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-left.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/scroll-left.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs/tab-strip-bg.gif: Operation not supported
Found objectid=21999401, key=21999400
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/tabs
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor/tb-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor/tb-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor/tb-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor/tb-sprite.gif: Operation not supported
Found objectid=21999416, key=21999415
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/editor
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r-blue.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r-blue.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r-blue.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r-blue.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb-blue.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb-blue.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb-blue.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb-blue.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners-blue.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners-blue.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners-blue.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/corners-blue.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/r.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l-blue.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l-blue.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l-blue.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/l-blue.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box/tb.gif: Operation not supported
Found objectid=21999418, key=21999417
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/box
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/corners-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/corners-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-left-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-left-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-left-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-left-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprites.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprites.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprites.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprites.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tools-sprites-trans.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tools-sprites-trans.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tools-sprites-trans.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tools-sprites-trans.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprite-tpl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprite-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprite-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/tool-sprite-tpl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/left-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/left-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/left-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/left-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/top-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-top-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-top-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-top-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/light-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/light-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/light-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/light-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-corners-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-corners-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel/white-corners-sprite.gif: Operation not supported
Found objectid=21999427, key=21999426
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/panel
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-add.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-add.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-add.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-add.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-no.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-no.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-yes.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd/drop-yes.gif: Operation not supported
Found objectid=21999439, key=21999438
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/dd
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-lr.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-lr.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-lr.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-lr.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/close.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-anchor-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-anchor-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-anchor-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/tip-anchor-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip/bg.gif: Operation not supported
Found objectid=21999444, key=21999443
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/qtip
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu-parent.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu-parent.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu-parent.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu-parent.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/checked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/checked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/checked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/checked.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/unchecked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/unchecked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/unchecked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/unchecked.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/group-checked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/group-checked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/group-checked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/group-checked.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/menu.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/item-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/item-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/item-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu/item-over.gif: Operation not supported
Found objectid=21999449, key=21999448
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/menu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-error.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-error.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-error.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-error.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-info.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-info.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-info.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-info.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-question.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-question.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-question.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-question.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/right-corners.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-warning.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-warning.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-warning.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/icon-warning.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/top-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-right.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window/left-corners.psd: Operation not supported
Found objectid=21999456, key=21999455
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/window
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hd-pop.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hd-pop.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hd-pop.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hd-pop.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-left-white.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-left-white.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-left-white.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-left-white.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-over.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/mso-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/mso-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/mso-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/mso-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-right-white.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-right-white.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-right-white.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/arrow-right-white.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next-disabled.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-next-disabled.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/columns.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/columns.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/columns.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/columns.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-top.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-top.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-top.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-top.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-no.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-no.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-no.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-yes.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-yes.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/drop-yes.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-split.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-split.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-split.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-split.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-split.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-split.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-split.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-split.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-rowheader.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-rowheader.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-rowheader.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-rowheader.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-sel-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-sel-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-sel-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-sel-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/footer-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/footer-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/footer-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/footer-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/dirty.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/dirty.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/dirty.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/dirty.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-expand-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-expand-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-unlock.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/nowait.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/nowait.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/nowait.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/nowait.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/done.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/done.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/done.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/done.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-blue-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_asc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_asc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_asc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_asc.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-asc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-asc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-asc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-asc.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-vista-hd.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-vista-hd.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-vista-hd.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-vista-hd.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-hrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-hrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid-hrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-check-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-check-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-check-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-check-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-sel.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-sel.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-sel.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/row-sel.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last-disabled.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-last-disabled.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-special-col-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-expand.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/invalid_line.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/invalid_line.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/invalid_line.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/invalid_line.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hrow-over.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/col-move-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev-disabled.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev-disabled.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-collapse.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-collapse.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/pick-button.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/pick-button.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/pick-button.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/pick-button.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-by.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-by.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-by.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/group-by.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hd-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hd-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hd-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/grid3-hd-btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first-disabled.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-first-disabled.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/wait.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/wait.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/wait.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/wait.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-lock.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_desc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_desc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_desc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/sort_desc.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/page-prev.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh-disabled.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh-disabled.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/refresh-disabled.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-desc.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-desc.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-desc.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid/hmenu-desc.gif: Operation not supported
Found objectid=21999469, key=21999468
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stuck.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stuck.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stuck.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stuck.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-bottom.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-bottom.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-bottom.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-expand.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-expand.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-expand.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-expand.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close-on.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close-on.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close-on.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close-on.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-light-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-light-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-light-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-light-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/tab-close.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/collapse.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/collapse.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/collapse.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/collapse.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-title-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-top.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-top.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-top.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-top.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/expand.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/expand.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/expand.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/expand.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-right.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-right.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-right.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-right.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stick.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stick.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stick.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/stick.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/gradient-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/gradient-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-left.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-left.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-left.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/mini-left.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-collapse.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-collapse.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/ns-collapse.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-close.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-close.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-close.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout/panel-close.gif: Operation not supported
Found objectid=21999526, key=21999525
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/layout
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/gradient-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/gradient-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/gradient-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-bo.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-bo.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-bo.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-bo.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-noline.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-noline.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-noline.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-noline.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-tb.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-tb.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-tb.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-tb.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-cs.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-cs.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-cs.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-cs.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/arrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/arrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/arrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/arrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-o.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-o.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-o.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-o.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b-noline.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b-noline.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b-noline.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/s-arrow-b-noline.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-lr.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-lr.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-lr.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button/group-lr.gif: Operation not supported
Found objectid=21999544, key=21999543
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/button
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-bg.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-bg.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-bg.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-bg.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-thumb.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-thumb.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-thumb.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-thumb.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-bg.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-bg.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-bg.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-bg.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-thumb.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-thumb.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-thumb.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider/slider-v-thumb.png: Operation not supported
Found objectid=21999556, key=21999555
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/slider
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/hd-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/hd-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/hd-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/hd-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/loading-balls.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/loading-balls.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/loading-balls.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/loading-balls.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/warning.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/warning.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/warning.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/warning.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/right-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/right-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/right-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/right-btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/large-loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/large-loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/large-loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/large-loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/blue-loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/blue-loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/blue-loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/blue-loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/left-btn.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/left-btn.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/left-btn.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/left-btn.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/glass-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/glass-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/glass-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/glass-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/calendar.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/calendar.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/calendar.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared/calendar.gif: Operation not supported
Found objectid=21999561, key=21999560
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shared
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-c.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-c.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-c.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/shadow-c.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/exclamation.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/exclamation.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/exclamation.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/exclamation.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/date-trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/radio.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/radio.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/radio.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/radio.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-square.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-square.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-square.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-square.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/checkbox.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/checkbox.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/checkbox.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/checkbox.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/clear-trigger.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-tpl.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-tpl.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/trigger-tpl.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/text-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/text-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/text-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/text-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.psd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.psd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/search-trigger.psd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/error-tip-corners.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/error-tip-corners.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/error-tip-corners.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form/error-tip-corners.gif: Operation not supported
Found objectid=21999572, key=21999571
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/form
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/more.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/more.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/more.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/more.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow-light.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow-light.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow-light.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow-light.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-over-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-over-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-over-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-over-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-sep.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-sep.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-sep.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-sep.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/btn-arrow.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/gray-bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/gray-bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/gray-bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/gray-bg.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-btn-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-btn-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-btn-sprite.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-btn-sprite.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/tb-xl-btn-sprite.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/bg.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/bg.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/bg.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar/bg.gif: Operation not supported
Found objectid=21999588, key=21999587
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default/toolbar
Found objectid=21999359, key=21999358
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images/default
Found objectid=21999241, key=21999240
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/images
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-blue.css
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-blue.css: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-blue.css: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-blue.css: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-gray.css
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-gray.css: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-gray.css: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/xtheme-gray.css: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/ext-all.css
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/ext-all.css: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/ext-all.css: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css/ext-all.css: Operation not supported
Found objectid=21999599, key=21999598
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources/css
Found objectid=21999240, key=21999239
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/resources
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype/ext-prototype-adapter.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype/ext-prototype-adapter.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype/ext-prototype-adapter.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype/ext-prototype-adapter.js: Operation not supported
Found objectid=21999604, key=21999603
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/prototype
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery/ext-jquery-adapter.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery/ext-jquery-adapter.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery/ext-jquery-adapter.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery/ext-jquery-adapter.js: Operation not supported
Found objectid=21999606, key=21999605
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/jquery
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui/ext-yui-adapter.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui/ext-yui-adapter.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui/ext-yui-adapter.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui/ext-yui-adapter.js: Operation not supported
Found objectid=21999608, key=21999607
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/yui
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext/ext-base.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext/ext-base.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext/ext-base.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext/ext-base.js: Operation not supported
Found objectid=21999610, key=21999609
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter/ext
Found objectid=21999603, key=21999602
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/adapter
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all.js: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components/bt_pagebar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components/bt_pagebar.png: Operation not supported
Found objectid=21999618, key=21999617
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business/Components
Found objectid=21999617, key=21999616
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme/business
Found objectid=21999616, key=21999615
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/theme
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/expandable-dv-close-btn.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/expandable-dv-close-btn.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/expandable-dv-close-btn.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/expandable-dv-close-btn.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_advanced_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_advanced_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/trigger_date.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/trigger_date.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_loading_dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_loading_dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_tick.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_tick.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_filter.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_filter.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_filter.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_filter.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tree_arrow.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tree_arrow.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tree_arrow.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tree_arrow.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tab_line.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tab_line.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tab_line.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/tab_line.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_pagebar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_pagebar.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/combobox.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/combobox.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/category_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/category_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/category_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/category_expand.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/fieldset_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/fieldset_expand.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_error.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_error.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_error.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_error.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_panel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_panel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_panel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_panel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_parent.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_parent.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_parent.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/dropdown_menu_parent.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_overflow.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_overflow.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_overflow.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_overflow.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-top.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/col-move-top.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_empty_list.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_empty_list.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_empty_list.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_empty_list.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_footbar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_footbar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_footbar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/shadow_footbar.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/c_icon_general.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/c_icon_general.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_success.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_success.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_success.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_success.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/bt_grid_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev_month.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev_month.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev_month.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_prev_month.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next_month.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next_month.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next_month.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_next_month.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/search_cancel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/search_cancel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/search_cancel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/search_cancel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_cancel_xs.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_cancel_xs.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_cancel_xs.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/icon_btn_cancel_xs.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_prev_next.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components/date_prev_next.png: Operation not supported
Found objectid=21999620, key=21999619
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x/Components
Found objectid=21999615, key=21999614
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/2x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/icon_advanced_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/icon_advanced_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_icon_cancel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_icon_cancel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_icon_cancel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_icon_cancel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_box.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_box.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_box.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search_box.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-cancel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-cancel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-cancel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-cancel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-icon.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-icon.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-icon.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter/search-icon.png: Operation not supported
Found objectid=21999655, key=21999654
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TextFilter
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view/selected.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view/selected.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view/selected.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view/selected.gif: Operation not supported
Found objectid=21999661, key=21999660
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/data-view
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox/checkbox.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox/checkbox.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox/checkbox.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox/checkbox.gif: Operation not supported
Found objectid=21999663, key=21999662
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/TriCheckbox
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_a.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_a.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_a.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_a.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_c.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_c.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_c.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_c.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_bl.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_bl.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_bl.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_bl.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_br.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_br.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_br.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu/dropdown_menu_bg_br.png: Operation not supported
Found objectid=21999665, key=21999664
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/RoundedMenu
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_advanced_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_advanced_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/trigger_date.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/trigger_date.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_loading_dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_loading_dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/dropdown_menu_tick.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/dropdown_menu_tick.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_pagebar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_pagebar.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/combobox.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/combobox.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/fieldset_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/fieldset_expand.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_checkbox.svg
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_checkbox.svg: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_checkbox.svg: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_checkbox.svg: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-top.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/col-move-top.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/c_icon_general.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/c_icon_general.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_grid_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_grid_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_information.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_information.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_information.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/icon_information.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_radio.svg
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/bt_radio.svg: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_prev_next.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components/date_prev_next.png: Operation not supported
Found objectid=21999672, key=21999671
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business/Components
Found objectid=21999671, key=21999670
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme/business
Found objectid=21999670, key=21999669
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/theme
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/expandable-dv-close-btn.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/expandable-dv-close-btn.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/expandable-dv-close-btn.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/expandable-dv-close-btn.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_advanced_search.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_advanced_search.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_advanced_search.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/trigger_date.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/trigger_date.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/trigger_date.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_loading_dark.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_loading_dark.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_loading_dark.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_tick.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_tick.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_tick.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-bottom.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-bottom.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-bottom.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_filter.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_filter.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_filter.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_filter.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tree_arrow.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tree_arrow.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tree_arrow.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tree_arrow.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tab_line.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tab_line.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tab_line.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/tab_line.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_pagebar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_pagebar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_pagebar.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/combobox.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/combobox.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/combobox.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/category_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/category_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/category_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/category_expand.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/fieldset_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/fieldset_expand.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_error.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_error.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_error.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_error.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_panel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_panel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_panel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_panel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/information.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/information.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/information.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/information.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_checkbox.svg
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_checkbox.svg: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_checkbox.svg: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_checkbox.svg: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_parent.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_parent.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_parent.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/dropdown_menu_parent.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_overflow.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_overflow.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_overflow.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_overflow.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-top.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-top.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/col-move-top.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_empty_list.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_empty_list.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_empty_list.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_empty_list.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_footbar.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_footbar.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_footbar.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/shadow_footbar.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/c_icon_general.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/c_icon_general.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/c_icon_general.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_success.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_success.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_success.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_success.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_dropdown.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_dropdown.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_grid_dropdown.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev_month.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev_month.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev_month.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_prev_month.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next_month.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next_month.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next_month.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_next_month.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/search_cancel.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/search_cancel.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/search_cancel.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/search_cancel.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_cancel_xs.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_cancel_xs.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_cancel_xs.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/icon_btn_cancel_xs.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_radio.svg
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/bt_radio.svg: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_prev_next.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_prev_next.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components/date_prev_next.png: Operation not supported
Found objectid=21999689, key=21999688
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/row-over.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/row-over.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/row-over.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/row-over.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid/loading.gif: Operation not supported
Found objectid=21999726, key=21999725
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/grid
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/checked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/checked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/checked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/checked.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/grayed.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/grayed.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/grayed.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/grayed.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/unchecked.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/unchecked.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/unchecked.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn/unchecked.gif: Operation not supported
Found objectid=21999729, key=21999728
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/EnableColumn
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/accept.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/accept.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/accept.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/accept.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/exclamation.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/exclamation.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/exclamation.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/exclamation.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/loading.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/loading.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/loading.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/loading.gif: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saved.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saved.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saved.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saved.png: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saving.gif
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saving.gif: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saving.gif: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar/saving.gif: Operation not supported
Found objectid=21999733, key=21999732
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/statusbar
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio/bt_radio.svg
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio/bt_radio.svg: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio/bt_radio.svg: Operation not supported
Found objectid=21999739, key=21999738
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x/CustRadio
Found objectid=21999654, key=21999653
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/1x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components/fieldset_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components/fieldset_expand.png: Operation not supported
Found objectid=21999744, key=21999743
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x/Components
Found objectid=21999743, key=21999742
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/2x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components/fieldset_expand.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components/fieldset_expand.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components/fieldset_expand.png: Operation not supported
Found objectid=21999747, key=21999746
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x/Components
Found objectid=21999746, key=21999745
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark/1x
Found objectid=21999742, key=21999741
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme/dark
Found objectid=21999741, key=21999740
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images/theme
Found objectid=21999614, key=21999613
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/images
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-encrypt.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-encrypt.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-encrypt.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-encrypt.js: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all-default.css
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all-default.css: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all-default.css: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux/ux-all-default.css: Operation not supported
Found objectid=21999612, key=21999611
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4/ux
Found objectid=21999238, key=21999237
Done searching /@syno/@appstore/SurveillanceStation/ui/ext-3.4
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/helptoc.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/helptoc.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/helptoc.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/helptoc.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/uistrings.cgi
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/uistrings.cgi: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/uistrings.cgi: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/uistrings.cgi: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/sds.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/sds.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/sds.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/sds.js: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/login.cgi
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/login.cgi: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/login.cgi: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/login.cgi: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/babel-polyfill
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/babel-polyfill/polyfill.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/babel-polyfill/polyfill.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/babel-polyfill/polyfill.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/babel-polyfill/polyfill.js: Operation not supported
Found objectid=21999755, key=21999754
Done searching /@syno/@appstore/SurveillanceStation/ui/babel-polyfill
Restoring RECUP/@syno/@appstore/SurveillanceStation/ui/index.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ui/index.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ui/index.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ui/index.conf: Operation not supported
SYMLINK: 'RECUP/@syno/@appstore/SurveillanceStation/ui/scripts' => '/usr/syno/synoman/scripts'
Found objectid=21991327, key=21991326
Done searching /@syno/@appstore/SurveillanceStation/ui
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf/SYNO.SurveillanceStation.TaskQueue.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf/SYNO.SurveillanceStation.TaskQueue.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf/SYNO.SurveillanceStation.TaskQueue.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf/SYNO.SurveillanceStation.TaskQueue.lib: Operation not supported
Found objectid=21999761, key=21999759
Done searching /@syno/@appstore/SurveillanceStation/webapi/TaskQueue/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src/SYNO.SurveillanceStation.TaskQueue.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src/SYNO.SurveillanceStation.TaskQueue.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src/SYNO.SurveillanceStation.TaskQueue.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src/SYNO.SurveillanceStation.TaskQueue.so: Operation not supported
Found objectid=21999762, key=21999761
Done searching /@syno/@appstore/SurveillanceStation/webapi/TaskQueue/src
Found objectid=21999759, key=21999758
Done searching /@syno/@appstore/SurveillanceStation/webapi/TaskQueue
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/conf/SYNO.SurveillanceStation.Recording.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/conf/SYNO.SurveillanceStation.Recording.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/conf/SYNO.SurveillanceStation.Recording.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/conf/SYNO.SurveillanceStation.Recording.lib: Operation not supported
Found objectid=21999766, key=21999764
Done searching /@syno/@appstore/SurveillanceStation/webapi/Recording/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/src/SYNO.SurveillanceStation.Recording.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/src/SYNO.SurveillanceStation.Recording.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/src/SYNO.SurveillanceStation.Recording.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Recording/src/SYNO.SurveillanceStation.Recording.so: Operation not supported
Found objectid=21999767, key=21999766
Done searching /@syno/@appstore/SurveillanceStation/webapi/Recording/src
Found objectid=21999764, key=21999763
Done searching /@syno/@appstore/SurveillanceStation/webapi/Recording
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/conf/SYNO.SurveillanceStation.Emap.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/conf/SYNO.SurveillanceStation.Emap.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/conf/SYNO.SurveillanceStation.Emap.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/conf/SYNO.SurveillanceStation.Emap.lib: Operation not supported
Found objectid=21999771, key=21999769
Done searching /@syno/@appstore/SurveillanceStation/webapi/Emap/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/src/SYNO.SurveillanceStation.Emap.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/src/SYNO.SurveillanceStation.Emap.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/src/SYNO.SurveillanceStation.Emap.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Emap/src/SYNO.SurveillanceStation.Emap.so: Operation not supported
Found objectid=21999772, key=21999771
Done searching /@syno/@appstore/SurveillanceStation/webapi/Emap/src
Found objectid=21999769, key=21999768
Done searching /@syno/@appstore/SurveillanceStation/webapi/Emap
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/conf/SYNO.SurveillanceStation.Stream.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/conf/SYNO.SurveillanceStation.Stream.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/conf/SYNO.SurveillanceStation.Stream.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/conf/SYNO.SurveillanceStation.Stream.lib: Operation not supported
Found objectid=21999776, key=21999774
Done searching /@syno/@appstore/SurveillanceStation/webapi/Stream/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/src/SYNO.SurveillanceStation.Stream.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/src/SYNO.SurveillanceStation.Stream.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/src/SYNO.SurveillanceStation.Stream.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Stream/src/SYNO.SurveillanceStation.Stream.so: Operation not supported
Found objectid=21999777, key=21999776
Done searching /@syno/@appstore/SurveillanceStation/webapi/Stream/src
Found objectid=21999774, key=21999773
Done searching /@syno/@appstore/SurveillanceStation/webapi/Stream
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Info
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/conf/SYNO.SurveillanceStation.Info.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/conf/SYNO.SurveillanceStation.Info.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/conf/SYNO.SurveillanceStation.Info.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/conf/SYNO.SurveillanceStation.Info.lib: Operation not supported
Found objectid=21999781, key=21999779
Done searching /@syno/@appstore/SurveillanceStation/webapi/Info/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/src/SYNO.SurveillanceStation.Info.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/src/SYNO.SurveillanceStation.Info.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/src/SYNO.SurveillanceStation.Info.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Info/src/SYNO.SurveillanceStation.Info.so: Operation not supported
Found objectid=21999782, key=21999781
Done searching /@syno/@appstore/SurveillanceStation/webapi/Info/src
Found objectid=21999779, key=21999778
Done searching /@syno/@appstore/SurveillanceStation/webapi/Info
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf/SYNO.SurveillanceStation.ActionRule.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf/SYNO.SurveillanceStation.ActionRule.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf/SYNO.SurveillanceStation.ActionRule.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf/SYNO.SurveillanceStation.ActionRule.lib: Operation not supported
Found objectid=21999786, key=21999784
Done searching /@syno/@appstore/SurveillanceStation/webapi/ActionRule/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/src/SYNO.SurveillanceStation.ActionRule.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/src/SYNO.SurveillanceStation.ActionRule.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/src/SYNO.SurveillanceStation.ActionRule.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ActionRule/src/SYNO.SurveillanceStation.ActionRule.so: Operation not supported
Found objectid=21999787, key=21999786
Done searching /@syno/@appstore/SurveillanceStation/webapi/ActionRule/src
Found objectid=21999784, key=21999783
Done searching /@syno/@appstore/SurveillanceStation/webapi/ActionRule
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf/SYNO.SurveillanceStation.HomeMode.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf/SYNO.SurveillanceStation.HomeMode.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf/SYNO.SurveillanceStation.HomeMode.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf/SYNO.SurveillanceStation.HomeMode.lib: Operation not supported
Found objectid=21999791, key=21999789
Done searching /@syno/@appstore/SurveillanceStation/webapi/HomeMode/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/src/SYNO.SurveillanceStation.HomeMode.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/src/SYNO.SurveillanceStation.HomeMode.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/src/SYNO.SurveillanceStation.HomeMode.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/HomeMode/src/SYNO.SurveillanceStation.HomeMode.so: Operation not supported
Found objectid=21999792, key=21999791
Done searching /@syno/@appstore/SurveillanceStation/webapi/HomeMode/src
Found objectid=21999789, key=21999788
Done searching /@syno/@appstore/SurveillanceStation/webapi/HomeMode
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/conf/SYNO.SurveillanceStation.Preload.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/conf/SYNO.SurveillanceStation.Preload.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/conf/SYNO.SurveillanceStation.Preload.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/conf/SYNO.SurveillanceStation.Preload.lib: Operation not supported
Found objectid=21999796, key=21999794
Done searching /@syno/@appstore/SurveillanceStation/webapi/Preload/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/src/SYNO.SurveillanceStation.Preload.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/src/SYNO.SurveillanceStation.Preload.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/src/SYNO.SurveillanceStation.Preload.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Preload/src/SYNO.SurveillanceStation.Preload.so: Operation not supported
Found objectid=21999797, key=21999796
Done searching /@syno/@appstore/SurveillanceStation/webapi/Preload/src
Found objectid=21999794, key=21999793
Done searching /@syno/@appstore/SurveillanceStation/webapi/Preload
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf/SYNO.SurveillanceStation.AudioOut.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf/SYNO.SurveillanceStation.AudioOut.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf/SYNO.SurveillanceStation.AudioOut.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf/SYNO.SurveillanceStation.AudioOut.lib: Operation not supported
Found objectid=21999801, key=21999799
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioOut/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/src/SYNO.SurveillanceStation.AudioOut.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/src/SYNO.SurveillanceStation.AudioOut.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/src/SYNO.SurveillanceStation.AudioOut.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioOut/src/SYNO.SurveillanceStation.AudioOut.so: Operation not supported
Found objectid=21999802, key=21999801
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioOut/src
Found objectid=21999799, key=21999798
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioOut
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf/SYNO.SurveillanceStation.LocalDisplay.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf/SYNO.SurveillanceStation.LocalDisplay.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf/SYNO.SurveillanceStation.LocalDisplay.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf/SYNO.SurveillanceStation.LocalDisplay.lib: Operation not supported
Found objectid=21999806, key=21999804
Done searching /@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src/SYNO.SurveillanceStation.LocalDisplay.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src/SYNO.SurveillanceStation.LocalDisplay.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src/SYNO.SurveillanceStation.LocalDisplay.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src/SYNO.SurveillanceStation.LocalDisplay.so: Operation not supported
Found objectid=21999807, key=21999806
Done searching /@syno/@appstore/SurveillanceStation/webapi/LocalDisplay/src
Found objectid=21999804, key=21999803
Done searching /@syno/@appstore/SurveillanceStation/webapi/LocalDisplay
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/conf/SYNO.SurveillanceStation.Sort.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/conf/SYNO.SurveillanceStation.Sort.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/conf/SYNO.SurveillanceStation.Sort.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/conf/SYNO.SurveillanceStation.Sort.lib: Operation not supported
Found objectid=21999811, key=21999809
Done searching /@syno/@appstore/SurveillanceStation/webapi/Sort/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/src/SYNO.SurveillanceStation.Sort.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/src/SYNO.SurveillanceStation.Sort.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/src/SYNO.SurveillanceStation.Sort.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Sort/src/SYNO.SurveillanceStation.Sort.so: Operation not supported
Found objectid=21999812, key=21999811
Done searching /@syno/@appstore/SurveillanceStation/webapi/Sort/src
Found objectid=21999809, key=21999808
Done searching /@syno/@appstore/SurveillanceStation/webapi/Sort
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/conf/SYNO.SurveillanceStation.Transactions.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/conf/SYNO.SurveillanceStation.Transactions.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/conf/SYNO.SurveillanceStation.Transactions.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/conf/SYNO.SurveillanceStation.Transactions.lib: Operation not supported
Found objectid=21999816, key=21999814
Done searching /@syno/@appstore/SurveillanceStation/webapi/Transactions/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/src/SYNO.SurveillanceStation.Transactions.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/src/SYNO.SurveillanceStation.Transactions.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/src/SYNO.SurveillanceStation.Transactions.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Transactions/src/SYNO.SurveillanceStation.Transactions.so: Operation not supported
Found objectid=21999817, key=21999816
Done searching /@syno/@appstore/SurveillanceStation/webapi/Transactions/src
Found objectid=21999814, key=21999813
Done searching /@syno/@appstore/SurveillanceStation/webapi/Transactions
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Face
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/conf/SYNO.SurveillanceStation.Face.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/conf/SYNO.SurveillanceStation.Face.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/conf/SYNO.SurveillanceStation.Face.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/conf/SYNO.SurveillanceStation.Face.lib: Operation not supported
Found objectid=21999821, key=21999819
Done searching /@syno/@appstore/SurveillanceStation/webapi/Face/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/src/SYNO.SurveillanceStation.Face.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/src/SYNO.SurveillanceStation.Face.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/src/SYNO.SurveillanceStation.Face.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Face/src/SYNO.SurveillanceStation.Face.so: Operation not supported
Found objectid=21999822, key=21999821
Done searching /@syno/@appstore/SurveillanceStation/webapi/Face/src
Found objectid=21999819, key=21999818
Done searching /@syno/@appstore/SurveillanceStation/webapi/Face
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/System
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/System/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/System/conf/SYNO.SurveillanceStation.System.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/conf/SYNO.SurveillanceStation.System.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/conf/SYNO.SurveillanceStation.System.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/conf/SYNO.SurveillanceStation.System.lib: Operation not supported
Found objectid=21999826, key=21999824
Done searching /@syno/@appstore/SurveillanceStation/webapi/System/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/System/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/System/src/SYNO.SurveillanceStation.System.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/src/SYNO.SurveillanceStation.System.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/src/SYNO.SurveillanceStation.System.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/System/src/SYNO.SurveillanceStation.System.so: Operation not supported
Found objectid=21999827, key=21999826
Done searching /@syno/@appstore/SurveillanceStation/webapi/System/src
Found objectid=21999824, key=21999823
Done searching /@syno/@appstore/SurveillanceStation/webapi/System
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/conf/SYNO.SurveillanceStation.Notification.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/conf/SYNO.SurveillanceStation.Notification.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/conf/SYNO.SurveillanceStation.Notification.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/conf/SYNO.SurveillanceStation.Notification.lib: Operation not supported
Found objectid=21999831, key=21999829
Done searching /@syno/@appstore/SurveillanceStation/webapi/Notification/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/src/SYNO.SurveillanceStation.Notification.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/src/SYNO.SurveillanceStation.Notification.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/src/SYNO.SurveillanceStation.Notification.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Notification/src/SYNO.SurveillanceStation.Notification.so: Operation not supported
Found objectid=21999832, key=21999831
Done searching /@syno/@appstore/SurveillanceStation/webapi/Notification/src
Found objectid=21999829, key=21999828
Done searching /@syno/@appstore/SurveillanceStation/webapi/Notification
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/conf/SYNO.SurveillanceStation.Archiving.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/conf/SYNO.SurveillanceStation.Archiving.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/conf/SYNO.SurveillanceStation.Archiving.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/conf/SYNO.SurveillanceStation.Archiving.lib: Operation not supported
Found objectid=21999836, key=21999834
Done searching /@syno/@appstore/SurveillanceStation/webapi/Archiving/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/src/SYNO.SurveillanceStation.Archiving.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/src/SYNO.SurveillanceStation.Archiving.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/src/SYNO.SurveillanceStation.Archiving.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Archiving/src/SYNO.SurveillanceStation.Archiving.so: Operation not supported
Found objectid=21999837, key=21999836
Done searching /@syno/@appstore/SurveillanceStation/webapi/Archiving/src
Found objectid=21999834, key=21999833
Done searching /@syno/@appstore/SurveillanceStation/webapi/Archiving
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/conf/SYNO.SurveillanceStation.CMS.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/conf/SYNO.SurveillanceStation.CMS.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/conf/SYNO.SurveillanceStation.CMS.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/conf/SYNO.SurveillanceStation.CMS.lib: Operation not supported
Found objectid=21999841, key=21999839
Done searching /@syno/@appstore/SurveillanceStation/webapi/CMS/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/src/SYNO.SurveillanceStation.CMS.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/src/SYNO.SurveillanceStation.CMS.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/src/SYNO.SurveillanceStation.CMS.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CMS/src/SYNO.SurveillanceStation.CMS.so: Operation not supported
Found objectid=21999842, key=21999841
Done searching /@syno/@appstore/SurveillanceStation/webapi/CMS/src
Found objectid=21999839, key=21999838
Done searching /@syno/@appstore/SurveillanceStation/webapi/CMS
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf/SYNO.SurveillanceStation.ReportCenter.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf/SYNO.SurveillanceStation.ReportCenter.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf/SYNO.SurveillanceStation.ReportCenter.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf/SYNO.SurveillanceStation.ReportCenter.lib: Operation not supported
Found objectid=21999846, key=21999844
Done searching /@syno/@appstore/SurveillanceStation/webapi/ReportCenter/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src/SYNO.SurveillanceStation.ReportCenter.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src/SYNO.SurveillanceStation.ReportCenter.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src/SYNO.SurveillanceStation.ReportCenter.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src/SYNO.SurveillanceStation.ReportCenter.so: Operation not supported
Found objectid=21999847, key=21999846
Done searching /@syno/@appstore/SurveillanceStation/webapi/ReportCenter/src
Found objectid=21999844, key=21999843
Done searching /@syno/@appstore/SurveillanceStation/webapi/ReportCenter
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Log
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/conf/SYNO.SurveillanceStation.Log.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/conf/SYNO.SurveillanceStation.Log.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/conf/SYNO.SurveillanceStation.Log.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/conf/SYNO.SurveillanceStation.Log.lib: Operation not supported
Found objectid=21999851, key=21999849
Done searching /@syno/@appstore/SurveillanceStation/webapi/Log/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/src/SYNO.SurveillanceStation.Log.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/src/SYNO.SurveillanceStation.Log.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/src/SYNO.SurveillanceStation.Log.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Log/src/SYNO.SurveillanceStation.Log.so: Operation not supported
Found objectid=21999852, key=21999851
Done searching /@syno/@appstore/SurveillanceStation/webapi/Log/src
Found objectid=21999849, key=21999848
Done searching /@syno/@appstore/SurveillanceStation/webapi/Log
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/conf/SYNO.SurveillanceStation.PTZ.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/conf/SYNO.SurveillanceStation.PTZ.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/conf/SYNO.SurveillanceStation.PTZ.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/conf/SYNO.SurveillanceStation.PTZ.lib: Operation not supported
Found objectid=21999856, key=21999854
Done searching /@syno/@appstore/SurveillanceStation/webapi/PTZ/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/src/SYNO.SurveillanceStation.PTZ.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/src/SYNO.SurveillanceStation.PTZ.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/src/SYNO.SurveillanceStation.PTZ.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PTZ/src/SYNO.SurveillanceStation.PTZ.so: Operation not supported
Found objectid=21999857, key=21999856
Done searching /@syno/@appstore/SurveillanceStation/webapi/PTZ/src
Found objectid=21999854, key=21999853
Done searching /@syno/@appstore/SurveillanceStation/webapi/PTZ
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf/SYNO.SurveillanceStation.AudioPattern.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf/SYNO.SurveillanceStation.AudioPattern.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf/SYNO.SurveillanceStation.AudioPattern.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf/SYNO.SurveillanceStation.AudioPattern.lib: Operation not supported
Found objectid=21999861, key=21999859
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioPattern/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src/SYNO.SurveillanceStation.AudioPattern.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src/SYNO.SurveillanceStation.AudioPattern.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src/SYNO.SurveillanceStation.AudioPattern.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src/SYNO.SurveillanceStation.AudioPattern.so: Operation not supported
Found objectid=21999862, key=21999861
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioPattern/src
Found objectid=21999859, key=21999858
Done searching /@syno/@appstore/SurveillanceStation/webapi/AudioPattern
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf/SYNO.SurveillanceStation.PersonalSettings.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf/SYNO.SurveillanceStation.PersonalSettings.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf/SYNO.SurveillanceStation.PersonalSettings.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf/SYNO.SurveillanceStation.PersonalSettings.lib: Operation not supported
Found objectid=21999866, key=21999864
Done searching /@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src/SYNO.SurveillanceStation.PersonalSettings.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src/SYNO.SurveillanceStation.PersonalSettings.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src/SYNO.SurveillanceStation.PersonalSettings.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src/SYNO.SurveillanceStation.PersonalSettings.so: Operation not supported
Found objectid=21999867, key=21999866
Done searching /@syno/@appstore/SurveillanceStation/webapi/PersonalSettings/src
Found objectid=21999864, key=21999863
Done searching /@syno/@appstore/SurveillanceStation/webapi/PersonalSettings
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/conf/SYNO.SurveillanceStation.Analytics.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/conf/SYNO.SurveillanceStation.Analytics.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/conf/SYNO.SurveillanceStation.Analytics.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/conf/SYNO.SurveillanceStation.Analytics.lib: Operation not supported
Found objectid=21999871, key=21999869
Done searching /@syno/@appstore/SurveillanceStation/webapi/Analytics/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/src/SYNO.SurveillanceStation.Analytics.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/src/SYNO.SurveillanceStation.Analytics.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/src/SYNO.SurveillanceStation.Analytics.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Analytics/src/SYNO.SurveillanceStation.Analytics.so: Operation not supported
Found objectid=21999872, key=21999871
Done searching /@syno/@appstore/SurveillanceStation/webapi/Analytics/src
Found objectid=21999869, key=21999868
Done searching /@syno/@appstore/SurveillanceStation/webapi/Analytics
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Help
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/conf/SYNO.SurveillanceStation.Help.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/conf/SYNO.SurveillanceStation.Help.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/conf/SYNO.SurveillanceStation.Help.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/conf/SYNO.SurveillanceStation.Help.lib: Operation not supported
Found objectid=21999876, key=21999874
Done searching /@syno/@appstore/SurveillanceStation/webapi/Help/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/src/SYNO.SurveillanceStation.Help.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/src/SYNO.SurveillanceStation.Help.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/src/SYNO.SurveillanceStation.Help.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Help/src/SYNO.SurveillanceStation.Help.so: Operation not supported
Found objectid=21999877, key=21999876
Done searching /@syno/@appstore/SurveillanceStation/webapi/Help/src
Found objectid=21999874, key=21999873
Done searching /@syno/@appstore/SurveillanceStation/webapi/Help
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf/SYNO.SurveillanceStation.RecordingPicker.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf/SYNO.SurveillanceStation.RecordingPicker.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf/SYNO.SurveillanceStation.RecordingPicker.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf/SYNO.SurveillanceStation.RecordingPicker.lib: Operation not supported
Found objectid=21999881, key=21999879
Done searching /@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src/SYNO.SurveillanceStation.RecordingPicker.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src/SYNO.SurveillanceStation.RecordingPicker.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src/SYNO.SurveillanceStation.RecordingPicker.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src/SYNO.SurveillanceStation.RecordingPicker.so: Operation not supported
Found objectid=21999882, key=21999881
Done searching /@syno/@appstore/SurveillanceStation/webapi/RecordingPicker/src
Found objectid=21999879, key=21999878
Done searching /@syno/@appstore/SurveillanceStation/webapi/RecordingPicker
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf/SYNO.SurveillanceStation.VideoStreaming.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf/SYNO.SurveillanceStation.VideoStreaming.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf/SYNO.SurveillanceStation.VideoStreaming.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf/SYNO.SurveillanceStation.VideoStreaming.lib: Operation not supported
Found objectid=21999886, key=21999884
Done searching /@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src/SYNO.SurveillanceStation.VideoStreaming.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src/SYNO.SurveillanceStation.VideoStreaming.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src/SYNO.SurveillanceStation.VideoStreaming.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src/SYNO.SurveillanceStation.VideoStreaming.so: Operation not supported
Found objectid=21999887, key=21999886
Done searching /@syno/@appstore/SurveillanceStation/webapi/VideoStreaming/src
Found objectid=21999884, key=21999883
Done searching /@syno/@appstore/SurveillanceStation/webapi/VideoStreaming
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/conf/SYNO.SurveillanceStation.Encryption.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/conf/SYNO.SurveillanceStation.Encryption.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/conf/SYNO.SurveillanceStation.Encryption.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/conf/SYNO.SurveillanceStation.Encryption.lib: Operation not supported
Found objectid=21999891, key=21999889
Done searching /@syno/@appstore/SurveillanceStation/webapi/Encryption/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/src/SYNO.SurveillanceStation.Encryption.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/src/SYNO.SurveillanceStation.Encryption.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/src/SYNO.SurveillanceStation.Encryption.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Encryption/src/SYNO.SurveillanceStation.Encryption.so: Operation not supported
Found objectid=21999892, key=21999891
Done searching /@syno/@appstore/SurveillanceStation/webapi/Encryption/src
Found objectid=21999889, key=21999888
Done searching /@syno/@appstore/SurveillanceStation/webapi/Encryption
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/conf/SYNO.SurveillanceStation.IVA.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/conf/SYNO.SurveillanceStation.IVA.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/conf/SYNO.SurveillanceStation.IVA.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/conf/SYNO.SurveillanceStation.IVA.lib: Operation not supported
Found objectid=21999896, key=21999894
Done searching /@syno/@appstore/SurveillanceStation/webapi/IVA/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/src/SYNO.SurveillanceStation.IVA.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/src/SYNO.SurveillanceStation.IVA.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/src/SYNO.SurveillanceStation.IVA.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IVA/src/SYNO.SurveillanceStation.IVA.so: Operation not supported
Found objectid=21999897, key=21999896
Done searching /@syno/@appstore/SurveillanceStation/webapi/IVA/src
Found objectid=21999894, key=21999893
Done searching /@syno/@appstore/SurveillanceStation/webapi/IVA
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf/SYNO.SurveillanceStation.ExternalEvent.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf/SYNO.SurveillanceStation.ExternalEvent.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf/SYNO.SurveillanceStation.ExternalEvent.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf/SYNO.SurveillanceStation.ExternalEvent.lib: Operation not supported
Found objectid=21999901, key=21999899
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src/SYNO.SurveillanceStation.ExternalEvent.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src/SYNO.SurveillanceStation.ExternalEvent.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src/SYNO.SurveillanceStation.ExternalEvent.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src/SYNO.SurveillanceStation.ExternalEvent.so: Operation not supported
Found objectid=21999902, key=21999901
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalEvent/src
Found objectid=21999899, key=21999898
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalEvent
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf/SYNO.SurveillanceStation.TimeLapse.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf/SYNO.SurveillanceStation.TimeLapse.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf/SYNO.SurveillanceStation.TimeLapse.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf/SYNO.SurveillanceStation.TimeLapse.lib: Operation not supported
Found objectid=21999906, key=21999904
Done searching /@syno/@appstore/SurveillanceStation/webapi/TimeLapse/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src/SYNO.SurveillanceStation.TimeLapse.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src/SYNO.SurveillanceStation.TimeLapse.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src/SYNO.SurveillanceStation.TimeLapse.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src/SYNO.SurveillanceStation.TimeLapse.so: Operation not supported
Found objectid=21999907, key=21999906
Done searching /@syno/@appstore/SurveillanceStation/webapi/TimeLapse/src
Found objectid=21999904, key=21999903
Done searching /@syno/@appstore/SurveillanceStation/webapi/TimeLapse
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/conf/SYNO.SurveillanceStation.Camera.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/conf/SYNO.SurveillanceStation.Camera.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/conf/SYNO.SurveillanceStation.Camera.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/conf/SYNO.SurveillanceStation.Camera.lib: Operation not supported
Found objectid=21999911, key=21999909
Done searching /@syno/@appstore/SurveillanceStation/webapi/Camera/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/src/SYNO.SurveillanceStation.Camera.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/src/SYNO.SurveillanceStation.Camera.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/src/SYNO.SurveillanceStation.Camera.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Camera/src/SYNO.SurveillanceStation.Camera.so: Operation not supported
Found objectid=21999912, key=21999911
Done searching /@syno/@appstore/SurveillanceStation/webapi/Camera/src
Found objectid=21999909, key=21999908
Done searching /@syno/@appstore/SurveillanceStation/webapi/Camera
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/surveillancestation.auth
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/surveillancestation.auth: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/surveillancestation.auth: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/surveillancestation.auth: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/conf/SYNO.SurveillanceStation.IOModule.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/conf/SYNO.SurveillanceStation.IOModule.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/conf/SYNO.SurveillanceStation.IOModule.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/conf/SYNO.SurveillanceStation.IOModule.lib: Operation not supported
Found objectid=21999917, key=21999915
Done searching /@syno/@appstore/SurveillanceStation/webapi/IOModule/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/src/SYNO.SurveillanceStation.IOModule.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/src/SYNO.SurveillanceStation.IOModule.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/src/SYNO.SurveillanceStation.IOModule.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IOModule/src/SYNO.SurveillanceStation.IOModule.so: Operation not supported
Found objectid=21999918, key=21999917
Done searching /@syno/@appstore/SurveillanceStation/webapi/IOModule/src
Found objectid=21999915, key=21999914
Done searching /@syno/@appstore/SurveillanceStation/webapi/IOModule
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf/SYNO.SurveillanceStation.DigitalOutput.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf/SYNO.SurveillanceStation.DigitalOutput.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf/SYNO.SurveillanceStation.DigitalOutput.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf/SYNO.SurveillanceStation.DigitalOutput.lib: Operation not supported
Found objectid=21999922, key=21999920
Done searching /@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src/SYNO.SurveillanceStation.DigitalOutput.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src/SYNO.SurveillanceStation.DigitalOutput.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src/SYNO.SurveillanceStation.DigitalOutput.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src/SYNO.SurveillanceStation.DigitalOutput.so: Operation not supported
Found objectid=21999923, key=21999922
Done searching /@syno/@appstore/SurveillanceStation/webapi/DigitalOutput/src
Found objectid=21999920, key=21999919
Done searching /@syno/@appstore/SurveillanceStation/webapi/DigitalOutput
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/conf/SYNO.SurveillanceStation.Alert.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/conf/SYNO.SurveillanceStation.Alert.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/conf/SYNO.SurveillanceStation.Alert.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/conf/SYNO.SurveillanceStation.Alert.lib: Operation not supported
Found objectid=21999927, key=21999925
Done searching /@syno/@appstore/SurveillanceStation/webapi/Alert/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/src/SYNO.SurveillanceStation.Alert.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/src/SYNO.SurveillanceStation.Alert.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/src/SYNO.SurveillanceStation.Alert.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Alert/src/SYNO.SurveillanceStation.Alert.so: Operation not supported
Found objectid=21999928, key=21999927
Done searching /@syno/@appstore/SurveillanceStation/webapi/Alert/src
Found objectid=21999925, key=21999924
Done searching /@syno/@appstore/SurveillanceStation/webapi/Alert
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf/SYNO.SurveillanceStation.CameraCap.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf/SYNO.SurveillanceStation.CameraCap.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf/SYNO.SurveillanceStation.CameraCap.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf/SYNO.SurveillanceStation.CameraCap.lib: Operation not supported
Found objectid=21999932, key=21999930
Done searching /@syno/@appstore/SurveillanceStation/webapi/CameraCap/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/src/SYNO.SurveillanceStation.CameraCap.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/src/SYNO.SurveillanceStation.CameraCap.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/src/SYNO.SurveillanceStation.CameraCap.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/CameraCap/src/SYNO.SurveillanceStation.CameraCap.so: Operation not supported
Found objectid=21999933, key=21999932
Done searching /@syno/@appstore/SurveillanceStation/webapi/CameraCap/src
Found objectid=21999930, key=21999929
Done searching /@syno/@appstore/SurveillanceStation/webapi/CameraCap
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/conf/SYNO.SurveillanceStation.Webhook.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/conf/SYNO.SurveillanceStation.Webhook.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/conf/SYNO.SurveillanceStation.Webhook.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/conf/SYNO.SurveillanceStation.Webhook.lib: Operation not supported
Found objectid=21999937, key=21999935
Done searching /@syno/@appstore/SurveillanceStation/webapi/Webhook/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/src/SYNO.SurveillanceStation.Webhook.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/src/SYNO.SurveillanceStation.Webhook.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/src/SYNO.SurveillanceStation.Webhook.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Webhook/src/SYNO.SurveillanceStation.Webhook.so: Operation not supported
Found objectid=21999938, key=21999937
Done searching /@syno/@appstore/SurveillanceStation/webapi/Webhook/src
Found objectid=21999935, key=21999934
Done searching /@syno/@appstore/SurveillanceStation/webapi/Webhook
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/conf/SYNO.SurveillanceStation.AddOns.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/conf/SYNO.SurveillanceStation.AddOns.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/conf/SYNO.SurveillanceStation.AddOns.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/conf/SYNO.SurveillanceStation.AddOns.lib: Operation not supported
Found objectid=21999942, key=21999940
Done searching /@syno/@appstore/SurveillanceStation/webapi/AddOns/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/src/SYNO.SurveillanceStation.AddOns.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/src/SYNO.SurveillanceStation.AddOns.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/src/SYNO.SurveillanceStation.AddOns.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AddOns/src/SYNO.SurveillanceStation.AddOns.so: Operation not supported
Found objectid=21999943, key=21999942
Done searching /@syno/@appstore/SurveillanceStation/webapi/AddOns/src
Found objectid=21999940, key=21999939
Done searching /@syno/@appstore/SurveillanceStation/webapi/AddOns
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf/SYNO.SurveillanceStation.Fisheye.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf/SYNO.SurveillanceStation.Fisheye.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf/SYNO.SurveillanceStation.Fisheye.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf/SYNO.SurveillanceStation.Fisheye.lib: Operation not supported
Found objectid=21999947, key=21999945
Done searching /@syno/@appstore/SurveillanceStation/webapi/Fisheye/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/src/SYNO.SurveillanceStation.Fisheye.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/src/SYNO.SurveillanceStation.Fisheye.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/src/SYNO.SurveillanceStation.Fisheye.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Fisheye/src/SYNO.SurveillanceStation.Fisheye.so: Operation not supported
Found objectid=21999948, key=21999947
Done searching /@syno/@appstore/SurveillanceStation/webapi/Fisheye/src
Found objectid=21999945, key=21999944
Done searching /@syno/@appstore/SurveillanceStation/webapi/Fisheye
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf/SYNO.SurveillanceStation.YoutubeLive.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf/SYNO.SurveillanceStation.YoutubeLive.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf/SYNO.SurveillanceStation.YoutubeLive.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf/SYNO.SurveillanceStation.YoutubeLive.lib: Operation not supported
Found objectid=21999952, key=21999950
Done searching /@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src/SYNO.SurveillanceStation.YoutubeLive.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src/SYNO.SurveillanceStation.YoutubeLive.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src/SYNO.SurveillanceStation.YoutubeLive.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src/SYNO.SurveillanceStation.YoutubeLive.so: Operation not supported
Found objectid=21999953, key=21999952
Done searching /@syno/@appstore/SurveillanceStation/webapi/YoutubeLive/src
Found objectid=21999950, key=21999949
Done searching /@syno/@appstore/SurveillanceStation/webapi/YoutubeLive
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/License
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/License/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/License/conf/SYNO.SurveillanceStation.License.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/conf/SYNO.SurveillanceStation.License.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/conf/SYNO.SurveillanceStation.License.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/conf/SYNO.SurveillanceStation.License.lib: Operation not supported
Found objectid=21999957, key=21999955
Done searching /@syno/@appstore/SurveillanceStation/webapi/License/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/License/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/License/src/SYNO.SurveillanceStation.License.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/src/SYNO.SurveillanceStation.License.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/src/SYNO.SurveillanceStation.License.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/License/src/SYNO.SurveillanceStation.License.so: Operation not supported
Found objectid=21999958, key=21999957
Done searching /@syno/@appstore/SurveillanceStation/webapi/License/src
Found objectid=21999955, key=21999954
Done searching /@syno/@appstore/SurveillanceStation/webapi/License
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf/SYNO.SurveillanceStation.AppCenter.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf/SYNO.SurveillanceStation.AppCenter.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf/SYNO.SurveillanceStation.AppCenter.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf/SYNO.SurveillanceStation.AppCenter.lib: Operation not supported
Found objectid=21999962, key=21999960
Done searching /@syno/@appstore/SurveillanceStation/webapi/AppCenter/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/src/SYNO.SurveillanceStation.AppCenter.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/src/SYNO.SurveillanceStation.AppCenter.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/src/SYNO.SurveillanceStation.AppCenter.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AppCenter/src/SYNO.SurveillanceStation.AppCenter.so: Operation not supported
Found objectid=21999963, key=21999962
Done searching /@syno/@appstore/SurveillanceStation/webapi/AppCenter/src
Found objectid=21999960, key=21999959
Done searching /@syno/@appstore/SurveillanceStation/webapi/AppCenter
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf/SYNO.SurveillanceStation.MobileCam.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf/SYNO.SurveillanceStation.MobileCam.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf/SYNO.SurveillanceStation.MobileCam.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf/SYNO.SurveillanceStation.MobileCam.lib: Operation not supported
Found objectid=21999967, key=21999965
Done searching /@syno/@appstore/SurveillanceStation/webapi/MobileCam/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/src/SYNO.SurveillanceStation.MobileCam.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/src/SYNO.SurveillanceStation.MobileCam.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/src/SYNO.SurveillanceStation.MobileCam.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/MobileCam/src/SYNO.SurveillanceStation.MobileCam.so: Operation not supported
Found objectid=21999968, key=21999967
Done searching /@syno/@appstore/SurveillanceStation/webapi/MobileCam/src
Found objectid=21999965, key=21999964
Done searching /@syno/@appstore/SurveillanceStation/webapi/MobileCam
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf/SYNO.SurveillanceStation.ExternalRecording.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf/SYNO.SurveillanceStation.ExternalRecording.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf/SYNO.SurveillanceStation.ExternalRecording.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf/SYNO.SurveillanceStation.ExternalRecording.lib: Operation not supported
Found objectid=21999972, key=21999970
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src/SYNO.SurveillanceStation.ExternalRecording.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src/SYNO.SurveillanceStation.ExternalRecording.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src/SYNO.SurveillanceStation.ExternalRecording.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src/SYNO.SurveillanceStation.ExternalRecording.so: Operation not supported
Found objectid=21999973, key=21999972
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalRecording/src
Found objectid=21999970, key=21999969
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalRecording
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf/SYNO.SurveillanceStation.ExternalDevice.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf/SYNO.SurveillanceStation.ExternalDevice.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf/SYNO.SurveillanceStation.ExternalDevice.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf/SYNO.SurveillanceStation.ExternalDevice.lib: Operation not supported
Found objectid=21999977, key=21999975
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src/SYNO.SurveillanceStation.ExternalDevice.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src/SYNO.SurveillanceStation.ExternalDevice.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src/SYNO.SurveillanceStation.ExternalDevice.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src/SYNO.SurveillanceStation.ExternalDevice.so: Operation not supported
Found objectid=21999978, key=21999977
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalDevice/src
Found objectid=21999975, key=21999974
Done searching /@syno/@appstore/SurveillanceStation/webapi/ExternalDevice
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/conf/SYNO.SurveillanceStation.Layout.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/conf/SYNO.SurveillanceStation.Layout.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/conf/SYNO.SurveillanceStation.Layout.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/conf/SYNO.SurveillanceStation.Layout.lib: Operation not supported
Found objectid=21999982, key=21999980
Done searching /@syno/@appstore/SurveillanceStation/webapi/Layout/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/src/SYNO.SurveillanceStation.Layout.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/src/SYNO.SurveillanceStation.Layout.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/src/SYNO.SurveillanceStation.Layout.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Layout/src/SYNO.SurveillanceStation.Layout.so: Operation not supported
Found objectid=21999983, key=21999982
Done searching /@syno/@appstore/SurveillanceStation/webapi/Layout/src
Found objectid=21999980, key=21999979
Done searching /@syno/@appstore/SurveillanceStation/webapi/Layout
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Event
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/conf/SYNO.SurveillanceStation.Event.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/conf/SYNO.SurveillanceStation.Event.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/conf/SYNO.SurveillanceStation.Event.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/conf/SYNO.SurveillanceStation.Event.lib: Operation not supported
Found objectid=21999987, key=21999985
Done searching /@syno/@appstore/SurveillanceStation/webapi/Event/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/src/SYNO.SurveillanceStation.Event.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/src/SYNO.SurveillanceStation.Event.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/src/SYNO.SurveillanceStation.Event.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Event/src/SYNO.SurveillanceStation.Event.so: Operation not supported
Found objectid=21999988, key=21999987
Done searching /@syno/@appstore/SurveillanceStation/webapi/Event/src
Found objectid=21999985, key=21999984
Done searching /@syno/@appstore/SurveillanceStation/webapi/Event
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/C2
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/conf/SYNO.SurveillanceStation.C2.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/conf/SYNO.SurveillanceStation.C2.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/conf/SYNO.SurveillanceStation.C2.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/conf/SYNO.SurveillanceStation.C2.lib: Operation not supported
Found objectid=21999992, key=21999990
Done searching /@syno/@appstore/SurveillanceStation/webapi/C2/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/src/SYNO.SurveillanceStation.C2.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/src/SYNO.SurveillanceStation.C2.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/src/SYNO.SurveillanceStation.C2.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/C2/src/SYNO.SurveillanceStation.C2.so: Operation not supported
Found objectid=21999993, key=21999992
Done searching /@syno/@appstore/SurveillanceStation/webapi/C2/src
Found objectid=21999990, key=21999989
Done searching /@syno/@appstore/SurveillanceStation/webapi/C2
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf/SYNO.SurveillanceStation.AxisAcsCtrler.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf/SYNO.SurveillanceStation.AxisAcsCtrler.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf/SYNO.SurveillanceStation.AxisAcsCtrler.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf/SYNO.SurveillanceStation.AxisAcsCtrler.lib: Operation not supported
Found objectid=21999997, key=21999995
Done searching /@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src/SYNO.SurveillanceStation.AxisAcsCtrler.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src/SYNO.SurveillanceStation.AxisAcsCtrler.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src/SYNO.SurveillanceStation.AxisAcsCtrler.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src/SYNO.SurveillanceStation.AxisAcsCtrler.so: Operation not supported
Found objectid=21999998, key=21999997
Done searching /@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler/src
Found objectid=21999995, key=21999994
Done searching /@syno/@appstore/SurveillanceStation/webapi/AxisAcsCtrler
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf/SYNO.SurveillanceStation.GlobalSearch.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf/SYNO.SurveillanceStation.GlobalSearch.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf/SYNO.SurveillanceStation.GlobalSearch.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf/SYNO.SurveillanceStation.GlobalSearch.lib: Operation not supported
Found objectid=22000002, key=22000000
Done searching /@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src/SYNO.SurveillanceStation.GlobalSearch.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src/SYNO.SurveillanceStation.GlobalSearch.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src/SYNO.SurveillanceStation.GlobalSearch.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src/SYNO.SurveillanceStation.GlobalSearch.so: Operation not supported
Found objectid=22000003, key=22000002
Done searching /@syno/@appstore/SurveillanceStation/webapi/GlobalSearch/src
Found objectid=22000000, key=21999999
Done searching /@syno/@appstore/SurveillanceStation/webapi/GlobalSearch
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Player
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/conf/SYNO.SurveillanceStation.Player.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/conf/SYNO.SurveillanceStation.Player.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/conf/SYNO.SurveillanceStation.Player.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/conf/SYNO.SurveillanceStation.Player.lib: Operation not supported
Found objectid=22000007, key=22000005
Done searching /@syno/@appstore/SurveillanceStation/webapi/Player/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/src/SYNO.SurveillanceStation.Player.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/src/SYNO.SurveillanceStation.Player.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/src/SYNO.SurveillanceStation.Player.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Player/src/SYNO.SurveillanceStation.Player.so: Operation not supported
Found objectid=22000008, key=22000007
Done searching /@syno/@appstore/SurveillanceStation/webapi/Player/src
Found objectid=22000005, key=22000004
Done searching /@syno/@appstore/SurveillanceStation/webapi/Player
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Share
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/conf/SYNO.SurveillanceStation.Share.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/conf/SYNO.SurveillanceStation.Share.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/conf/SYNO.SurveillanceStation.Share.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/conf/SYNO.SurveillanceStation.Share.lib: Operation not supported
Found objectid=22000012, key=22000010
Done searching /@syno/@appstore/SurveillanceStation/webapi/Share/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/src/SYNO.SurveillanceStation.Share.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/src/SYNO.SurveillanceStation.Share.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/src/SYNO.SurveillanceStation.Share.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/Share/src/SYNO.SurveillanceStation.Share.so: Operation not supported
Found objectid=22000013, key=22000012
Done searching /@syno/@appstore/SurveillanceStation/webapi/Share/src
Found objectid=22000010, key=22000009
Done searching /@syno/@appstore/SurveillanceStation/webapi/Share
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf/SYNO.SurveillanceStation.SnapShot.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf/SYNO.SurveillanceStation.SnapShot.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf/SYNO.SurveillanceStation.SnapShot.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf/SYNO.SurveillanceStation.SnapShot.lib: Operation not supported
Found objectid=22000017, key=22000015
Done searching /@syno/@appstore/SurveillanceStation/webapi/SnapShot/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/src/SYNO.SurveillanceStation.SnapShot.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/src/SYNO.SurveillanceStation.SnapShot.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/src/SYNO.SurveillanceStation.SnapShot.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/SnapShot/src/SYNO.SurveillanceStation.SnapShot.so: Operation not supported
Found objectid=22000018, key=22000017
Done searching /@syno/@appstore/SurveillanceStation/webapi/SnapShot/src
Found objectid=22000015, key=22000014
Done searching /@syno/@appstore/SurveillanceStation/webapi/SnapShot
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf/SYNO.SurveillanceStation.DualAuth.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf/SYNO.SurveillanceStation.DualAuth.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf/SYNO.SurveillanceStation.DualAuth.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf/SYNO.SurveillanceStation.DualAuth.lib: Operation not supported
Found objectid=22000022, key=22000020
Done searching /@syno/@appstore/SurveillanceStation/webapi/DualAuth/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/src/SYNO.SurveillanceStation.DualAuth.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/src/SYNO.SurveillanceStation.DualAuth.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/src/SYNO.SurveillanceStation.DualAuth.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/DualAuth/src/SYNO.SurveillanceStation.DualAuth.so: Operation not supported
Found objectid=22000023, key=22000022
Done searching /@syno/@appstore/SurveillanceStation/webapi/DualAuth/src
Found objectid=22000020, key=22000019
Done searching /@syno/@appstore/SurveillanceStation/webapi/DualAuth
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf/SYNO.SurveillanceStation.UserPrivilege.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf/SYNO.SurveillanceStation.UserPrivilege.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf/SYNO.SurveillanceStation.UserPrivilege.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf/SYNO.SurveillanceStation.UserPrivilege.lib: Operation not supported
Found objectid=22000027, key=22000025
Done searching /@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src/SYNO.SurveillanceStation.UserPrivilege.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src/SYNO.SurveillanceStation.UserPrivilege.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src/SYNO.SurveillanceStation.UserPrivilege.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src/SYNO.SurveillanceStation.UserPrivilege.so: Operation not supported
Found objectid=22000028, key=22000027
Done searching /@syno/@appstore/SurveillanceStation/webapi/UserPrivilege/src
Found objectid=22000025, key=22000024
Done searching /@syno/@appstore/SurveillanceStation/webapi/UserPrivilege
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf/SYNO.SurveillanceStation.JoystickSetting.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf/SYNO.SurveillanceStation.JoystickSetting.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf/SYNO.SurveillanceStation.JoystickSetting.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf/SYNO.SurveillanceStation.JoystickSetting.lib: Operation not supported
Found objectid=22000032, key=22000030
Done searching /@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src/SYNO.SurveillanceStation.JoystickSetting.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src/SYNO.SurveillanceStation.JoystickSetting.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src/SYNO.SurveillanceStation.JoystickSetting.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src/SYNO.SurveillanceStation.JoystickSetting.so: Operation not supported
Found objectid=22000033, key=22000032
Done searching /@syno/@appstore/SurveillanceStation/webapi/JoystickSetting/src
Found objectid=22000030, key=22000029
Done searching /@syno/@appstore/SurveillanceStation/webapi/JoystickSetting
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf/SYNO.SurveillanceStation.IPSpeaker.lib
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf/SYNO.SurveillanceStation.IPSpeaker.lib: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf/SYNO.SurveillanceStation.IPSpeaker.lib: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf/SYNO.SurveillanceStation.IPSpeaker.lib: Operation not supported
Found objectid=22000037, key=22000035
Done searching /@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/conf
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src
Restoring RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src/SYNO.SurveillanceStation.IPSpeaker.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src/SYNO.SurveillanceStation.IPSpeaker.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src/SYNO.SurveillanceStation.IPSpeaker.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src/SYNO.SurveillanceStation.IPSpeaker.so: Operation not supported
Found objectid=22000038, key=22000037
Done searching /@syno/@appstore/SurveillanceStation/webapi/IPSpeaker/src
Found objectid=22000035, key=22000034
Done searching /@syno/@appstore/SurveillanceStation/webapi/IPSpeaker
SYMLINK: 'RECUP/@syno/@appstore/SurveillanceStation/webapi/webapi' => '/var/packages/SurveillanceStation/target/webapi'
Found objectid=21999758, key=21999757
Done searching /@syno/@appstore/SurveillanceStation/webapi
SYMLINK: 'RECUP/@syno/@appstore/SurveillanceStation/@surveillance' => '/volume1/@surveillance'
Restoring RECUP/@syno/@appstore/SurveillanceStation/system.db
offset is 4096
offset is 4096
offset is 8192
offset is 4096
offset is 4096
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/system.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/system.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/system.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/axisacsctrl.db
offset is 4096
offset is 4096
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/axisacsctrl.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/axisacsctrl.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/axisacsctrl.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/pos.db
offset is 4096
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/pos.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/pos.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/pos.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/ipspeaker.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/ipspeaker.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/ipspeaker.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/ipspeaker.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/archiving.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/archiving.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/archiving.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/archiving.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/timelapse.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/timelapse.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/timelapse.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/timelapse.db: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSUserPhoto
Found objectid=22000540, key=22000523
Done searching /@syno/@appstore/SurveillanceStation/@SSUserPhoto
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSEmap
Found objectid=22000567, key=22000550
Done searching /@syno/@appstore/SurveillanceStation/@SSEmap
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1024
Found objectid=22000586, key=22000569
Done searching /@syno/@appstore/SurveillanceStation/@SSData/preference/1024
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/usersettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/usersettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/usersettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/usersettings: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/desktopAppGeometry
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/desktopAppGeometry: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/desktopAppGeometry: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/desktopAppGeometry: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/restoreParams
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/restoreParams: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/restoreParams: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/restoreParams: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/sortsettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/sortsettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/sortsettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/sortsettings: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/layoutsettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/layoutsettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/layoutsettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/preference/1026/layoutsettings: Operation not supported
Found objectid=22002208, key=22002170
Done searching /@syno/@appstore/SurveillanceStation/@SSData/preference/1026
Found objectid=22000569, key=22000568
Done searching /@syno/@appstore/SurveillanceStation/@SSData/preference
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker/disabled: Operation not supported
Found objectid=22000600, key=22000599
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/IPSpeaker
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth/disabled: Operation not supported
Found objectid=22000602, key=22000601
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/DualAuth
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive/disabled: Operation not supported
Found objectid=22000604, key=22000603
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/YoutubeLive
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick/disabled: Operation not supported
Found objectid=22000606, key=22000605
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/Joystick
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler/disabled: Operation not supported
Found objectid=22000608, key=22000607
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/AxisAcsCtrler
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions/disabled: Operation not supported
Found objectid=22000610, key=22000609
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/Transactions
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving/disabled: Operation not supported
Found objectid=22000612, key=22000611
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/Archiving
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule/disabled: Operation not supported
Found objectid=22000614, key=22000613
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/IOModule
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/CMS
Found objectid=22000617, key=22000615
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/CMS
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast/disabled: Operation not supported
Found objectid=22000618, key=22000617
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/LiveviewMulticast
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording/disabled: Operation not supported
Found objectid=22000620, key=22000619
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/EdgeRecording
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation/disabled
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation/disabled: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation/disabled: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation/disabled: Operation not supported
Found objectid=22000662, key=22000661
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns/VisualStation
Found objectid=22000599, key=22000598
Done searching /@syno/@appstore/SurveillanceStation/@SSData/AddOns
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/notification
Restoring RECUP/@syno/@appstore/SurveillanceStation/@SSData/notification/mails
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/notification/mails: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/notification/mails: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@SSData/notification/mails: Operation not supported
Found objectid=22001044, key=22001043
Done searching /@syno/@appstore/SurveillanceStation/@SSData/notification
Found objectid=22000568, key=22000567
Done searching /@syno/@appstore/SurveillanceStation/@SSData
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postinst
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postinst: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postinst: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postinst: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preinst
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preinst: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preinst: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preinst: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/restore
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/restore: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/restore: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/restore: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/DevicePackCommon.sh
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/DevicePackCommon.sh: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/DevicePackCommon.sh: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/DevicePackCommon.sh: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postupgrade
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postupgrade: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postupgrade: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/postupgrade: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preupgrade
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preupgrade: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preupgrade: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/script/preupgrade: Operation not supported
Found objectid=22000672, key=22000671
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/script
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/DpUtils.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/DpUtils.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/DpUtils.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/DpUtils.js: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/config
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/config: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/config: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils/config: Operation not supported
Found objectid=22000681, key=22000680
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/DpUtils
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/config
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/config: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/config: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/config: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/CameraConfig.js
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/CameraConfig.js: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/CameraConfig.js: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig/CameraConfig.js: Operation not supported
Found objectid=22000684, key=22000683
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules/CameraConfig
Found objectid=22000680, key=22000679
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/ui/modules
Found objectid=22000679, key=22000678
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/ui
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ACTi.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ACTi.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ACTi.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ACTi.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DoorBird.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DoorBird.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DoorBird.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DoorBird.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHARP.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHARP.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHARP.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHARP.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LILIN.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LILIN.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LILIN.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LILIN.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StorageOptions.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StorageOptions.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StorageOptions.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StorageOptions.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/3S.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/3S.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/3S.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/3S.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SecuFirst.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SecuFirst.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SecuFirst.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SecuFirst.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GrandTec.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GrandTec.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GrandTec.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GrandTec.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Grandstream.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Grandstream.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Grandstream.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Grandstream.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HJT.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HJT.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HJT.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HJT.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Shield.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Shield.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Shield.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Shield.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JuFeng.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JuFeng.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JuFeng.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JuFeng.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Panasonic.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Panasonic.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Panasonic.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Panasonic.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Y-cam.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Y-cam.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Y-cam.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Y-cam.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Avigilon.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Avigilon.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Avigilon.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Avigilon.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TOSHIBA.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TOSHIBA.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TOSHIBA.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TOSHIBA.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHANY.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHANY.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHANY.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SHANY.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beward.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beward.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beward.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beward.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MINTEC.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MINTEC.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MINTEC.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MINTEC.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MAGINON.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MAGINON.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MAGINON.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MAGINON.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AMCREST.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AMCREST.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AMCREST.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AMCREST.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SUNBA.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SUNBA.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SUNBA.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SUNBA.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UBIQUITI.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UBIQUITI.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UBIQUITI.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UBIQUITI.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVer.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVer.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVer.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVer.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sumpple.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sumpple.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sumpple.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sumpple.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HAIKON.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HAIKON.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HAIKON.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HAIKON.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiKam.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiKam.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiKam.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiKam.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LevelOne.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LevelOne.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LevelOne.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LevelOne.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/YDT.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/YDT.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/YDT.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/YDT.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DIGITUS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DIGITUS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DIGITUS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DIGITUS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Milesight.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Milesight.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Milesight.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Milesight.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HI-SHARP.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HI-SHARP.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HI-SHARP.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HI-SHARP.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ESCAM.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ESCAM.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ESCAM.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ESCAM.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ETROVISION.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ETROVISION.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ETROVISION.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ETROVISION.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UDM.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UDM.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UDM.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/UDM.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TP-Link.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TP-Link.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TP-Link.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TP-Link.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MicroView.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MicroView.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MicroView.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MicroView.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMC.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMC.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMC.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMC.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiLook.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiLook.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiLook.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HiLook.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BOSCH.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BOSCH.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BOSCH.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BOSCH.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Uniview.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Uniview.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Uniview.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Uniview.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Alphafinity.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Alphafinity.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Alphafinity.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Alphafinity.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iPUX.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iPUX.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iPUX.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iPUX.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Airlive.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Airlive.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Airlive.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Airlive.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/WansView.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/WansView.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/WansView.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/WansView.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FLIR.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FLIR.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FLIR.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FLIR.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NGOffice.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NGOffice.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NGOffice.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NGOffice.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iMege.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iMege.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iMege.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iMege.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SaintSheen.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SaintSheen.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SaintSheen.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SaintSheen.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Afidus.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Afidus.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Afidus.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Afidus.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hanwha.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hanwha.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hanwha.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hanwha.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FOSCAM.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FOSCAM.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FOSCAM.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FOSCAM.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sunell.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sunell.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sunell.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sunell.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Benelink.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Benelink.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Benelink.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Benelink.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HVIEW.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HVIEW.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HVIEW.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HVIEW.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ASUS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ASUS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ASUS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ASUS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sentry360.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sentry360.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sentry360.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sentry360.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/D-Link.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/D-Link.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/D-Link.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/D-Link.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LTS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LTS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LTS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LTS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TRENDnet.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TRENDnet.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TRENDnet.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TRENDnet.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EZWATCHING.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EZWATCHING.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EZWATCHING.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EZWATCHING.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eneo.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eneo.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eneo.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eneo.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TVT.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TVT.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TVT.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/TVT.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BASLER.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BASLER.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BASLER.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/BASLER.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/RetailSupport.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/RetailSupport.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/RetailSupport.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/RetailSupport.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zavio.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zavio.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zavio.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zavio.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GWSecurity.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GWSecurity.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GWSecurity.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GWSecurity.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ABUS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ABUS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ABUS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ABUS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wisdom.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wisdom.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wisdom.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wisdom.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/INSTAR.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/INSTAR.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/INSTAR.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/INSTAR.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Canon.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Canon.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Canon.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Canon.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HEDEN.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HEDEN.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HEDEN.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HEDEN.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Truen.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Truen.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Truen.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Truen.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IQinVision.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IQinVision.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IQinVision.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IQinVision.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VDI.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VDI.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VDI.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VDI.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vivotek.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vivotek.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vivotek.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vivotek.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SAMSUNG.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SAMSUNG.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SAMSUNG.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SAMSUNG.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Dericam.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Dericam.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Dericam.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Dericam.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Chunda.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Chunda.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Chunda.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Chunda.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-LINKING.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-LINKING.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-LINKING.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-LINKING.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LINKSYS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LINKSYS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LINKSYS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LINKSYS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sony.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sony.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sony.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Sony.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/QCTek.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/QCTek.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/QCTek.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/QCTek.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Apexis.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Apexis.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Apexis.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Apexis.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Forenix.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Forenix.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Forenix.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Forenix.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beseye.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beseye.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beseye.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Beseye.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Messoa.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Messoa.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Messoa.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Messoa.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Aztech.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Aztech.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Aztech.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Aztech.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-MTK.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-MTK.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-MTK.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/A-MTK.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LDLC.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LDLC.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LDLC.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LDLC.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IDIS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IDIS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IDIS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IDIS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Netatmo.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Netatmo.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Netatmo.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Netatmo.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iSecure.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iSecure.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iSecure.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iSecure.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VACRON.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VACRON.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VACRON.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/VACRON.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Optica.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Optica.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Optica.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Optica.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LUPUS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LUPUS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LUPUS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/LUPUS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMAX.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMAX.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMAX.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SMAX.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DynaColor.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DynaColor.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DynaColor.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DynaColor.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/2N.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/2N.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/2N.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/2N.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CISCO.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CISCO.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CISCO.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CISCO.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Ezviz.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Ezviz.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Ezviz.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Ezviz.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EDIMAX.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EDIMAX.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EDIMAX.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EDIMAX.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/OncamGrandeye.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/OncamGrandeye.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/OncamGrandeye.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/OncamGrandeye.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ROBIN.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ROBIN.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ROBIN.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ROBIN.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NSS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NSS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NSS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/NSS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Acumen.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Acumen.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Acumen.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Acumen.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/PIXORD.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/PIXORD.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/PIXORD.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/PIXORD.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iCatch.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iCatch.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iCatch.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/iCatch.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AXIS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AXIS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SparkLAN.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SparkLAN.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SparkLAN.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SparkLAN.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eminent.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eminent.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eminent.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Eminent.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JVC.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JVC.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JVC.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/JVC.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EverFocus.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EverFocus.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EverFocus.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EverFocus.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AIPHONE.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AIPHONE.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AIPHONE.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AIPHONE.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FlexWATCH.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FlexWATCH.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FlexWATCH.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/FlexWATCH.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ARHUB.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ARHUB.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ARHUB.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ARHUB.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hunt.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hunt.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hunt.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hunt.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF_event.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF_event.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF_event.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF_event.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HIKVISION.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HIKVISION.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HIKVISION.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/HIKVISION.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GeoVision.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GeoVision.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GeoVision.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/GeoVision.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ITX.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ITX.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ITX.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ITX.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/ONVIF.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Brickcom.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Brickcom.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Brickcom.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Brickcom.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IMOU.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IMOU.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IMOU.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/IMOU.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wyze.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wyze.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wyze.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Wyze.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/fisheye.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/fisheye.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/fisheye.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/fisheye.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DivioTec.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DivioTec.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DivioTec.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DivioTec.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SimShine.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SimShine.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SimShine.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SimShine.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SIEMENS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SIEMENS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SIEMENS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SIEMENS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Arecont.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Arecont.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Arecont.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Arecont.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Skywatch.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Skywatch.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Skywatch.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Skywatch.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Reolink.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Reolink.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Reolink.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Reolink.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StarDot.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StarDot.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StarDot.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/StarDot.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Speco.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Speco.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Speco.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Speco.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hitron.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hitron.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hitron.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Hitron.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVTECH.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVTECH.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVTECH.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/AVTECH.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MOBOTIX.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MOBOTIX.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MOBOTIX.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/MOBOTIX.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vultech.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vultech.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vultech.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Vultech.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Intellinet.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Intellinet.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Intellinet.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Intellinet.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zyxel.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zyxel.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zyxel.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Zyxel.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Jovision.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Jovision.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Jovision.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Jovision.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/COMPRO.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/COMPRO.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/COMPRO.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/COMPRO.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SANYO.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SANYO.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SANYO.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/SANYO.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EnGenius.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EnGenius.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EnGenius.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/EnGenius.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Nexcom.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Nexcom.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Nexcom.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/Nexcom.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DAHUA.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DAHUA.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DAHUA.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/DAHUA.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CPPLUS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CPPLUS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CPPLUS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/camera_support/CPPLUS.conf: Operation not supported
Found objectid=22000688, key=22000687
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/camera_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACTiIVS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACTiIVS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACTiIVS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACTiIVS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/VivotekSmartVCA.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/VivotekSmartVCA.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/VivotekSmartVCA.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/VivotekSmartVCA.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ReolinkSmartEvent.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ReolinkSmartEvent.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ReolinkSmartEvent.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ReolinkSmartEvent.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/DahuaIVS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/DahuaIVS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/DahuaIVS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/DahuaIVS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACAP.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACAP.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACAP.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/ACAP.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/HikSmartEvent.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/HikSmartEvent.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/HikSmartEvent.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/application_support/HikSmartEvent.conf: Operation not supported
Found objectid=22000836, key=22000835
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/application_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_net_dp.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_net_dp.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_net_dp.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_net_dp.so: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_eventdet.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_eventdet.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_eventdet.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_eventdet.so: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devtool.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devtool.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devtool.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devtool.so: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_commonutils_dp.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_commonutils_dp.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_commonutils_dp.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libssmodule_commonutils_dp.so: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devapi.so
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devapi.so: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devapi.so: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/lib/libsynoss_devapi.so: Operation not supported
Found objectid=22000843, key=22000842
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/lib
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support/AXIS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support/AXIS.conf: Operation not supported
Found objectid=22000849, key=22000848
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/speaker_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpupgrader
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpupgrader: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpupgrader: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpupgrader: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpdowngrader
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpdowngrader: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpdowngrader: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/bin/dpdowngrader: Operation not supported
Found objectid=22000851, key=22000850
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/bin
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Hybrex.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Hybrex.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Hybrex.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Hybrex.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/AXIS.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/AXIS.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/AXIS.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Chiyu.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Chiyu.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Chiyu.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Chiyu.conf: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Advantech.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Advantech.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Advantech.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support/Advantech.conf: Operation not supported
Found objectid=22000854, key=22000853
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/iomodule_support
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdahuacbrspecific
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdahuacbrspecific: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdahuacbrspecific: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdahuacbrspecific: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdevicenotes
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdevicenotes: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdevicenotes: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckdevicenotes: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/ssdevicestmtest
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/ssdevicestmtest: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/ssdevicestmtest: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/ssdevicestmtest: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sssendengiuscmd
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sssendengiuscmd: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sssendengiuscmd: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sssendengiuscmd: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckrtspconf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckrtspconf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckrtspconf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/device_pack.default/tools/sscheckrtspconf: Operation not supported
Found objectid=22000859, key=22000858
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default/tools
Found objectid=22000671, key=22000670
Done searching /@syno/@appstore/SurveillanceStation/device_pack.default
Restoring RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info
Restoring RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_key
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_key: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_key: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_key: Operation not supported
Restoring RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_time
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_time: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_time: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appstore/SurveillanceStation/@rtsp_info/rtsp_time: Operation not supported
Found objectid=22001041, key=22001040
Done searching /@syno/@appstore/SurveillanceStation/@rtsp_info
Found objectid=21988392, key=21988391
Done searching /@syno/@appstore/SurveillanceStation
Found objectid=21980059, key=21980057
Done searching /@syno/@appstore
Restoring RECUP/@syno/@appdata
Restoring RECUP/@syno/@appdata/DownloadStation
Found objectid=21980061, key=21980060
Done searching /@syno/@appdata/DownloadStation
Restoring RECUP/@syno/@appdata/MediaServer
Restoring RECUP/@syno/@appdata/MediaServer/log
Found objectid=21981352, key=21981351
Done searching /@syno/@appdata/MediaServer/log
Found objectid=21981343, key=21981342
Done searching /@syno/@appdata/MediaServer
Restoring RECUP/@syno/@appdata/Virtualization
Restoring RECUP/@syno/@appdata/Virtualization/log
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/serial
Found objectid=22024279, key=22024209
Done searching /@syno/@appdata/Virtualization/log/libvirt/qemu/serial
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log: Operation not supported
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log.1.xz
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log.1.xz: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log.1.xz: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/libvirt/qemu/628a73a4-8f68-4126-ad3e-67cb9ac419c4.log.1.xz: Operation not supported
Found objectid=21983589, key=21983588
Done searching /@syno/@appdata/Virtualization/log/libvirt/qemu
Restoring RECUP/@syno/@appdata/Virtualization/log/libvirt/libvirtd.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/libvirt/libvirtd.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/libvirt/libvirtd.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/libvirt/libvirtd.log: Operation not supported
Found objectid=21983588, key=21983587
Done searching /@syno/@appdata/Virtualization/log/libvirt
Restoring RECUP/@syno/@appdata/Virtualization/log/synovmm.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/synovmm.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/synovmm.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/synovmm.log: Operation not supported
Restoring RECUP/@syno/@appdata/Virtualization/log/etcd.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/etcd.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/etcd.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/etcd.log: Operation not supported
Restoring RECUP/@syno/@appdata/Virtualization/log/syno-etcd-logd.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/syno-etcd-logd.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/syno-etcd-logd.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/syno-etcd-logd.log: Operation not supported
Restoring RECUP/@syno/@appdata/Virtualization/log/synoguestsnap.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/Virtualization/log/synoguestsnap.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/Virtualization/log/synoguestsnap.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/Virtualization/log/synoguestsnap.log: Operation not supported
Found objectid=21983587, key=21983586
Done searching /@syno/@appdata/Virtualization/log
Found objectid=21983558, key=21983557
Done searching /@syno/@appdata/Virtualization
Restoring RECUP/@syno/@appdata/Docker
SYMLINK: 'RECUP/@syno/@appdata/Docker/docker' => '/volume1/@docker'
Found objectid=21984430, key=21984429
Done searching /@syno/@appdata/Docker
Restoring RECUP/@syno/@appdata/WebStation
Restoring RECUP/@syno/@appdata/WebStation/shortcut
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images
SYMLINK: 'RECUP/@syno/@appdata/WebStation/shortcut/images/default' => '/var/packages/WebStation/target/ui/images'
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_72.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_72.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_72.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_72.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_512.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_512.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_512.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_512.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_16.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_16.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_16.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_16.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_24.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_24.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_24.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_24.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_64.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_64.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_64.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_64.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_32.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_32.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_32.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_32.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_128.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_128.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_128.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_128.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_256.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_256.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_256.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_256.png: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_48.png
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_48.png: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_48.png: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d/icon_48.png: Operation not supported
Found objectid=21985868, key=21985867
Done searching /@syno/@appdata/WebStation/shortcut/images/220a4de7-ad54-42c2-94c2-0bca2ff0236d
Found objectid=21985841, key=21985839
Done searching /@syno/@appdata/WebStation/shortcut/images
SYMLINK: 'RECUP/@syno/@appdata/WebStation/shortcut/config' => '/usr/syno/etc/packages/WebStation/UIShortcut.conf'
Found objectid=21985839, key=21985838
Done searching /@syno/@appdata/WebStation/shortcut
Restoring RECUP/@syno/@appdata/WebStation/error_page
Restoring RECUP/@syno/@appdata/WebStation/error_page/default
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/3391349e-16bb-4f0d-a1e9-9263452f9e8f.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/3391349e-16bb-4f0d-a1e9-9263452f9e8f.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/3391349e-16bb-4f0d-a1e9-9263452f9e8f.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/3391349e-16bb-4f0d-a1e9-9263452f9e8f.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/826941c5-9386-49aa-bc3b-76ccfe67356a.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/826941c5-9386-49aa-bc3b-76ccfe67356a.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/826941c5-9386-49aa-bc3b-76ccfe67356a.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/826941c5-9386-49aa-bc3b-76ccfe67356a.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/c08457fa-9f51-4ba6-b7c2-2e8a556aece7.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/c08457fa-9f51-4ba6-b7c2-2e8a556aece7.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/c08457fa-9f51-4ba6-b7c2-2e8a556aece7.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/c08457fa-9f51-4ba6-b7c2-2e8a556aece7.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/35beeb19-e68c-4a39-80a0-e132bba4c3f1.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/35beeb19-e68c-4a39-80a0-e132bba4c3f1.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/35beeb19-e68c-4a39-80a0-e132bba4c3f1.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/35beeb19-e68c-4a39-80a0-e132bba4c3f1.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/b6d48d4a-2c3c-4e6c-a601-9f9c47676f9e.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/b6d48d4a-2c3c-4e6c-a601-9f9c47676f9e.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/b6d48d4a-2c3c-4e6c-a601-9f9c47676f9e.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/b6d48d4a-2c3c-4e6c-a601-9f9c47676f9e.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/378544bf-0ef6-4f35-b458-b53a0ee33f7d.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/378544bf-0ef6-4f35-b458-b53a0ee33f7d.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/378544bf-0ef6-4f35-b458-b53a0ee33f7d.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/378544bf-0ef6-4f35-b458-b53a0ee33f7d.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/b98120e4-dfb4-4fbc-8296-65ffbff071cb.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/b98120e4-dfb4-4fbc-8296-65ffbff071cb.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/b98120e4-dfb4-4fbc-8296-65ffbff071cb.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/b98120e4-dfb4-4fbc-8296-65ffbff071cb.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/6b1120b6-22b3-4ed5-8200-b56b2ed8148b.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/6b1120b6-22b3-4ed5-8200-b56b2ed8148b.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/6b1120b6-22b3-4ed5-8200-b56b2ed8148b.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/6b1120b6-22b3-4ed5-8200-b56b2ed8148b.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/d3baa673-476e-4a22-9e13-45f68ea83ae3.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/d3baa673-476e-4a22-9e13-45f68ea83ae3.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/d3baa673-476e-4a22-9e13-45f68ea83ae3.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/d3baa673-476e-4a22-9e13-45f68ea83ae3.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/e1dda026-b52e-48b2-a48e-4c631f73163c.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/e1dda026-b52e-48b2-a48e-4c631f73163c.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/e1dda026-b52e-48b2-a48e-4c631f73163c.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/e1dda026-b52e-48b2-a48e-4c631f73163c.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/18c4e744-6779-4669-8c03-644c599c3d07.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/18c4e744-6779-4669-8c03-644c599c3d07.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/18c4e744-6779-4669-8c03-644c599c3d07.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/18c4e744-6779-4669-8c03-644c599c3d07.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/bdf1847e-10f6-4fd2-bac5-cd4968f07ffc.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/bdf1847e-10f6-4fd2-bac5-cd4968f07ffc.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/bdf1847e-10f6-4fd2-bac5-cd4968f07ffc.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/bdf1847e-10f6-4fd2-bac5-cd4968f07ffc.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/2b2e6a5d-63f0-4ed2-8398-7fd82a264dab.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/2b2e6a5d-63f0-4ed2-8398-7fd82a264dab.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/2b2e6a5d-63f0-4ed2-8398-7fd82a264dab.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/2b2e6a5d-63f0-4ed2-8398-7fd82a264dab.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/81d8c762-e9a3-4f50-a004-437d98d164c2.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/81d8c762-e9a3-4f50-a004-437d98d164c2.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/81d8c762-e9a3-4f50-a004-437d98d164c2.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/81d8c762-e9a3-4f50-a004-437d98d164c2.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/edd5edd1-748e-48e7-b943-27e53cdf84ff.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/edd5edd1-748e-48e7-b943-27e53cdf84ff.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/edd5edd1-748e-48e7-b943-27e53cdf84ff.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/edd5edd1-748e-48e7-b943-27e53cdf84ff.html: Operation not supported
Restoring RECUP/@syno/@appdata/WebStation/error_page/default/b89c824e-3239-4b53-9b00-43e5f448e129.html
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/WebStation/error_page/default/b89c824e-3239-4b53-9b00-43e5f448e129.html: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/WebStation/error_page/default/b89c824e-3239-4b53-9b00-43e5f448e129.html: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/WebStation/error_page/default/b89c824e-3239-4b53-9b00-43e5f448e129.html: Operation not supported
Found objectid=21985845, key=21985844
Done searching /@syno/@appdata/WebStation/error_page/default
Found objectid=21985844, key=21985843
Done searching /@syno/@appdata/WebStation/error_page
Found objectid=21985826, key=21985825
Done searching /@syno/@appdata/WebStation
Restoring RECUP/@syno/@appdata/VideoStation
Restoring RECUP/@syno/@appdata/VideoStation/plugins
Found objectid=21987931, key=21987930
Done searching /@syno/@appdata/VideoStation/plugins
Restoring RECUP/@syno/@appdata/VideoStation/log
Restoring RECUP/@syno/@appdata/VideoStation/log/VideoStation-pgbouncer.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/VideoStation/log/VideoStation-pgbouncer.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/VideoStation/log/VideoStation-pgbouncer.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/VideoStation/log/VideoStation-pgbouncer.log: Operation not supported
Restoring RECUP/@syno/@appdata/VideoStation/log/videostation.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appdata/VideoStation/log/videostation.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appdata/VideoStation/log/videostation.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appdata/VideoStation/log/videostation.log: Operation not supported
Found objectid=21987957, key=21987956
Done searching /@syno/@appdata/VideoStation/log
Found objectid=21987449, key=21987448
Done searching /@syno/@appdata/VideoStation
Restoring RECUP/@syno/@appdata/SurveillanceStation
Found objectid=22000045, key=22000044
Done searching /@syno/@appdata/SurveillanceStation
Found objectid=21980060, key=21980059
Done searching /@syno/@appdata
Restoring RECUP/@syno/@apptemp
Restoring RECUP/@syno/@apptemp/DownloadStation
Found objectid=21980063, key=21980062
Done searching /@syno/@apptemp/DownloadStation
Restoring RECUP/@syno/@apptemp/MediaServer
Found objectid=21981344, key=21981343
Done searching /@syno/@apptemp/MediaServer
Restoring RECUP/@syno/@apptemp/Virtualization
Found objectid=21983559, key=21983558
Done searching /@syno/@apptemp/Virtualization
Restoring RECUP/@syno/@apptemp/Docker
Found objectid=21984431, key=21984430
Done searching /@syno/@apptemp/Docker
Restoring RECUP/@syno/@apptemp/WebStation
Found objectid=21985827, key=21985826
Done searching /@syno/@apptemp/WebStation
Restoring RECUP/@syno/@apptemp/VideoStation
Found objectid=21987450, key=21987449
Done searching /@syno/@apptemp/VideoStation
Restoring RECUP/@syno/@apptemp/SurveillanceStation
Found objectid=22000046, key=22000045
Done searching /@syno/@apptemp/SurveillanceStation
Found objectid=21980062, key=21980061
Done searching /@syno/@apptemp
Restoring RECUP/@syno/@apphome
Restoring RECUP/@syno/@apphome/DownloadStation
Found objectid=21980065, key=21980064
Done searching /@syno/@apphome/DownloadStation
Restoring RECUP/@syno/@apphome/MediaServer
Found objectid=21981345, key=21981344
Done searching /@syno/@apphome/MediaServer
Restoring RECUP/@syno/@apphome/Virtualization
Found objectid=21983560, key=21983559
Done searching /@syno/@apphome/Virtualization
Restoring RECUP/@syno/@apphome/Docker
Found objectid=21984432, key=21984431
Done searching /@syno/@apphome/Docker
Restoring RECUP/@syno/@apphome/WebStation
Found objectid=21985828, key=21985827
Done searching /@syno/@apphome/WebStation
Restoring RECUP/@syno/@apphome/VideoStation
Found objectid=21987451, key=21987450
Done searching /@syno/@apphome/VideoStation
Restoring RECUP/@syno/@apphome/SurveillanceStation
Found objectid=22000047, key=22000046
Done searching /@syno/@apphome/SurveillanceStation
Found objectid=21980064, key=21980063
Done searching /@syno/@apphome
Restoring RECUP/@syno/@appconf
Restoring RECUP/@syno/@appconf/DownloadStation
Restoring RECUP/@syno/@appconf/DownloadStation/amule
Restoring RECUP/@syno/@appconf/DownloadStation/amule/nodes.dat
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/amule/nodes.dat: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/amule/nodes.dat: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/amule/nodes.dat: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/amule/server.met
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/amule/server.met: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/amule/server.met: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/amule/server.met: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/amule/amule.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/amule/amule.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/amule/amule.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/amule/amule.conf: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/amule/synouser_default_destination.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/amule/synouser_default_destination.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/amule/synouser_default_destination.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/amule/synouser_default_destination.conf: Operation not supported
SYMLINK: 'RECUP/@syno/@appconf/DownloadStation/amule/known.met' => '/var/services/download/known.met'
SYMLINK: 'RECUP/@syno/@appconf/DownloadStation/amule/known2.met' => '/var/services/download/known2.met'
SYMLINK: 'RECUP/@syno/@appconf/DownloadStation/amule/known2_64.met' => '/var/services/download/known2_64.met'
Found objectid=21980367, key=21980366
Done searching /@syno/@appconf/DownloadStation/amule
Restoring RECUP/@syno/@appconf/DownloadStation/download
Restoring RECUP/@syno/@appconf/DownloadStation/download/host_account.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/download/host_account.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/download/host_account.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/download/host_account.json: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/download/host_enabled.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/download/host_enabled.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/download/host_enabled.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/download/host_enabled.conf: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/download/btsearch_account.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/download/btsearch_account.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/download/btsearch_account.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/download/btsearch_account.json: Operation not supported
Found objectid=21980372, key=21980371
Done searching /@syno/@appconf/DownloadStation/download
Restoring RECUP/@syno/@appconf/DownloadStation/pyload
Restoring RECUP/@syno/@appconf/DownloadStation/pyload/accounts.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/pyload/accounts.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/pyload/accounts.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/pyload/accounts.conf: Operation not supported
Restoring RECUP/@syno/@appconf/DownloadStation/pyload/plugin.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/pyload/plugin.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/pyload/plugin.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/pyload/plugin.conf: Operation not supported
Found objectid=21980380, key=21980379
Done searching /@syno/@appconf/DownloadStation/pyload
Restoring RECUP/@syno/@appconf/DownloadStation/settings.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/DownloadStation/settings.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/DownloadStation/settings.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/DownloadStation/settings.conf: Operation not supported
Found objectid=21980068, key=21980066
Done searching /@syno/@appconf/DownloadStation
Restoring RECUP/@syno/@appconf/MediaServer
Restoring RECUP/@syno/@appconf/MediaServer/menu_custom1.xml
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/menu_custom1.xml: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/menu_custom1.xml: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/menu_custom1.xml: Operation not supported
Restoring RECUP/@syno/@appconf/MediaServer/menu_custom2.xml
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/menu_custom2.xml: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/menu_custom2.xml: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/menu_custom2.xml: Operation not supported
Restoring RECUP/@syno/@appconf/MediaServer/menu_custom3.xml
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/menu_custom3.xml: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/menu_custom3.xml: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/menu_custom3.xml: Operation not supported
Restoring RECUP/@syno/@appconf/MediaServer/codecs.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/codecs.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/codecs.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/codecs.conf: Operation not supported
Restoring RECUP/@syno/@appconf/MediaServer/dmsinfo.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/dmsinfo.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/dmsinfo.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/dmsinfo.conf: Operation not supported
Restoring RECUP/@syno/@appconf/MediaServer/client_list.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/MediaServer/client_list.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/MediaServer/client_list.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/MediaServer/client_list.json: Operation not supported
Found objectid=21981346, key=21981345
Done searching /@syno/@appconf/MediaServer
Restoring RECUP/@syno/@appconf/Virtualization
Restoring RECUP/@syno/@appconf/Virtualization/synopkg_conf
Restoring RECUP/@syno/@appconf/Virtualization/synopkg_conf/reg_volume
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Virtualization/synopkg_conf/reg_volume: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Virtualization/synopkg_conf/reg_volume: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Virtualization/synopkg_conf/reg_volume: Operation not supported
Found objectid=21983564, key=21983562
Done searching /@syno/@appconf/Virtualization/synopkg_conf
Restoring RECUP/@syno/@appconf/Virtualization/snap_replica.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Virtualization/snap_replica.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Virtualization/snap_replica.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Virtualization/snap_replica.db: Operation not supported
Restoring RECUP/@syno/@appconf/Virtualization/replica.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Virtualization/replica.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Virtualization/replica.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Virtualization/replica.db: Operation not supported
Restoring RECUP/@syno/@appconf/Virtualization/synobtrfsreplica_plan_info
Found objectid=22008533, key=22008532
Done searching /@syno/@appconf/Virtualization/synobtrfsreplica_plan_info
Restoring RECUP/@syno/@appconf/Virtualization/global
Restoring RECUP/@syno/@appconf/Virtualization/global/setting_report
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Virtualization/global/setting_report: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Virtualization/global/setting_report: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Virtualization/global/setting_report: Operation not supported
Found objectid=22008534, key=22008533
Done searching /@syno/@appconf/Virtualization/global
Restoring RECUP/@syno/@appconf/Virtualization/drgroup
Restoring RECUP/@syno/@appconf/Virtualization/drgroup/628a73a4-8f68-4126-ad3e-67cb9ac419c4
SYMLINK: 'RECUP/@syno/@appconf/Virtualization/drgroup/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db' => '/volume1/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db'
Found objectid=22024608, key=22024607
Done searching /@syno/@appconf/Virtualization/drgroup/628a73a4-8f68-4126-ad3e-67cb9ac419c4
Found objectid=22024209, key=22024153
Done searching /@syno/@appconf/Virtualization/drgroup
Found objectid=21983561, key=21983560
Done searching /@syno/@appconf/Virtualization
Restoring RECUP/@syno/@appconf/Docker
Restoring RECUP/@syno/@appconf/Docker/cert
Found objectid=21984435, key=21984434
Done searching /@syno/@appconf/Docker/cert
Restoring RECUP/@syno/@appconf/Docker/dockerd.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Docker/dockerd.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Docker/dockerd.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Docker/dockerd.json: Operation not supported
Restoring RECUP/@syno/@appconf/Docker/pkg_version
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Docker/pkg_version: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Docker/pkg_version: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Docker/pkg_version: Operation not supported
Restoring RECUP/@syno/@appconf/Docker/registry.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Docker/registry.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Docker/registry.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Docker/registry.json: Operation not supported
Restoring RECUP/@syno/@appconf/Docker/LastRunningContainer
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/Docker/LastRunningContainer: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/Docker/LastRunningContainer: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/Docker/LastRunningContainer: Operation not supported
Found objectid=21984433, key=21984432
Done searching /@syno/@appconf/Docker
Restoring RECUP/@syno/@appconf/WebStation
Restoring RECUP/@syno/@appconf/WebStation/WebStation.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/WebStation.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/WebStation.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/WebStation.json: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/PHPSettings.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/PHPSettings.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/PHPSettings.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/PHPSettings.json: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/php_profile
Found objectid=21985834, key=21985833
Done searching /@syno/@appconf/WebStation/php_profile
Restoring RECUP/@syno/@appconf/WebStation/php56
Restoring RECUP/@syno/@appconf/WebStation/php56/conf.d
Found objectid=21985836, key=21985835
Done searching /@syno/@appconf/WebStation/php56/conf.d
Found objectid=21985835, key=21985834
Done searching /@syno/@appconf/WebStation/php56
Restoring RECUP/@syno/@appconf/WebStation/php70
Restoring RECUP/@syno/@appconf/WebStation/php70/conf.d
Found objectid=21985838, key=21985837
Done searching /@syno/@appconf/WebStation/php70/conf.d
Found objectid=21985837, key=21985836
Done searching /@syno/@appconf/WebStation/php70
Restoring RECUP/@syno/@appconf/WebStation/ErrorPage.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/ErrorPage.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/ErrorPage.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/ErrorPage.json: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/personal_web
Found objectid=21985865, key=21985863
Done searching /@syno/@appconf/WebStation/personal_web
Restoring RECUP/@syno/@appconf/WebStation/service
Restoring RECUP/@syno/@appconf/WebStation/service/service.e2a11540-e59c-4f8c-afa7-f09c293044d3.mustache
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/service/service.e2a11540-e59c-4f8c-afa7-f09c293044d3.mustache: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/service/service.e2a11540-e59c-4f8c-afa7-f09c293044d3.mustache: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/service/service.e2a11540-e59c-4f8c-afa7-f09c293044d3.mustache: Operation not supported
Found objectid=21985867, key=21985865
Done searching /@syno/@appconf/WebStation/service
Restoring RECUP/@syno/@appconf/WebStation/Service.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/Service.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/Service.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/Service.json: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/PluginPackage.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/PluginPackage.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/PluginPackage.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/PluginPackage.json: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/UIShortcut.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/UIShortcut.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/UIShortcut.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/UIShortcut.conf: Operation not supported
Restoring RECUP/@syno/@appconf/WebStation/WSResource.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/WebStation/WSResource.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/WebStation/WSResource.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/WebStation/WSResource.json: Operation not supported
Found objectid=21985829, key=21985828
Done searching /@syno/@appconf/WebStation
Restoring RECUP/@syno/@appconf/VideoStation
Restoring RECUP/@syno/@appconf/VideoStation/dtv_setting.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/VideoStation/dtv_setting.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/VideoStation/dtv_setting.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/VideoStation/dtv_setting.conf: Operation not supported
Restoring RECUP/@syno/@appconf/VideoStation/folder.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/VideoStation/folder.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/VideoStation/folder.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/VideoStation/folder.conf: Operation not supported
Restoring RECUP/@syno/@appconf/VideoStation/channels
Found objectid=21987923, key=21987922
Done searching /@syno/@appconf/VideoStation/channels
Restoring RECUP/@syno/@appconf/VideoStation/scans
Found objectid=21987924, key=21987923
Done searching /@syno/@appconf/VideoStation/scans
Restoring RECUP/@syno/@appconf/VideoStation/dtvschedules
Found objectid=21987925, key=21987924
Done searching /@syno/@appconf/VideoStation/dtvschedules
Restoring RECUP/@syno/@appconf/VideoStation/dtvrepeatschedules
Found objectid=21987926, key=21987925
Done searching /@syno/@appconf/VideoStation/dtvrepeatschedules
Restoring RECUP/@syno/@appconf/VideoStation/EPGs
Found objectid=21987927, key=21987926
Done searching /@syno/@appconf/VideoStation/EPGs
Restoring RECUP/@syno/@appconf/VideoStation/streams
Found objectid=21987928, key=21987927
Done searching /@syno/@appconf/VideoStation/streams
Restoring RECUP/@syno/@appconf/VideoStation/tunes
Found objectid=21987929, key=21987928
Done searching /@syno/@appconf/VideoStation/tunes
Restoring RECUP/@syno/@appconf/VideoStation/records
Found objectid=21987930, key=21987929
Done searching /@syno/@appconf/VideoStation/records
Restoring RECUP/@syno/@appconf/VideoStation/advanced.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/VideoStation/advanced.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/VideoStation/advanced.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/VideoStation/advanced.conf: Operation not supported
Restoring RECUP/@syno/@appconf/VideoStation/plugin.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/VideoStation/plugin.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/VideoStation/plugin.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/VideoStation/plugin.conf: Operation not supported
Found objectid=21987453, key=21987451
Done searching /@syno/@appconf/VideoStation
Restoring RECUP/@syno/@appconf/SurveillanceStation
Restoring RECUP/@syno/@appconf/SurveillanceStation/synopkg_conf
Restoring RECUP/@syno/@appconf/SurveillanceStation/synopkg_conf/reg_volume
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/SurveillanceStation/synopkg_conf/reg_volume: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/SurveillanceStation/synopkg_conf/reg_volume: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/SurveillanceStation/synopkg_conf/reg_volume: Operation not supported
Found objectid=22000050, key=22000049
Done searching /@syno/@appconf/SurveillanceStation/synopkg_conf
Restoring RECUP/@syno/@appconf/SurveillanceStation/settings.conf.default
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf.default: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf.default: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf.default: Operation not supported
Restoring RECUP/@syno/@appconf/SurveillanceStation/AppPortal.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/SurveillanceStation/AppPortal.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/SurveillanceStation/AppPortal.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/SurveillanceStation/AppPortal.json: Operation not supported
Restoring RECUP/@syno/@appconf/SurveillanceStation/settings.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@appconf/SurveillanceStation/settings.conf: Operation not supported
Found objectid=22000048, key=22000047
Done searching /@syno/@appconf/SurveillanceStation
Found objectid=21980066, key=21980065
Done searching /@syno/@appconf
Restoring RECUP/@syno/@download
Restoring RECUP/@syno/@download/pyload
Restoring RECUP/@syno/@download/pyload/pyload.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@download/pyload/pyload.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@download/pyload/pyload.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@download/pyload/pyload.conf: Operation not supported
Found objectid=21980378, key=21980377
Done searching /@syno/@download/pyload
Found objectid=21980377, key=21980376
Done searching /@syno/@download
Restoring RECUP/@syno/@surveillance
Restoring RECUP/@syno/@surveillance/@eaDir
Restoring RECUP/@syno/@surveillance/@eaDir/@tmp
Found objectid=22000055, key=22000054
Done searching /@syno/@surveillance/@eaDir/@tmp
Found objectid=22000054, key=22000053
Done searching /@syno/@surveillance/@eaDir
Restoring RECUP/@syno/@surveillance/recording.db
offset is 4096
offset is 4096
offset is 4096
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/recording.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/recording.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/recording.db: Operation not supported
Restoring RECUP/@syno/@surveillance/recording_cnt.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/recording_cnt.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/recording_cnt.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/recording_cnt.db: Operation not supported
Restoring RECUP/@syno/@surveillance/axisacsevtlog.db
offset is 4096
offset is 4096
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/axisacsevtlog.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/axisacsevtlog.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/axisacsevtlog.db: Operation not supported
Restoring RECUP/@syno/@surveillance/transactionslog.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/transactionslog.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/transactionslog.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/transactionslog.db: Operation not supported
Restoring RECUP/@syno/@surveillance/snapshot.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/snapshot.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/snapshot.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/snapshot.db: Operation not supported
Restoring RECUP/@syno/@surveillance/log.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/log.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/log.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/log.db: Operation not supported
Restoring RECUP/@syno/@surveillance/recording_delete_detail.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/recording_delete_detail.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/recording_delete_detail.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/recording_delete_detail.db: Operation not supported
Restoring RECUP/@syno/@surveillance/face.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/face.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/face.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/face.db: Operation not supported
Restoring RECUP/@syno/@surveillance/recording_encrypt.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/recording_encrypt.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/recording_encrypt.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/recording_encrypt.db: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252632
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252632: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252632: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252632: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252749
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252749: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252749: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.6.1682252749: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.5.1682328347
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.5.1682328347: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.5.1682328347: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.5.1682328347: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.4.1682336752
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.4.1682336752: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.4.1682336752: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.4.1682336752: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.3.1682510037
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.3.1682510037: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.3.1682510037: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.3.1682510037: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.2.1682533427
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.2.1682533427: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.2.1682533427: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.2.1682533427: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.1.1682786009
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.1.1682786009: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.1.1682786009: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/system.db.10061.bak.1.1682786009: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.5.1682282838
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.5.1682282838: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.5.1682282838: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.5.1682282838: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.4.1682499731
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.4.1682499731: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.4.1682499731: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.4.1682499731: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.3.1682533312
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.3.1682533312: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.3.1682533312: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.3.1682533312: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.2.1682617367
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.2.1682617367: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.2.1682617367: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.2.1682617367: Operation not supported
Restoring RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.1.1682886201
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.1.1682886201: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.1.1682886201: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@SSDBBackup/recording_encrypt.db.10061.bak.1.1682886201: Operation not supported
Found objectid=22000550, key=22000540
Done searching /@syno/@surveillance/@SSDBBackup
Restoring RECUP/@syno/@surveillance/@AudioPattern
Found objectid=22000598, key=22000586
Done searching /@syno/@surveillance/@AudioPattern
Restoring RECUP/@syno/@surveillance/ds_settings.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/ds_settings.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/ds_settings.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/ds_settings.conf: Operation not supported
Restoring RECUP/@syno/@surveillance/videoanalytics.db
offset is 4096
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/videoanalytics.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/videoanalytics.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/videoanalytics.db: Operation not supported
Restoring RECUP/@syno/@surveillance/.mv_evt_thumbnail.completed
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/.mv_evt_thumbnail.completed: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/.mv_evt_thumbnail.completed: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/.mv_evt_thumbnail.completed: Operation not supported
Restoring RECUP/@syno/@surveillance/@Cms
Restoring RECUP/@syno/@surveillance/@Cms/reccnt_data.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@Cms/reccnt_data.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@Cms/reccnt_data.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@Cms/reccnt_data.json: Operation not supported
Restoring RECUP/@syno/@surveillance/@Cms/cam_extra_cfg_data.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@Cms/cam_extra_cfg_data.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@Cms/cam_extra_cfg_data.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@Cms/cam_extra_cfg_data.json: Operation not supported
Restoring RECUP/@syno/@surveillance/@Cms/iva_cfg.json
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@surveillance/@Cms/iva_cfg.json: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@surveillance/@Cms/iva_cfg.json: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@surveillance/@Cms/iva_cfg.json: Operation not supported
Found objectid=22002963, key=22002675
Done searching /@syno/@surveillance/@Cms
Restoring RECUP/@syno/@surveillance/@SSCapInfo
Found objectid=22022243, key=22022114
Done searching /@syno/@surveillance/@SSCapInfo
Found objectid=22000053, key=22000052
Done searching /@syno/@surveillance
Restoring RECUP/@syno/@userpreference
Restoring RECUP/@syno/@userpreference/@administrators
Restoring RECUP/@syno/@userpreference/@administrators/groupsettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/@administrators/groupsettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/@administrators/groupsettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/@administrators/groupsettings: Operation not supported
Found objectid=22007097, key=22007096
Done searching /@syno/@userpreference/@administrators
Restoring RECUP/@syno/@userpreference/Virtualization
Restoring RECUP/@syno/@userpreference/Virtualization/appnotify
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/Virtualization/appnotify: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/Virtualization/appnotify: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/Virtualization/appnotify: Operation not supported
Found objectid=22007100, key=22007098
Done searching /@syno/@userpreference/Virtualization
Restoring RECUP/@syno/@userpreference/admin
Restoring RECUP/@syno/@userpreference/admin/bkgtask
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/admin/bkgtask: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/admin/bkgtask: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/admin/bkgtask: Operation not supported
Restoring RECUP/@syno/@userpreference/admin/usersettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/admin/usersettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/admin/usersettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/admin/usersettings: Operation not supported
Restoring RECUP/@syno/@userpreference/admin/appnotify
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/admin/appnotify: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/admin/appnotify: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/admin/appnotify: Operation not supported
Found objectid=22007101, key=22007100
Done searching /@syno/@userpreference/admin
Restoring RECUP/@syno/@userpreference/jean-yves
Restoring RECUP/@syno/@userpreference/jean-yves/appnotify
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/jean-yves/appnotify: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/jean-yves/appnotify: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/jean-yves/appnotify: Operation not supported
Restoring RECUP/@syno/@userpreference/jean-yves/activities
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/jean-yves/activities: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/jean-yves/activities: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/jean-yves/activities: Operation not supported
Restoring RECUP/@syno/@userpreference/jean-yves/bkgtask
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/jean-yves/bkgtask: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/jean-yves/bkgtask: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/jean-yves/bkgtask: Operation not supported
Restoring RECUP/@syno/@userpreference/jean-yves/usersettings
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@userpreference/jean-yves/usersettings: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@userpreference/jean-yves/usersettings: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@userpreference/jean-yves/usersettings: Operation not supported
Found objectid=22007114, key=22007104
Done searching /@syno/@userpreference/jean-yves
Found objectid=22007096, key=22007095
Done searching /@syno/@userpreference
Restoring RECUP/@syno/@S2S
Restoring RECUP/@syno/@S2S/event.sqlite
offset is 8192
offset is 16384
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@S2S/event.sqlite: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@S2S/event.sqlite: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@S2S/event.sqlite: Operation not supported
Found objectid=22007129, key=22007128
Done searching /@syno/@S2S
Restoring RECUP/@syno/@SynoFinder-log
Restoring RECUP/@syno/@SynoFinder-log/fileindexd.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@SynoFinder-log/fileindexd.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@SynoFinder-log/fileindexd.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@SynoFinder-log/fileindexd.log: Operation not supported
Restoring RECUP/@syno/@SynoFinder-log/synoelasticd.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@SynoFinder-log/synoelasticd.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@SynoFinder-log/synoelasticd.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@SynoFinder-log/synoelasticd.log: Operation not supported
Restoring RECUP/@syno/@SynoFinder-log/appindex.log
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@SynoFinder-log/appindex.log: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@SynoFinder-log/appindex.log: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@SynoFinder-log/appindex.log: Operation not supported
Found objectid=22007195, key=22007194
Done searching /@syno/@SynoFinder-log
Restoring RECUP/@syno/@SynoFinder-etc-volume
Restoring RECUP/@syno/@SynoFinder-etc-volume/synofinder.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@SynoFinder-etc-volume/synofinder.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@SynoFinder-etc-volume/synofinder.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@SynoFinder-etc-volume/synofinder.db: Operation not supported
Found objectid=22007217, key=22007216
Done searching /@syno/@SynoFinder-etc-volume
Restoring RECUP/@syno/vdsm_repo.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/vdsm_repo.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/vdsm_repo.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/vdsm_repo.conf: Operation not supported
Restoring RECUP/@syno/@Repository
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/drgroup.db: Operation not supported
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/guestsnap.db
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/guestsnap.db: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/guestsnap.db: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/guestsnap.db: Operation not supported
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vguest.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vguest.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vguest.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vguest.conf: Operation not supported
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vdisk.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vdisk.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vdisk.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vdisk.conf: Operation not supported
Restoring RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vnic.conf
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vnic.conf: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vnic.conf: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4/vnic.conf: Operation not supported
Found objectid=22024605, key=22024604
Done searching /@syno/@Repository/628a73a4-8f68-4126-ad3e-67cb9ac419c4
Found objectid=22008519, key=22008509
Done searching /@syno/@Repository
Restoring RECUP/@syno/@tmp
Restoring RECUP/@syno/@tmp/nginx
Restoring RECUP/@syno/@tmp/nginx/ready
ERROR: setting extended attribute syno.archive_bit on file RECUP/@syno/@tmp/nginx/ready: Operation not supported
ERROR: setting extended attribute syno.create_time on file RECUP/@syno/@tmp/nginx/ready: Operation not supported
ERROR: setting extended attribute syno.archive_version on file RECUP/@syno/@tmp/nginx/ready: Operation not supported
Restoring RECUP/@syno/@tmp/nginx/client-body
Found objectid=22027036, key=22027035
Done searching /@syno/@tmp/nginx/client-body
Restoring RECUP/@syno/@tmp/nginx/proxy
Found objectid=22027037, key=22027036
Done searching /@syno/@tmp/nginx/proxy
Restoring RECUP/@syno/@tmp/nginx/fastcgi
Found objectid=22027038, key=22027037
Done searching /@syno/@tmp/nginx/fastcgi
Restoring RECUP/@syno/@tmp/nginx/uwsgi
Found objectid=22027039, key=22027038
Done searching /@syno/@tmp/nginx/uwsgi
Restoring RECUP/@syno/@tmp/nginx/scgi
Found objectid=22027040, key=22027039
Done searching /@syno/@tmp/nginx/scgi
Found objectid=22027034, key=22027026
Done searching /@syno/@tmp/nginx
Found objectid=22027026, key=22027016
Done searching /@syno/@tmp
Found objectid=2513471, key=256
Done searching /@syno
Reached the end of the tree searching the directory
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# 

j'ai donc un dossier recup dans lequel je retouve les dossiers patagé qui ont été créé et plein d'autres dossier sous l'appellation@xxx et dans les quelques dossiers ouvert aucun fichiers.
Quelques fichiers dans surveillances stations et autre données, mais pour le moment aucunes de ce que j'avais réellement.
Mais peut-être que cela est normal par rapport a la CMD.

Dernière modification par jyde (Le 29/05/2023, à 20:23)

Hors ligne

#114 Le 29/05/2023, à 20:40

geole

Re : reparer raid5 d'un synology via ubuntu.

Donc, à priori, tu as récupéré des trucs qui ne te conviennent pas.
et probablement pas  3,7 To de données
Mais,  je ne connais pas la  bonne codification à faire.
Que va donner

sudo btrfs restore /dev/md2 -vvv  -m -i  RECUP

Dernière modification par geole (Le 29/05/2023, à 20:41)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#115 Le 29/05/2023, à 21:56

jyde

Re : reparer raid5 d'un synology via ubuntu.

Non rien de mieux pour le moment, j'ai l'impression que seul les fichiers des appli réinstallé lors de la remise en route par la tentative expliqué par synology j'airien d'autre.

Hors ligne

#116 Le 29/05/2023, à 22:19

geole

Re : reparer raid5 d'un synology via ubuntu.

Tant pis.
Je te propose de revenir à la proposition  initiale.
Tu vas donc sauver le second disque.
Tu connais la procédure mais n'hésite pas à poster en cas  de doute.

Nota: Ta remarque est inquiètante. "j'ai l'impression que seul les fichiers des appli réinstallé lors de la remise en route par la tentative expliqué par synology" 0n risque de ne pas faire mieux.

Dernière modification par geole (Le 29/05/2023, à 22:31)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#117 Le 30/05/2023, à 08:02

jyde

Re : reparer raid5 d'un synology via ubuntu.

Bonjour

Du coup pour le second je fais une copie complète ou juste la partition3?

Hors ligne

#118 Le 30/05/2023, à 08:16

geole

Re : reparer raid5 d'un synology via ubuntu.

Bonjour.
Dans ce  nouveau disque, utilise gparted et fabrique une partition ext4.  Si cela ne fonctionne pas, on cherchera.

Dernière modification par geole (Le 30/05/2023, à 08:17)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#119 Le 30/05/2023, à 08:25

jyde

Re : reparer raid5 d'un synology via ubuntu.

ok
je tente ça

Hors ligne

#120 Le 30/05/2023, à 08:52

jyde

Re : reparer raid5 d'un synology via ubuntu.

je procede a la copie avec cette cmd

sudo dd if=/dev/disk/by-id/ata-TOSHIBA_HDWD130_80LYLE5AS -part3  of=/dev/disk/by-id/ata-TOSHIBA_HDWD130_42QDZ3LAS-part1 bs=4M conv=notrunc status=progress

c'est parti je reviens vers toi plus tard

Dernière modification par jyde (Le 30/05/2023, à 09:03)

Hors ligne

#121 Le 30/05/2023, à 09:03

geole

Re : reparer raid5 d'un synology via ubuntu.

Je n'ai pas regardé si c'est la bonne valeur du second disque.
ni si tu as bien mis la bonne valeur du nouveau disque.
En tout cas,   il ne faut pas d'espace devant -part3

Ajout
Pour le disque émetteur, c'est bon
0 lrwxrwxrwx 1 root root  9 mai   27 15:35 ata-TOSHIBA_HDWD130_80LX2ZUAS -> ../../sdc
0 lrwxrwxrwx 1 root root  9 mai   27 15:35 ata-TOSHIBA_HDWD130_80LYLE5AS -> ../../sdd

Et le disque récepteur est un tout nouveau.

sudo dd if=/dev/disk/by-id/ata-TOSHIBA_HDWD130_80LYLE5AS-part3  of=/dev/disk/by-id/ata-TOSHIBA_HDWD130_42QDZ3LAS-part1 bs=4M conv=notrunc status=progress

C'est parti pour six heures si la taille de la partition a été correctement faite.

sudo parted /dev/disk/by-id/ata-TOSHIBA_HDWD130_42QDZ3LAS unit MiB print free

Dernière modification par geole (Le 30/05/2023, à 09:19)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#122 Le 30/05/2023, à 12:12

geole

Re : reparer raid5 d'un synology via ubuntu.

En cours de construction
Pour la suite, j'ai  trouvé cela

https://access.redhat.com/documentation/fr-fr/red_hat_enterprise_linux/7/html/storage_administration_guide/fsck-fs-specific#fsck-btrfs  a écrit :

11.2.3. Btrfs
L'outil btrfsck est utilisé pour vérifier et réparer les systèmes de fichiers btrfs. Cet outil est toujours en cours de développement et pourrait ne pas détecter ou réparer tous les types de corruption de système de fichiers.
Par défaut, btrfsck n'effectue pas de modification sur le système de fichiers ; autrement dit, il exécute le mode vérification-seule par défaut. Si des réparations sont souhaitées, l'option --repair doit être spécifiée.
Les trois phases de base suivantes sont appliquées par btrfsck pendant l'exécution des :

    vérifications des extensions.
    vérifications de la racine du système de fichiers.
    vérifications des comptes des références root.

L'utilitaire btrfs-image(8) peut être utilisé pour créer une image des métadonnées avant les réparations afin d'effectuer des diagnostiques ou de faire des tests.

et
btrfs-image est utilisé pour créer une image d'un système de fichiers btrfs. Toutes les données seront mises à zéro, mais les métadonnées et autres sont préservées.

et

 btrfsck
btrfs check: exactly 1 argument expected, 0 given
usage: btrfs check [options] <device>

    Check structural integrity of a filesystem (unmounted).

    Check structural integrity of an unmounted filesystem. Verify internal
    trees' consistency and item connectivity. In the repair mode try to
    fix the problems found. 
    WARNING: the repair mode is considered dangerous and should not be used
             without prior analysis of problems found on the filesystem.
    Options:
      starting point selection:
           -s|--super <superblock>     use this superblock copy
           -b|--backup                 use the first valid backup root copy
           -r|--tree-root <bytenr>     use the given bytenr for the tree root
           --chunk-root <bytenr>       use the given bytenr for the chunk tree root
      operation modes:
           --readonly                  run in read-only mode (default)
           --repair                    try to repair the filesystem
           --force                     skip mount checks, repair is not possible
           --mode <MODE>               allows choice of memory/IO trade-offs
                                       where MODE is one of:
                                       original - read inodes and extents to memory (requires
                                                  more memory, does less IO)
                                       lowmem   - try to use less memory but read blocks again
                                                  when needed (experimental)
      repair options:
           --init-csum-tree            create a new CRC tree
           --init-extent-tree          create a new extent tree
           --clear-space-cache v1|v2   clear space cache for v1 or v2
           --clear-ino-cache           clear ino cache leftover items
      check and reporting options:
           --check-data-csum           verify checksums of data blocks
           -Q|--qgroup-report          print a report on qgroup consistency
           -E|--subvol-extents <subvolid>
                                       print subvolume extents and sharing state
           -p|--progress               indicate progress

sudo btrfsck -s 0 /dev/sda28
using SB copy 0, bytenr 65536
Opening filesystem to check...
Checking filesystem on /dev/sda28
UUID: c2b6e6ec-10d6-4c48-a28a-0dfc6f62d728
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space tree
[4/7] checking fs roots
[5/7] checking only csums items (without verifying data)
[6/7] checking root refs
[7/7] checking quota groups skipped (not enabled on this FS)
found 95837798400 bytes used, no error found
total csum bytes: 93475584
total tree bytes: 118800384
total fs tree bytes: 376832
total extent tree bytes: 753664
btree space waste bytes: 23146828
file data blocks allocated: 95718998016
 referenced 95718998016

sudo btrfsck -s 1 /dev/sda28
using SB copy 1, bytenr 67108864
Opening filesystem to check...
Checking filesystem on /dev/sda28
UUID: c2b6e6ec-10d6-4c48-a28a-0dfc6f62d728
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space tree
[4/7] checking fs roots
[5/7] checking only csums items (without verifying data)
[6/7] checking root refs
[7/7] checking quota groups skipped (not enabled on this FS)
found 95837798400 bytes used, no error found
total csum bytes: 93475584
total tree bytes: 118800384
total fs tree bytes: 376832
total extent tree bytes: 753664
btree space waste bytes: 23146828
file data blocks allocated: 95718998016
 referenced 95718998016

sudo btrfsck -s 2 /dev/sda28
using SB copy 2, bytenr 274877906944
Opening filesystem to check...
ERROR: superblock bytenr 274877906944 is larger than device size 37575720960
ERROR: cannot open file system

Après avoir remis le 3eme disque du raid, tu  pourrais donc enchaîner avec ces six premières commandes non destructives

 sudo btrfsck -s 0 /dev/md2
 sudo btrfsck -s 1 /dev/md2
 sudo btrfsck -s 2 /dev/md2
 sudo btrfsck -s 0  --check-data-csum --progress  /dev/md2
 sudo btrfsck -s 1 --check-data-csum --progress  /dev/md2
 sudo btrfsck -s 2 --check-data-csum --progress  /dev/md2

Dernière modification par geole (Le 30/05/2023, à 12:59)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#123 Le 30/05/2023, à 18:08

jyde

Re : reparer raid5 d'un synology via ubuntu.

voila le resultat, j'ai copier sur la totalité car impossible mettre à l'octet identique.

oot@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo parted /dev/disk/by-id/ata-TOSHIBA_HDWD130_42QDZ3LAS unit MiB print free
Modèle : ATA TOSHIBA HDWD130 (scsi)
Disque /dev/sdb : 2861588MiB
Taille des secteurs (logiques/physiques) : 512B/4096B
Table de partitions : gpt
Drapeaux de disque : 

Numéro  Début       Fin         Taille      Système de fichiers  Nom  Drapeaux
        0,02MiB     1,00MiB     0,98MiB     Espace libre
 1      1,00MiB     2861588MiB  2861587MiB
        2861588MiB  2861588MiB  0,44MiB     Espace libre

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#

Au vu de ce que tu as trouvé, j'ai lu un post ou il parlé de pb fichiers btrfs mais que pour le moment il n'avait pas de solution complète, mais c’était sur des serveurs de très grosse capacité 100To avec jumelage ou redondance.

Hors ligne

#124 Le 30/05/2023, à 18:37

jyde

Re : reparer raid5 d'un synology via ubuntu.

Bon j'ai testé les commandes avec les 3 disques :
j'ai les 3 premières qui me donne la chose :

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#  sudo btrfsck -s 0 /dev/md2
using SB copy 0, bytenr 65536   pour 1 : SB  copy 1, bytenr 67108864  et pour 2 : SB copy 2, bytenr 274877906944
Opening filesystem to check...
Checking filesystem on /dev/md2
UUID: ff6851ee-a74e-4839-a08b-31bf0c91f44f
[1/7] checking root items
[2/7] checking extents
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
...
...
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
[3/7] checking free space tree
[4/7] checking fs roots
[5/7] checking only csums items (without verifying data)
[6/7] checking root refs
[7/7] checking quota groups skipped (not enabled on this FS)
found 3524210688 bytes used, no error found
total csum bytes: 1155788
total tree bytes: 44466176
total fs tree bytes: 31571968
total extent tree bytes: 8929280
btree space waste bytes: 11622750
file data blocks allocated: 8923635712
 referenced 7381475328
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# 

ensuite pour les 3 commandes suivantes :

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo btrfsck -s 0  --check-data-csum --progress  /dev/md2~
using SB copy 0, bytenr 65536
Opening filesystem to check...
ERROR: mount check: cannot open /dev/md2~: No such file or directory
ERROR: could not check mount status: No such file or directory

root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~# sudo btrfsck -s 1 --check-data-csum --progress  /dev/md2
using SB copy 1, bytenr 67108864
Opening filesystem to check...
Checking filesystem on /dev/md2
UUID: ff6851ee-a74e-4839-a08b-31bf0c91f44f
[1/7] checking root items                      (0:00:02 elapsed, 84719 items checked)
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)00 elapsed)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
...
...
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
[2/7] checking extents                         (0:00:06 elapsed, 2847 items checked)
[3/7] checking free space tree                 (0:00:00 elapsed, 328 items checked)
[4/7] checking fs roots                        (0:00:01 elapsed, 1914 items checked)
[5/7] checking csums against data              (0:00:04 elapsed, 4453 items checked)
[6/7] checking root refs                       (0:00:00 elapsed, 124 items checked)
[7/7] checking quota groups skipped (not enabled on this FS)
found 3524210688 bytes used, no error found
total csum bytes: 1155788
total tree bytes: 44466176
total fs tree bytes: 31571968
total extent tree bytes: 8929280
btree space waste bytes: 11622750
file data blocks allocated: 8923635712
 referenced 7381475328

pour le dernier : 2
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#  sudo btrfsck -s 2 --check-data-csum --progress  /dev/md2
using SB copy 2, bytenr 274877906944
Opening filesystem to check...
Checking filesystem on /dev/md2
UUID: ff6851ee-a74e-4839-a08b-31bf0c91f44f
[1/7] checking root items                      (0:00:02 elapsed, 84719 items checked)
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)00 elapsed)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
...
...
Invalid key type(BLOCK_GROUP_ITEM) found in root(202)
ignoring invalid key
[2/7] checking extents                         (0:00:06 elapsed, 2847 items checked)
[3/7] checking free space tree                 (0:00:00 elapsed, 328 items checked)
[4/7] checking fs roots                        (0:00:00 elapsed, 1914 items checked)
[5/7] checking csums against data              (0:00:05 elapsed, 4453 items checked)
[6/7] checking root refs                       (0:00:00 elapsed, 124 items checked)
[7/7] checking quota groups skipped (not enabled on this FS)
found 3524210688 bytes used, no error found
total csum bytes: 1155788
total tree bytes: 44466176
total fs tree bytes: 31571968
total extent tree bytes: 8929280
btree space waste bytes: 11622750
file data blocks allocated: 8923635712
 referenced 7381475328
root@jeanyves-HP-Compaq-6005-Pro-MT-PC:~#

je suis en train de lire l'outil btrfs-image cela me parait intéressant mais l'utilisation est-elle approprié avec les résultats trouvé?

Dernière modification par jyde (Le 30/05/2023, à 18:53)

Hors ligne

#125 Le 30/05/2023, à 18:42

geole

Re : reparer raid5 d'un synology via ubuntu.

Au post 98, je t'avais calculé la taille à allouer 2856881 Mio
Cela aurait permit d'avoir à notre disposition quelques Gio.
Mais ce n'est pas grave.
Mais publie dans le post 123  la commande que tu as utilisée car si  tu dois restorer , il faut  faire l'inverse.
Je me souviens que pour le premier disque tu as fais une copie disque a disque.
Mais pour le second disque, ce n'est pas très clair pour moi.
    disque à disque.
    partition à disque.
    partition à partition comme c'était envisagé.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne