[freebox] lecture du montage de la box impossible (Résolu)

Applications, problèmes de configuration réseau
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Paquet installé :)

Bien vu pour le D, j'ai fait la modification du profil apparmor grâce au lien partagé mais ça ne change rien.

Code : Tout sélectionner

mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

Je ne sais pas si tu as vu, mais j'ai ajouté des commandes afin d'y voir plus clair... Voir mon message précédent. On va finir par converger... :transpi: :transpi:
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Code : Tout sélectionner

cifs-utils 7.0-1

Code : Tout sélectionner

cifs_arc4              16384  0
cifs_md4               16384  0

Code : Tout sélectionner

sudo modprobe cifs: rien

Code : Tout sélectionner

drwxr-xr-x 2 root root 4096 16 déc.  22:13 .
drwxr-xr-x 4 root root 4096 16 déc.  22:13 ..

Code : Tout sélectionner

//192.168.x.y/Disque\0401  /mnt/box    cifs users,noauto,uid=1000,gid=1000,sec=ntlm,credentials=/home/USER/.smbcredentials,_netdev 0 0
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

WTF ? Hum, il y a un souci...
Perso j'ai ceci (alors certes je n'ai pas le kernel zen) :

Code : Tout sélectionner

cifs                 2265088  0
cifs_arc4              16384  1 cifs
cifs_md4               16384  1 cifs
dns_resolver           16384  1 cifs
fscache               385024  1 cifs
lsmod| grep -i cifs : Cela ne te retourne que cifs_arc4 et cifs_md4 ? Et modprobe cifs ne te sort rien ?
Le module existe sur ton système : /lib/modules/6.0.12-zen1-1-zen/kernel/fs/cifs/cifs.ko.zst
Et il a bien été compilé en tant que module : CONFIG_CIFS=m, donc il devrait être listé / chargé...

Afin de creuser (car clairement si le module cifs ne se charge pas, cela ne risque pas de fonctionner), peux tu essayer de faire ceci (en root) :

Code : Tout sélectionner

for m in cifs cifs_arc4 cifs_md4 dns_resolver fscache ; do (modinfo "$m" | head -1); done

grep -rPv "^$|^#" /etc/modprobe* /lib/modprobe* /etc/modules-load* /lib/modules-load*

modprobe cifs_arc4 
modprobe cifs_md4
modprobe dns_resolver
modprobe fscache
insmod /lib/modules/6.0.12-zen1-1-zen/kernel/fs/cifs/cifs.ko.zst
lsmod| grep -P "cifs|fscache|dns_resolver"
Si tu as une erreur lors du insmod, donne les nouvelles lignes de dmesg
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Oups, j'avais créé un fichier /etc/modprobe.d/modprobe.conf il y a quelque temps. Je l'ai vérifié et… :copain:

Code : Tout sélectionner

blacklist uvcvideo

install firewire /bin/true
install firewire_ohci /bin/true
install firewire_core /bin/true

# fichiers peut utilisés
install cramfs /bin/true
install freevxfs /bin/true
install jffs2 /bin/true
install hfs /bin/true
install hfsplus /bin/true
install squashfs /bin/true
install udf /bin/true
#install cifs /bin/true
install nfs /bin/true
install nfsv3 /bin/true
install nfsv4 /bin/true
install gfs2 /bin/true

# protocoles réseaux peut utilisés
install dccp /bin/true
install sctp /bin/true
install rds /bin/true
install tipc /bin/true
install n-hdlc /bin/true
install ax25 /bin/true
install netrom /bin/true
install x25 /bin/true
install rose /bin/true
install decnet /bin/true
install econet /bin/true
install af_802154 /bin/true
install ipx /bin/true
install appletalk /bin/true
install psnap /bin/true
install p8023 /bin/true
install p8022 /bin/true
install can /bin/true
install atm /bin/true

Code : Tout sélectionner

lsmod| grep -i cif
cifs                 2301952  0
cifs_arc4              16384  1 cifs
cifs_md4               16384  1 cifs
dns_resolver           16384  1 cifs
fscache               389120  1 cifs

Code : Tout sélectionner

mount /mnt/box 
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

Que donne le log kernel ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Code : Tout sélectionner

[  916.031226] bad security option: ntlm

[  916.031245] CIFS: VFS: bad security option: ntlm

en supprimant l'option

Code : Tout sélectionner

[ 1079.820718] CIFS: Attempting to mount \\192.168.122.169\Disque 1

Dernière modification par @rché0 le dim. 18 déc. 2022, 00:34, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

