RSYNC : creation de la liste mais pas d'envois

RSYNC : creation de la liste mais pas d'envois - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 23-05-2015 à 12:00:22    

Bonjour,
 
J'ai un problème avec rsync.
Je voudrais copier mon répertoire "documents" sur mon NAS.
rsync se lance, cree la liste, mais n'envois pas les fichiers.
Si je prend un a un les sous répertoires de "documents" la copie se fait bien.
 
y a t il une limitation de fichier ou taille par défaut dans rsync ?
 
 
ma commande :rsync -apvvvvvz -e ssh /Users/jonathan/Documents/* rsync@NAS::NetBackup/jonathan/Documents/  
log :  
cmd=ssh machine=NAS user=rsync path=NetBackup/jonathan/Documents/
cmd[0]=ssh cmd[1]=-l cmd[2]=rsync cmd[3]=tank cmd[4]=rsync cmd[5]=--server cmd[6]=--daemon cmd[7]=.  
opening connection using ssh -l rsync NAS rsync --server --daemon .  
opening connection using --server -vvvvvlogDtprz . NetBackup/jonathan/Documents/  
(Client) Protocol versions: remote=30, negotiated=29
building file list ...  
[sender] make_file(Administratif,*,2)
[sender] make_file(Administratif/.DS_Store,*,2)
[sender] make_file(Administratif/brevet_natation_sauvetage.pdf,*,2)
...(tout plein de fichier)
send_file_list done
file list sent
send_files starting
send_files phase=1
send_files phase=2
send files finished
total: matches=0  hash_hits=0  false_alarms=0 data=0
client_run waiting on 643
 
sent 7579 bytes  received 16 bytes  5063.33 bytes/sec
total size is 412379303  speedup is 54296.16
_exit_cleanup(code=0, file=/SourceCache/rsync/rsync-45/rsync/main.c, line=992): entered
_exit_cleanup(code=0, file=/SourceCache/rsync/rsync-45/rsync/main.c, line=992): about to call exit(0)
 
 
 

Reply

Marsh Posté le 23-05-2015 à 12:00:22   

Reply

Marsh Posté le 23-05-2015 à 13:28:43    

salut,  
 
-a inclus -p
 
essaie comme ça :

Code :
  1. rsync -avz /Users/jonathan/Documents rsync@NAS:NetBackup/jonathan/


normalement, ssh est le protocole de transfert par défaut.

Reply

Marsh Posté le 24-05-2015 à 12:15:18    

meme chose :(

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed