thx for your reactivity !
well
Download rsync3.1.1
root@debian:/tmp# wget https://download.samba.org/pub/rsync/src/rsync-3.1.1.tar.gz
–2016-01-26 21:06:06-- https://download.samba.org/pub/rsync/src/rsync-3.1.1.tar.gz
Résolution de download.samba.org (download.samba.org)… 144.76.82.156, 2a01:4f8:192:486::443:2
Connexion vers download.samba.org (download.samba.org)|144.76.82.156|:443…connecté.
requête HTTP transmise, en attente de la réponse…200 OK
Longueur: 890124 (869K) [application/x-gzip]
Sauvegarde en : «rsync-3.1.1.tar.gz»
100%[===================================================================================================================================================================================================>] 890 124 499K/s ds 1,7s
2016-01-26 21:06:09 (499 KB/s) - «rsync-3.1.1.tar.gz» sauvegardé [890124/890124]
root@debian:/tmp# tar xfz rsync-3.1.1.tar.gz
root@debian:/tmp# ls
rsync-3.1.1 rsync-3.1.1.tar.gz
root@debian:/tmp# cd rsync-3.1.1/
remove rsync 3.0.9
root@debian:/tmp/rsync-3.1.1# apt-get remove rsync
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances
Lecture des informations d’état… Fait
Les paquets suivants seront ENLEVÉS :
rsync
0 mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
Après cette opération, 653 ko d’espace disque seront libérés.
Souhaitez-vous continuer [O/n] ? o
(Lecture de la base de données… 36598 fichiers et répertoires déjà installés.)
Suppression de rsync …
[ ok ] Stopping rsync daemon: rsync.
Traitement des actions différées (« triggers ») pour « man-db »…
Install rsync 3.1.1
root@debian:/tmp/rsync-3.1.1# ./configure
blablabla
root@debian:/tmp/rsync-3.1.1# make
blablabla
root@debian:/tmp/rsync-3.1.1# make install
blablabla
check version and command rsync
root@debian:/tmp/rsync-3.1.1# rsync --version
rsync version 3.1.1 protocol version 31
Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv, symtimes, prealloc
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
and i test “copy to server”…
it’s done !!!
thanks for your help and your great working
For your information, before i test with Debian 8 but when clic to “Build Spigot” i had this error
fatal: $HOME not set
Git name not set, setting it to default value.
fatal: $HOME not set
Exception in thread “main” java.lang.RuntimeException: Error running command, return status !=0: [git, config, --global, user.name, BuildTools]
at org.spigotmc.builder.Builder.runProcess(Builder.java:535)
at org.spigotmc.builder.Builder.main(Builder.java:154)
I read this post and search with google but i can leave this error. Then i try with Debian 7.