Hum, enlève "sec=ntlm" des options, l'information date de plusieurs années, cela a dû changer...
En effet : https://git.kernel.org/pub/scm/linux/ke ... 68f61a179c
Et j'espère que la Freebox supporte des protocoles plus récent... :| :triste:
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

Donc cela marche, ou pas ?
Car quand on a dans le log CIFS: Attempting to mount, c'est assez bon signe
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

ça y est ça marche.
Merci beaucoup pour ta patience… Il me reste à tester rsync.
Si c'est bon je met en résolu :bravo:
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

En résumé, j'avais fait une erreur dans un message (désolé), puis tu avais oublié que tu avais une configuration modprobe qui désactivait cifs :rhooo: :mrgreen: :humour:
Bonne "soirée"
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Désolé mais rsync me fait comme au début de ce post. Je l'ai laissé tourner ~10min mais il reste bloqué.

Code : Tout sélectionner

rsync -r -t -v --progress -c -D -b -i /mnt/box/ /run/media/USER/T7/Sauvegardes/freebox
sending incremental file list
Puis curseur qui clignote sans autres infos.

Code : Tout sélectionner

ls -al /mnt/box       
total 4
drwxr-xr-x 2 ***   ***      0 18 mai    2021 .
drwxr-xr-x 4 root root 4096 16 déc.  22:13 ..
drwxr-xr-x 2 ***   ***      0 20 déc.   2019 .cameras
drwxr-xr-x 2 ***   ***      0  7 janv.  2022 Enregistrements
drwxr-xr-x 2 ***   ***      0  4 déc.  20:49 .fbxgrabberd
drwxr-xr-x 2 ***   ***      0 16 janv.  2020 .fbxtimeshifting
drwxr-xr-x 2 ***   ***      0 16 janv.  2020 lost+found
drwxr-xr-x 2 ***   ***      0  6 mars   2020 Musiques
drwxr-xr-x 2 ***   ***      0  5 avril  2020 Photos
drwxr-xr-x 2 ***   ***      0  4 déc.  20:49 Téléchargements
drwxr-xr-x 2 ***   ***      0 17 déc.  00:52 Vidéos
drwxr-xr-x 2 ***   ***      0  7 janv.  2022 VMs
Tout ça pour ça :topicglissant:

EDIT : En attendant longtemps, la commande réagis. Le dossier 'Téléchargements' était déjà présent sur la sauvegarde.

Code : Tout sélectionner

