floss:unison

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
floss:unison [2020/07/17 18:24] – [Unison et bug de Ubuntu 20.04 Focal Fossa] villersdfloss:unison [2023/11/25 11:27] (Version actuelle) villersd
Ligne 29: Ligne 29:
   * [[https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1875475|Bug #1875475 “Unison from Ubuntu 20.04 is incompatible with Unis...” : Bugs : unison package : Ubuntu]]   * [[https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1875475|Bug #1875475 “Unison from Ubuntu 20.04 is incompatible with Unis...” : Bugs : unison package : Ubuntu]]
   * [[https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5750379.html|[Bug 1568459] Re: unison incompatible with older ubuntu/debian versions]]   * [[https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5750379.html|[Bug 1568459] Re: unison incompatible with older ubuntu/debian versions]]
 +  * Raspberry Ubuntu : [[https://www.raspberrypi.org/forums/viewtopic.php?t=157813]] ou snapd ??
  
 Solution préconisée : Solution préconisée :
Ligne 40: Ligne 41:
     * <code>sudo dpkg -i unison-gtk_2.48.4-1ubuntu1_amd64.deb</code>     * <code>sudo dpkg -i unison-gtk_2.48.4-1ubuntu1_amd64.deb</code>
   * aptitude hold unison is mandatory... otherwise after a few days you get the 2.48.4-4 version back   * aptitude hold unison is mandatory... otherwise after a few days you get the 2.48.4-4 version back
-    * <code>sudo aptitude hold unison</code> +    * <code>sudo apt-mark hold unison</code> 
-    * <code>sudo aptitude hold unison-gtk</code> +    * <code>sudo apt-mark hold unison-gtk</code> 
-  * It did not work completely until I removed the unison archives (ar... and fp... files) generated by the 2.48.4-4 version in ~/.unison. +  * rmq d'un utilisateur : "It did not work completely until I removed the unison archives (ar... and fp... files) generated by the 2.48.4-4 version in ~/.unison" → en fait si il y a des erreurs entre les propriétés, il suffit de démarrer une fois le logiciel avec l'option d'ignorer les archives : 
 +    * <code>unison-gtk -ignorearchives</code>  
 +    * synchroniser la ou les archives 
 + 
 +Autre solution : 
 +  * enlever Unison tel qu'installé 
 +  * passer par un "snap" Unison identique 
 +    * [[https://www.tecmint.com/install-snap-in-linux/|A Beginners Guide to Snaps in Linux – Part 1]] 
 +    * [[https://itsfoss.com/use-snap-packages-ubuntu-16-04/|Complete Guide for Using Snap Packages In Ubuntu and Other Linux Distributions]] 
 +    * les profils unison des snaps (unison-jz) sont dans le répertoire /home/username/snap/unison-jz/current/.unison → les deux versions d'unison (package et snap) peuvent coexister !
  
  
Ligne 50: Ligne 60:
   * [[https://github.com/bcpierce00/unison|GitHub - bcpierce00/unison: Unison file synchronizer]]   * [[https://github.com/bcpierce00/unison|GitHub - bcpierce00/unison: Unison file synchronizer]]
   * [[https://www.cis.upenn.edu/~bcpierce/unison/|Unison File Synchronizer]]   * [[https://www.cis.upenn.edu/~bcpierce/unison/|Unison File Synchronizer]]
 +  * snap :
 +    * [[https://snapcraft.io/unison-jz|unison-jz - Jacob Zimmermann (jz)]]
   * Tutoriels   * Tutoriels
     * [[https://doc.ubuntu-fr.org/unison|unison [Wiki ubuntu-fr]]]     * [[https://doc.ubuntu-fr.org/unison|unison [Wiki ubuntu-fr]]]
Ligne 76: Ligne 88:
     * [[https://stackoverflow.com/questions/6533399/run-unison-in-bash-script|linux - run unison in bash script - Stack Overflow]]     * [[https://stackoverflow.com/questions/6533399/run-unison-in-bash-script|linux - run unison in bash script - Stack Overflow]]
     * [[https://stackoverflow.com/questions/1602529/problems-scripting-unison-with-python|Problems scripting Unison with Python - Stack Overflow]]     * [[https://stackoverflow.com/questions/1602529/problems-scripting-unison-with-python|Problems scripting Unison with Python - Stack Overflow]]
 +    * [[https://medium.com/trabe/sync-your-data-with-unison-3f28e96b05ff|Sync your data with Unison]] Martín Lamas, Medium, 06/05/2019
   * Alternatives   * Alternatives
     * [[wp>File_synchronization|File synchronization]]     * [[wp>File_synchronization|File synchronization]]
  • floss/unison.1595003083.txt.gz
  • Dernière modification : 2020/07/17 18:24
  • de villersd