tech:pb_rsync
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:pb_rsync [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:pb_rsync [2025/07/08 10:48] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | + | < |
| + | {{tag> | ||
| - | = Pb rsync protocol version mismatch | + | # Pb rsync |
| + | |||
| + | ## protocol version mismatch | ||
| http:// | http:// | ||
| - | <code -> | + | ~~~ |
| # rsync -axP acme:/ | # rsync -axP acme:/ | ||
| protocol version mismatch -- is your shell clean? | protocol version mismatch -- is your shell clean? | ||
| (see the rsync man page for an explanation) | (see the rsync man page for an explanation) | ||
| rsync error: protocol incompatibility (code 2) at compat.c(176) [Receiver=3.1.1] | rsync error: protocol incompatibility (code 2) at compat.c(176) [Receiver=3.1.1] | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| ssh acme /bin/true > out.dat | ssh acme /bin/true > out.dat | ||
| - | </ | + | ~~~ |
| Le fichier '' | Le fichier '' | ||
| Ligne 21: | Ligne 24: | ||
| J'ai dû modifié mon '' | J'ai dû modifié mon '' | ||
| - | <code bash .bashrc> | + | '' |
| + | ~~~bash | ||
| bin/ | bin/ | ||
| - | </ | + | ~~~ |
| - | <code bash .bashrc> | + | '' |
| + | ~~~bash | ||
| if [ $TERM == ' | if [ $TERM == ' | ||
| then | then | ||
| bin/ | bin/ | ||
| fi | fi | ||
| - | </ | + | ~~~ |
| A tester : '' | A tester : '' | ||
| + | |||
| + | |||
| + | ## Err - No space left on device - but work if remove | ||
| + | |||
| + | Voir : | ||
| + | * https:// | ||
| + | |||
| + | ~~~bash | ||
| + | find ./ | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | cd+++++++ app1/ | ||
| + | cd+++++++ app1/L12/ | ||
| + | cd+++++++ app1/ | ||
| + | < | ||
| + | < | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | < | ||
| + | rsync: [receiver] write failed on "/ | ||
| + | rsync error: error in file IO (code 11) at receiver.c(379) [receiver=3.2.5] | ||
| + | rsync: connection unexpectedly closed (29554 bytes received so far) [sender] | ||
| + | rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8] | ||
| + | ~~~ | ||
| + | |||
| + | Mais fonctionne si | ||
| + | ~~~ | ||
| + | sftp -o IdentityFile=/ | ||
| + | rm data/ | ||
| + | EOF | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### Solution | ||
| + | |||
| + | Ajouter '' | ||
| + | ~~~bash | ||
| + | find ./ | ||
| + | ~~~ | ||
tech/pb_rsync.1742825205.txt.gz · Dernière modification : de 127.0.0.1