sending incremental file list
file has vanished: "/mnt/box/Téléchargements/***"
file has vanished: "/mnt/box/Téléchargements/***"
>f+++++++++ .fbxgrabberd/10.ctx
         24.576 100%    0,00kB/s    0:00:00 (xfr#1, ir-chk=1080/1092)
>f+++++++++ .fbxgrabberd/100.ctx
         77.824 100%    2,75MB/s    0:00:00 (xfr#2, ir-chk=1079/1092)
>f+++++++++ .fbxgrabberd/11.ctx
         36.864 100%  947,37kB/s    0:00:00 (xfr#3, ir-chk=1078/1092)
>f+++++++++ .fbxgrabberd/12.ctx
         32.768 100%  711,11kB/s    0:00:00 (xfr#4, ir-chk=1077/1092)
>f+++++++++ .fbxgrabberd/13.ctx
         16.384 100%  307,69kB/s    0:00:00 (xfr#5, ir-chk=1076/1092)
>f+++++++++ .fbxgrabberd/14.ctx
         12.288 100%  200,00kB/s    0:00:00 (xfr#6, ir-chk=1075/1092)
>f+++++++++ .fbxgrabberd/15.ctx
         20.480 100%  294,12kB/s    0:00:00 (xfr#7, ir-chk=1074/1092)
>f+++++++++ .fbxgrabberd/16.ctx
         28.672 100%  373,33kB/s    0:00:00 (xfr#8, ir-chk=1073/1092)
>f+++++++++ .fbxgrabberd/17.ctx
         16.384 100%  195,12kB/s    0:00:00 (xfr#9, ir-chk=1072/1092)
>f+++++++++ .fbxgrabberd/18.ctx
          4.096 100%   44,44kB/s    0:00:00 (xfr#10, ir-chk=1071/1092)
>f+++++++++ .fbxgrabberd/19.ctx
         24.576 100%  244,90kB/s    0:00:00 (xfr#11, ir-chk=1070/1092)
>f+++++++++ .fbxgrabberd/2.ctx
         12.288 100%  114,29kB/s    0:00:00 (xfr#12, ir-chk=1069/1092)
>f+++++++++ .fbxgrabberd/20.ctx
         36.864 100%  324,32kB/s    0:00:00 (xfr#13, ir-chk=1068/1092)
>f+++++++++ .fbxgrabberd/21.ctx
          4.096 100%   33,61kB/s    0:00:00 (xfr#14, ir-chk=1067/1092)
>f+++++++++ .fbxgrabberd/22.ctx
         20.480 100%  158,73kB/s    0:00:00 (xfr#15, ir-chk=1066/1092)
>f+++++++++ .fbxgrabberd/23.ctx
         77.824 100%  558,82kB/s    0:00:00 (xfr#16, ir-chk=1065/1092)
>f+++++++++ .fbxgrabberd/24.ctx
         69.632 100%  422,36kB/s    0:00:00 (xfr#17, ir-chk=1064/1092)
>f+++++++++ .fbxgrabberd/25.ctx
         32.768 100%  189,35kB/s    0:00:00 (xfr#18, ir-chk=1063/1092)
>f+++++++++ .fbxgrabberd/26.ctx
         16.384 100%   89,89kB/s    0:00:00 (xfr#19, ir-chk=1062/1092)
>f+++++++++ .fbxgrabberd/27.ctx
         20.480 100%  108,70kB/s    0:00:00 (xfr#20, ir-chk=1061/1092)
>f+++++++++ .fbxgrabberd/28.ctx
         24.576 100%  126,32kB/s    0:00:00 (xfr#21, ir-chk=1060/1092)
>f+++++++++ .fbxgrabberd/29.ctx
         36.864 100%  183,67kB/s    0:00:00 (xfr#22, ir-chk=1059/1092)
>f+++++++++ .fbxgrabberd/3.ctx
         16.384 100%   79,21kB/s    0:00:00 (xfr#23, ir-chk=1058/1092)
>f+++++++++ .fbxgrabberd/30.ctx
         16.384 100%   76,92kB/s    0:00:00 (xfr#24, ir-chk=1057/1092)
>f+++++++++ .fbxgrabberd/31.ctx
         16.384 100%   74,42kB/s    0:00:00 (xfr#25, ir-chk=1056/1092)
>f+++++++++ .fbxgrabberd/32.ctx
         24.576 100%  108,60kB/s    0:00:00 (xfr#26, ir-chk=1055/1092)
>f+++++++++ .fbxgrabberd/33.ctx
         32.768 100%  140,97kB/s    0:00:00 (xfr#27, ir-chk=1054/1092)
>f+++++++++ .fbxgrabberd/34.ctx
         16.384 100%   68,97kB/s    0:00:00 (xfr#28, ir-chk=1053/1092)
>f+++++++++ .fbxgrabberd/35.ctx
         24.576 100%  100,84kB/s    0:00:00 (xfr#29, ir-chk=1052/1092)
>f+++++++++ .fbxgrabberd/36.ctx
        176.128 100%  664,09kB/s    0:00:00 (xfr#30, ir-chk=1051/1092)
>f+++++++++ .fbxgrabberd/37.ctx
         16.384 100%   60,38kB/s    0:00:00 (xfr#31, ir-chk=1050/1092)
>f+++++++++ .fbxgrabberd/38.ctx
         28.672 100%  103,32kB/s    0:00:00 (xfr#32, ir-chk=1049/1092)
>f+++++++++ .fbxgrabberd/39.ctx
         24.576 100%   86,33kB/s    0:00:00 (xfr#33, ir-chk=1048/1092)
>f+++++++++ .fbxgrabberd/4.ctx
         20.480 100%   70,42kB/s    0:00:00 (xfr#34, ir-chk=1047/1092)
>f+++++++++ .fbxgrabberd/40.ctx
         12.288 100%   41,38kB/s    0:00:00 (xfr#35, ir-chk=1046/1092)
>f+++++++++ .fbxgrabberd/41.ctx
         32.768 100%  107,74kB/s    0:00:00 (xfr#36, ir-chk=1045/1092)
>f+++++++++ .fbxgrabberd/42.ctx
         16.384 100%   52,81kB/s    0:00:00 (xfr#37, ir-chk=1044/1092)
>f+++++++++ .fbxgrabberd/43.ctx
         40.960 100%  129,45kB/s    0:00:00 (xfr#38, ir-chk=1043/1092)
>f+++++++++ .fbxgrabberd/44.ctx
         45.056 100%  139,68kB/s    0:00:00 (xfr#39, ir-chk=1042/1092)
>f+++++++++ .fbxgrabberd/45.ctx
         20.480 100%   61,92kB/s    0:00:00 (xfr#40, ir-chk=1041/1092)
>f+++++++++ .fbxgrabberd/47.ctx
         16.384 100%   48,63kB/s    0:00:00 (xfr#41, ir-chk=1040/1092)
>f+++++++++ .fbxgrabberd/48.ctx
        135.168 100%  368,72kB/s    0:00:00 (xfr#42, ir-chk=1039/1092)
>f+++++++++ .fbxgrabberd/49.ctx
         20.480 100%   54,95kB/s    0:00:00 (xfr#43, ir-chk=1038/1092)
>f+++++++++ .fbxgrabberd/5.ctx
         65.536 100%  172,04kB/s    0:00:00 (xfr#44, ir-chk=1037/1092)
>f+++++++++ .fbxgrabberd/50.ctx
         24.576 100%   63,32kB/s    0:00:00 (xfr#45, ir-chk=1036/1092)
>f+++++++++ .fbxgrabberd/51.ctx
         24.576 100%   62,34kB/s    0:00:00 (xfr#46, ir-chk=1035/1092)
>f+++++++++ .fbxgrabberd/52.ctx
         28.672 100%   71,61kB/s    0:00:00 (xfr#47, ir-chk=1034/1092)
>f+++++++++ .fbxgrabberd/54.ctx
         12.288 100%   30,30kB/s    0:00:00 (xfr#48, ir-chk=1033/1092)
>f+++++++++ .fbxgrabberd/55.ctx
         16.384 100%   39,70kB/s    0:00:00 (xfr#49, ir-chk=1032/1092)
>f+++++++++ .fbxgrabberd/57.ctx
         12.288 100%   29,34kB/s    0:00:00 (xfr#50, ir-chk=1031/1092)
>f+++++++++ .fbxgrabberd/58.ctx
         24.576 100%   57,69kB/s    0:00:00 (xfr#51, ir-chk=1030/1092)
>f+++++++++ .fbxgrabberd/59.ctx
         36.864 100%   85,51kB/s    0:00:00 (xfr#52, ir-chk=1029/1092)
>f+++++++++ .fbxgrabberd/6.ctx
         53.248 100%  121,50kB/s    0:00:00 (xfr#53, ir-chk=1028/1092)
>f+++++++++ .fbxgrabberd/60.ctx
         24.576 100%   55,17kB/s    0:00:00 (xfr#54, ir-chk=1027/1092)
>f+++++++++ .fbxgrabberd/62.ctx
         36.864 100%   81,63kB/s    0:00:00 (xfr#55, ir-chk=1026/1092)
>f+++++++++ .fbxgrabberd/63.ctx
         16.384 100%   35,79kB/s    0:00:00 (xfr#56, ir-chk=1025/1092)
>f+++++++++ .fbxgrabberd/64.ctx
         28.672 100%   61,54kB/s    0:00:00 (xfr#57, ir-chk=1024/1092)
>f+++++++++ .fbxgrabberd/67.ctx
         77.824 100%  160,00kB/s    0:00:00 (xfr#58, ir-chk=1023/1092)
>f+++++++++ .fbxgrabberd/7.ctx
         20.480 100%   41,58kB/s    0:00:00 (xfr#59, ir-chk=1022/1092)
>f+++++++++ .fbxgrabberd/70.ctx
         65.536 100%  125,24kB/s    0:00:00 (xfr#60, ir-chk=1021/1092)
>f+++++++++ .fbxgrabberd/72.ctx
         16.384 100%   30,95kB/s    0:00:00 (xfr#61, ir-chk=1020/1092)
>f+++++++++ .fbxgrabberd/73.ctx
         53.248 100%   99,24kB/s    0:00:00 (xfr#62, ir-chk=1019/1092)
>f+++++++++ .fbxgrabberd/79.ctx
         20.480 100%   37,66kB/s    0:00:00 (xfr#63, ir-chk=1018/1092)
>f+++++++++ .fbxgrabberd/8.ctx
         28.672 100%   52,04kB/s    0:00:00 (xfr#64, ir-chk=1017/1092)
>f+++++++++ .fbxgrabberd/80.ctx
         32.768 100%   58,82kB/s    0:00:00 (xfr#65, ir-chk=1016/1092)
>f+++++++++ .fbxgrabberd/81.ctx
          4.096 100%    7,29kB/s    0:00:00 (xfr#66, ir-chk=1015/1092)
>f+++++++++ .fbxgrabberd/83.ctx
         32.768 100%   57,76kB/s    0:00:00 (xfr#67, ir-chk=1014/1092)
>f+++++++++ .fbxgrabberd/84.ctx
         40.960 100%   71,17kB/s    0:00:00 (xfr#68, ir-chk=1013/1092)
>f+++++++++ .fbxgrabberd/85.ctx
         28.672 100%   49,21kB/s    0:00:00 (xfr#69, ir-chk=1012/1092)
>f+++++++++ .fbxgrabberd/86.ctx
         16.384 100%   27,83kB/s    0:00:00 (xfr#70, ir-chk=1011/1092)
>f+++++++++ .fbxgrabberd/87.ctx
         16.384 100%   27,59kB/s    0:00:00 (xfr#71, ir-chk=1010/1092)
>f+++++++++ .fbxgrabberd/9.ctx
          4.096 100%    6,84kB/s    0:00:00 (xfr#72, ir-chk=1009/1092)
>f+++++++++ .fbxgrabberd/90.ctx
         24.576 100%   40,61kB/s    0:00:00 (xfr#73, ir-chk=1008/1092)
>f+++++++++ .fbxgrabberd/91.ctx
         20.480 100%   33,56kB/s    0:00:00 (xfr#74, ir-chk=1007/1092)
>f+++++++++ .fbxgrabberd/93.ctx
         16.384 100%   26,62kB/s    0:00:00 (xfr#75, ir-chk=1006/1092)
>f+++++++++ .fbxgrabberd/94.ctx
         28.672 100%   46,05kB/s    0:00:00 (xfr#76, ir-chk=1005/1092)
>f+++++++++ .fbxgrabberd/95.ctx
         32.768 100%   52,12kB/s    0:00:00 (xfr#77, ir-chk=1004/1092)
>f+++++++++ .fbxgrabberd/97.ctx
         45.056 100%   70,51kB/s    0:00:00 (xfr#78, ir-chk=1003/1092)
>f+++++++++ .fbxgrabberd/98.ctx
         16.384 100%   25,36kB/s    0:00:00 (xfr#79, ir-chk=1002/1092)
>f+++++++++ .fbxgrabberd/99.ctx
         69.632 100%   94,31kB/s    0:00:00 (xfr#80, ir-chk=1001/1092)
>f+++++++++ .fbxgrabberd/README
            192 100%    0,26kB/s    0:00:00 (xfr#81, ir-chk=1000/1092)
rsync: [sender] readdir("/mnt/box/lost+found"): Permission denied (13)

sent 2.588.017 bytes  received 1.633 bytes  803,37 bytes/sec
total size is 75.300.357.497  speedup is 29.077,43
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1336) [sender=3.2.7]
rsync -r -t -v --progress -c -D -b -i . /run/media/USER/T7/Sauvegardes/freebox  28,06s user 121,69s system 4% cpu 53:43,52 total
J'ai exclu le dossier 'lost+found' mais ça continue de ramer. Je penche sur ces deux fichiers/dossiers qui ne sont pas reconnus dont j'ignore le pourquoi du comment.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17222
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [curlftpfs] problème de droits

Message par benjarobin »

Cela ne me semble pas forcément déconnant
Le PC est connecté comment à la box (wifi, ethernet gigabit, ... ) ?
Quelle est la taille utilisé sur le disque de la box ? Quelle est la sortie de : du -sh /mnt/box/*

Tu utilise rsync de cette façon : rsync -r -t -v --progress -c -D -b -i
Et voici une explication succinct des options :

Code : Tout sélectionner

-r  recurse into directories
-t  preserve modification times
-v  increase verbosity
-c  skip based on checksum, not mod-time & size
-D  same as --devices --specials
-b  make backups (see --suffix & --backup-dir)
-i  output a change-summary for all updates
--devices preserve device files (super-user only)
--specials preserve special files
Ce qui te pose problème est l'option -c, il doit lire l'intégralité des fichiers, calculer un checksum afin de savoir quoi synchroniser. Hors comme c'est un partage réseau via CIFS, il doit tout lire au travers du réseau, soit apparemment près de 75 Go.
De plus tu ne devrais pas utiliser l'option -D, car tu ne transfers que des fichiers normaux.

Tu peux exclure des dossiers / fichiers avec l'option

Code : Tout sélectionner

--exclude "lost+found" --exclude ".fbxgrabberd"
Donc essaye quelque chose comme

Code : Tout sélectionner

rsync -r -t -v --progress -b -i --exclude "lost+found" --exclude ".fbxgrabberd"
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
@rché0
Daikyu
Messages : 90
Inscription : jeu. 09 sept. 2021, 20:57

Re: [curlftpfs] problème de droits

Message par @rché0 »

Bonjour,

réponse en retard, je n'était pas chez moi hier.
Ce qui te pose problème est l'option -c
En effet ça va beaucoup mieux :bravo: , la sauvegarde de /etc, /boot et /home m'ont induit en erreur :non:

Merci encore et bonnes fêtes.
Répondre