Faire un backup depuis Win 2008 R2 vers un serveur dédié OVH

Fermé
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 - 3 juin 2014 à 11:57
phil2k Messages postés 10854 Date d'inscription lundi 28 octobre 2013 Statut Contributeur Dernière intervention 24 janvier 2023 - 2 juil. 2014 à 15:27
Bonjour,

Jusqu'à présent, je disposais d'un serveur de fichiers installé sous Ubuntu que je sauvegardais vers notre server dédié OVH Kimsufi via la commande rsync.

Cette semaine, j'ai transféré mon serveur de fichier vers une machine plus récente installée sous Windows 2008 R2.

Ma question est donc de savoir comment paramétrer ma sauvegarde quotidienne à partir de Windows 2008 vers mon serveur dédié.

Merci d'avance pour vos réponses.
A voir également:

9 réponses

nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
5 juin 2014 à 16:05
Après quelques recherches, il semble que l'on peut créer un script avec "Winscp".

J'ai tenté de suivre ce tuto à la lettre :
http://leblogdundsi.lesprost.fr/article69/sauvegarde-mirroir-winscp

Malheureusement, mon script ne doit pas être bon et j'aimerais trouver la solution...

Le répertoire d'origine est le suivant :
d:\origine

Le répertoire de destination est :
/home/nicolas/backup

A noter que la connection via Winscp fonction très bien.

Voici mon script :
----------------------------------------------------------------------------------
option batch on
option confirm off

open nicolas@00.00.000.00

option transfer binary

synchronize remote d:\origine \home\nicolas\backup -delete -criteria=size

close
exit
----------------------------------------------------------------------------------

Le log indique ces erreurs :
--------------------------------------------------------------------------------

. 2014-06-05 16:01:14.813 Error listing directory '\home\nicolas\backup'. ("No such file or directory.
. 2014-06-05 16:01:14.813 Error code: 2
. 2014-06-05 16:01:14.813 Error message from server: No such file")
< 2014-06-05 16:01:14.813 Script: Error listing directory '\home\nicolas\backup'.
< 2014-06-05 16:01:14.813 Script: No such file or directory.
< 2014-06-05 16:01:14.813 Error code: 2
< 2014-06-05 16:01:14.813 Error message from server: No such file
. 2014-06-05 16:01:14.813 Script: Failed
> 2014-06-05 16:01:14.813 Script: close
. 2014-06-05 16:01:14.813 Closing connection.
. 2014-06-05 16:01:14.813 Sending special code: 12
. 2014-06-05 16:01:14.813 Sent EOF message
------------------------------------------------------------------------------------

Que dois-je modifier pour régler ça ?

Merci d'avance pour vos réponses.
0
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
6 juin 2014 à 10:29
up !
0
phil2k Messages postés 10854 Date d'inscription lundi 28 octobre 2013 Statut Contributeur Dernière intervention 24 janvier 2023 2 323
6 juin 2014 à 10:47
Bonjour

synchronize remote d:\origine \home\nicolas\backup -delete -criteria=size

Je dirais l'utilisation des backslash dans le fichier destination.
essayez avec des slash ...
0
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
6 juin 2014 à 13:49
Bonjour,

Je te remercie pour ton aide... Ca marche nickel ! Comme quoi, c'était pas grand chose... :p

0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
19 juin 2014 à 10:12
Bonjour,

Suite à ma sauvegarde initiale, cette dernière a été interrompue suite au redémarrage du PC. Cela dit, lors de sa reprise de sauvegarde, certains fichiers n'ont pas été sauvegardés et ils ne sont pas du tout pris en compte par la suite. Et par ailleurs, les fichiers sauvegardés initialement et modifiés depuis ne sont pas non plus pris en compte...

Merci d'avance pour vos éclaircissement...
0
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
1 juil. 2014 à 16:26
up svp !
0
phil2k Messages postés 10854 Date d'inscription lundi 28 octobre 2013 Statut Contributeur Dernière intervention 24 janvier 2023 2 323
1 juil. 2014 à 16:30
Je n'ai pas trop d'idées sur le sujet , ne pratiquant pas cette procedure de backup.

Que dit le log ?
0
nicoweb61 Messages postés 238 Date d'inscription samedi 2 janvier 2010 Statut Membre Dernière intervention 5 octobre 2023 18
2 juil. 2014 à 13:48
Voici le retour du log :

-------------------------------
. 2014-07-02 12:09:34.284 --------------------------------------------------------------------------
. 2014-07-02 12:09:34.284 WinSCP Version 5.5.3 (Build 4214) (OS 6.1.7601 Service Pack 1 - Windows Storage Server 2008 R2 Essentials)
. 2014-07-02 12:09:34.284 Configuration: D:\Serveur_CDC\Winscp\bin\WinSCP.ini
. 2014-07-02 12:09:34.284 Local account: REXBOX\Administrateur
. 2014-07-02 12:09:34.284 Working directory: D:\Serveur_CDC\Winscp
. 2014-07-02 12:09:34.284 Process ID: 2864
. 2014-07-02 12:09:34.284 Command-line: bin\winscp.exe /console /script=inc\backup.script /log=log\backup.log
. 2014-07-02 12:09:34.284 Time zone: Current: GMT+2, Standard: GMT+1 (Paris, Madrid), DST: GMT+2 (Paris, Madrid (heure d'été)), DST Start: 30/03/2014, DST End: 26/10/2014
. 2014-07-02 12:09:34.284 Login time: mercredi 2 juillet 2014 12:09:34
. 2014-07-02 12:09:34.284 --------------------------------------------------------------------------
. 2014-07-02 12:09:34.284 Script: Retrospectively logging previous script records:
> 2014-07-02 12:09:34.284 Script: option batch on
< 2014-07-02 12:09:34.284 Script: batch on
> 2014-07-02 12:09:34.284 Script: option confirm off
< 2014-07-02 12:09:34.284 Script: confirm off
> 2014-07-02 12:09:34.284 Script: open nicolas@94.23.203.28
. 2014-07-02 12:09:34.284 --------------------------------------------------------------------------
. 2014-07-02 12:09:34.284 Session name: nicolas@94.23.203.28 (Site)
. 2014-07-02 12:09:34.284 Host name: 94.23.203.28 (Port: 22)
. 2014-07-02 12:09:34.284 User name: nicolas (Password: Yes, Key file: No)
. 2014-07-02 12:09:34.284 Tunnel: No
. 2014-07-02 12:09:34.284 Transfer Protocol: SFTP (SCP)
. 2014-07-02 12:09:34.284 Ping type: -, Ping interval: 30 sec; Timeout: 15 sec
. 2014-07-02 12:09:34.284 Proxy: none
. 2014-07-02 12:09:34.284 Send buffer: 262144
. 2014-07-02 12:09:34.284 SSH protocol version: 2; Compression: No
. 2014-07-02 12:09:34.284 Bypass authentication: No
. 2014-07-02 12:09:34.284 Try agent: Yes; Agent forwarding: No; TIS/CryptoCard: No; KI: Yes; GSSAPI: No
. 2014-07-02 12:09:34.284 Ciphers: aes,blowfish,3des,WARN,arcfour,des; Ssh2DES: No
. 2014-07-02 12:09:34.284 SSH Bugs: A,A,A,A,A,A,A,A,A,A
. 2014-07-02 12:09:34.284 Simple channel: Yes
. 2014-07-02 12:09:34.284 Return code variable: Autodetect; Lookup user groups: A
. 2014-07-02 12:09:34.284 Shell: default
. 2014-07-02 12:09:34.284 EOL: 0, UTF: 2
. 2014-07-02 12:09:34.284 Clear aliases: Yes, Unset nat.vars: Yes, Resolve symlinks: Yes
. 2014-07-02 12:09:34.284 LS: ls -la, Ign LS warn: Yes, Scp1 Comp: No
. 2014-07-02 12:09:34.284 SFTP Bugs: A,A
. 2014-07-02 12:09:34.284 SFTP Server: default
. 2014-07-02 12:09:34.284 Local directory: D:\Serveur_CDC\Dossiers CDC, Remote directory: /home/nicolas/Serveur_CDC/backup, Update: Yes, Cache: Yes
. 2014-07-02 12:09:34.284 Cache directory changes: Yes, Permanent: Yes
. 2014-07-02 12:09:34.284 DST mode: 1; Timezone offset: 0h 0m
. 2014-07-02 12:09:34.284 --------------------------------------------------------------------------
. 2014-07-02 12:09:34.284 Looking up host "94.23.203.28"
. 2014-07-02 12:09:34.284 Connecting to 94.23.203.28 port 22
. 2014-07-02 12:09:34.378 Server version: SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.4
. 2014-07-02 12:09:34.378 Using SSH protocol version 2
. 2014-07-02 12:09:34.378 We claim version: SSH-2.0-WinSCP_release_5.5.3
. 2014-07-02 12:09:34.409 Doing Diffie-Hellman group exchange
. 2014-07-02 12:09:34.518 Doing Diffie-Hellman key exchange with hash SHA-256
. 2014-07-02 12:09:35.548 Verifying host key rsa2 0x23,0xc27929d1171e3837 4b8ec02228171777 a5fc81222504bcba 09dfe9754cfab8cd 986da5cf25f9b022 07be76f214202bfa 95572e8ff43c7856 e0d7137630fc5b8d bddef2d815bdda45 42ab787eccfe1b09 523d90f81543201e cae03b6b053ff704 d87562bb2baeb222 b534874254a3ecf9 e31acefe162f0af3 82f4780757753d8e 5a2d1ebadd32461a 11f3070fa1e888e0 2e8de6f1c6ab5ee2 25f5c0c62321462d 1f1b34458d38cf44 14f685fd048c5324 e2abf6959a196f35 5e2529afa270360b 251b3687cdb9e98d efad3c3fa1d543fc 6fda95ca62f20084 591b6ce394504f90 4f8db2699693a749 50a8a689be30052a dc7c80e93e549698 8a19a0d6be70a39f with fingerprint ssh-rsa 2048 c6:ac:36:c6:ee:68:6f:32:f7:d4:44:55:f0:97:89:2b
. 2014-07-02 12:09:35.548 Host key matches cached key
. 2014-07-02 12:09:35.548 Host key fingerprint is:
. 2014-07-02 12:09:35.548 ssh-rsa 2048 c6:ac:36:c6:ee:68:6f:32:f7:d4:44:55:f0:97:89:2b
. 2014-07-02 12:09:35.548 Initialised AES-256 SDCTR client->server encryption
. 2014-07-02 12:09:35.548 Initialised HMAC-SHA-256 client->server MAC algorithm
. 2014-07-02 12:09:35.548 Initialised AES-256 SDCTR server->client encryption
. 2014-07-02 12:09:35.548 Initialised HMAC-SHA-256 server->client MAC algorithm
! 2014-07-02 12:09:35.657 Using username "nicolas".
. 2014-07-02 12:09:35.688 Prompt (7, SSH password, , &Password: )
. 2014-07-02 12:09:35.688 Using stored password.
. 2014-07-02 12:09:35.688 Sent password
. 2014-07-02 12:09:35.751 Access granted
. 2014-07-02 12:09:35.766 Opening session as main channel
. 2014-07-02 12:09:36.375 Opened main channel
. 2014-07-02 12:09:36.422 Started a shell/command
. 2014-07-02 12:09:36.422 --------------------------------------------------------------------------
. 2014-07-02 12:09:36.422 Using SFTP protocol.
. 2014-07-02 12:09:36.422 Doing startup conversation with host.
> 2014-07-02 12:09:36.422 Type: SSH_FXP_INIT, Size: 5, Number: -1
< 2014-07-02 12:09:36.453 Type: SSH_FXP_VERSION, Size: 124, Number: -1
. 2014-07-02 12:09:36.453 SFTP version 3 negotiated.
. 2014-07-02 12:09:36.453 Unknown server extension posix-rename@openssh.com="1"
. 2014-07-02 12:09:36.453 Supports statvfs@openssh.com extension version "2"
. 2014-07-02 12:09:36.453 Unknown server extension fstatvfs@openssh.com="2"
. 2014-07-02 12:09:36.453 Unknown server extension hardlink@openssh.com="1"
. 2014-07-02 12:09:36.453 We believe the server has signed timestamps bug
. 2014-07-02 12:09:36.453 We will use UTF-8 strings when appropriate
. 2014-07-02 12:09:36.453 Limiting packet size to OpenSSH sftp-server limit of 262148 bytes
. 2014-07-02 12:09:36.453 Changing directory to "/home/nicolas/Serveur_CDC/backup".
. 2014-07-02 12:09:36.453 Getting real path for '/home/nicolas/Serveur_CDC/backup'
> 2014-07-02 12:09:36.453 Type: SSH_FXP_REALPATH, Size: 41, Number: 16
< 2014-07-02 12:09:36.484 Type: SSH_FXP_NAME, Size: 85, Number: 16
. 2014-07-02 12:09:36.484 Real path is '/home/nicolas/Serveur_CDC/backup'
. 2014-07-02 12:09:36.484 Trying to open directory "/home/nicolas/Serveur_CDC/backup".
> 2014-07-02 12:09:36.484 Type: SSH_FXP_LSTAT, Size: 41, Number: 263
< 2014-07-02 12:09:36.515 Type: SSH_FXP_ATTRS, Size: 37, Number: 263
. 2014-07-02 12:09:36.515 Getting current directory name.
. 2014-07-02 12:09:36.515 Startup conversation with host finished.
< 2014-07-02 12:09:36.515 Script: Active session: [1] nicolas@94.23.203.28
> 2014-07-02 12:09:36.515 Script: option transfer binary
< 2014-07-02 12:09:36.515 Script: transfer binary
> 2014-07-02 12:09:36.515 Script: synchronize remote D:\Serveur_CDC\"Dossiers CDC" /home/nicolas/Serveur_CDC/backup -delete -criteria=size
< 2014-07-02 12:09:36.515 Script: Comparing...
. 2014-07-02 12:09:36.515 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC' and remote directory '/home/nicolas/Serveur_CDC/backup', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\.' [2014-07-02T07:14:34.728Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\..' [2014-07-02T07:14:34.728Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\$RECYCLE.BIN' [2014-07-02T07:45:59.803Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\20130614_083435.pdf' [2013-06-14T06:45:48.000Z] [8365880] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\20130909_174806.pdf' [2013-09-09T15:55:56.000Z] [178757] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Aline' [2014-05-30T07:23:17.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Aurélien' [2014-05-30T07:30:07.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal' [2014-07-02T06:06:24.204Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Christiane' [2014-05-28T12:56:10.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Christine' [2014-06-19T11:38:56.323Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Claire-Marie' [2014-06-27T09:42:57.035Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\cout la chapelle montligeon.pdf' [2014-07-02T07:14:34.713Z] [101738] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Céline' [2014-06-03T15:52:09.917Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Delphine' [2014-06-24T08:51:07.747Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\desktop.ini' [2014-06-02T08:27:46.015Z] [446] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Dossiers_communs' [2014-07-01T09:32:49.722Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\EPN' [2014-06-19T12:23:46.765Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Fabienne' [2014-06-02T15:30:00.736Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\JEAN PAUL' [2014-07-01T09:32:32.109Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Maxime' [2014-05-28T12:52:19.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Nicolas' [2014-05-30T13:15:13.524Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\pj' [2014-06-03T15:52:16.017Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Spanc' [2014-06-30T09:41:57.095Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Stagiaires' [2014-05-28T12:56:13.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.515 Local file 'D:\Serveur_CDC\Dossiers CDC\Thumbs.db' [2014-06-17T13:24:04.802Z] [56832] included to synchronization
. 2014-07-02 12:09:36.515 Listing directory "/home/nicolas/Serveur_CDC/backup".
> 2014-07-02 12:09:36.515 Type: SSH_FXP_OPENDIR, Size: 41, Number: 523
< 2014-07-02 12:09:36.546 Type: SSH_FXP_HANDLE, Size: 13, Number: 523
> 2014-07-02 12:09:36.546 Type: SSH_FXP_READDIR, Size: 13, Number: 780
< 2014-07-02 12:09:36.578 Type: SSH_FXP_NAME, Size: 2905, Number: 780
> 2014-07-02 12:09:36.578 Type: SSH_FXP_READDIR, Size: 13, Number: 1036
< 2014-07-02 12:09:36.609 Type: SSH_FXP_STATUS, Size: 28, Number: 1036
< 2014-07-02 12:09:36.609 Status code: 1
> 2014-07-02 12:09:36.609 Type: SSH_FXP_CLOSE, Size: 13, Number: 1284
. 2014-07-02 12:09:36.609 Chantal;d;4096;2014-06-08T06:35:39.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Aurélien;d;4096;2014-06-07T22:20:44.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Céline;d;4096;2014-06-08T06:20:26.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Thumbs.db;-;56832;2014-06-17T13:24:04.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.609 Claire-Marie;d;4096;2014-06-30T10:21:41.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Nicolas;d;4096;2014-06-30T11:24:02.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Stagiaires;d;4096;2014-06-15T17:32:37.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Christiane;d;4096;2014-06-16T13:29:19.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 pj;d;4096;2014-06-30T11:57:14.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 desktop.ini;-;504;2014-05-15T06:32:57.000Z;"root" [0];"root" [0];rw-r-----;0
. 2014-07-02 12:09:36.609 Maxime;d;4096;2014-06-30T11:19:25.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 20130614_083435.pdf;-;8365880;2013-06-14T06:45:48.000Z;"root" [0];"root" [0];rw-r-----;0
. 2014-07-02 12:09:36.609 Fabienne;d;4096;2014-06-30T10:42:58.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 convocation Bureau du 2 décembre 2013.pdf;-;325808;2013-11-26T07:34:09.000Z;"root" [0];"root" [0];rw-r-----;0
. 2014-07-02 12:09:36.609 .;d;4096;2014-06-30T12:32:04.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;2
. 2014-07-02 12:09:36.609 Aline;d;4096;2014-06-30T10:05:32.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Spanc;d;4096;2014-06-30T12:26:33.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Delphine;d;4096;2014-06-30T10:36:49.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 20130909_174806.pdf;-;178757;2013-09-09T15:55:56.000Z;"root" [0];"root" [0];rw-r-----;0
. 2014-07-02 12:09:36.609 ..;d;4096;2014-06-20T13:42:27.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Christine;d;4096;2014-06-30T10:14:40.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 JEAN PAUL;d;4096;2014-06-30T11:08:44.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 Dossiers_communs;d;4096;2014-06-30T10:42:44.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 EPN;d;4096;2014-06-24T12:27:09.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.609 $RECYCLE.BIN;d;12288;2014-06-30T11:57:21.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.640 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC\Chantal' and remote directory '/home/nicolas/Serveur_CDC/backup/Chantal', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\.' [2014-07-02T06:06:24.204Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\..' [2014-07-02T06:06:24.204Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\$RECYCLE.BIN' [2014-05-30T07:30:15.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\129_Courgeon.pdf' [2014-04-09T06:15:19.000Z] [48045] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\AFFICHE.doc' [2014-05-23T13:09:56.000Z] [192512] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\ARRETES.doc' [2014-04-16T10:02:28.000Z] [72192] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\DEHAENE.doc' [2014-04-23T09:11:03.000Z] [1545728] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\DEHAENE.pdf' [2014-04-23T09:13:14.000Z] [318548] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\desktop.ini' [2014-05-15T06:09:13.000Z] [402] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données' [2014-05-30T07:30:16.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Miroir_CL.lnk' [2014-05-06T12:22:23.000Z] [2445] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Modèle de bon de commande.xls' [2014-03-21T13:04:18.000Z] [72192] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Perso' [2014-06-17T13:24:08.534Z] [0] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\programme 2014 au 27 mars.pdf' [2014-05-12T14:17:06.000Z] [12380] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\PUBLIPOSTAGE.doc' [2012-05-15T14:36:00.000Z] [25088] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\reunion imprimerie.MP3' [2013-03-28T19:08:06.000Z] [59617051] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Thumbs.db' [2014-07-02T06:06:26.074Z] [10752] included to synchronization
. 2014-07-02 12:09:36.640 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail' [2014-07-02T07:47:55.276Z] [0] included to synchronization
. 2014-07-02 12:09:36.640 Listing directory "/home/nicolas/Serveur_CDC/backup/Chantal".
> 2014-07-02 12:09:36.640 Type: SSH_FXP_OPENDIR, Size: 49, Number: 1547
< 2014-07-02 12:09:36.640 Type: SSH_FXP_STATUS, Size: 24, Number: 1284
. 2014-07-02 12:09:36.640 Discarding reserved response
< 2014-07-02 12:09:36.671 Type: SSH_FXP_HANDLE, Size: 13, Number: 1547
> 2014-07-02 12:09:36.671 Type: SSH_FXP_READDIR, Size: 13, Number: 1804
< 2014-07-02 12:09:36.687 Type: SSH_FXP_NAME, Size: 2103, Number: 1804
> 2014-07-02 12:09:36.687 Type: SSH_FXP_READDIR, Size: 13, Number: 2060
< 2014-07-02 12:09:36.718 Type: SSH_FXP_STATUS, Size: 28, Number: 2060
< 2014-07-02 12:09:36.718 Status code: 1
> 2014-07-02 12:09:36.718 Type: SSH_FXP_CLOSE, Size: 13, Number: 2308
. 2014-07-02 12:09:36.718 Mes sources de données;d;4096;2014-06-08T06:26:06.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.718 PUBLIPOSTAGE.doc;-;25088;2012-05-15T14:36:00.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 reunion imprimerie.MP3;-;59617051;2013-03-28T19:08:06.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 Travail;d;4096;2014-06-23T08:38:13.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.718 Modèle de bon de commande.xls;-;72192;2014-03-21T13:04:18.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 desktop.ini;-;402;2014-05-15T06:09:13.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 Perso;d;4096;2014-06-18T12:20:39.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.718 DEHAENE.pdf;-;318548;2014-04-23T09:13:14.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 129_Courgeon.pdf;-;48045;2014-04-09T06:15:19.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 .;d;4096;2014-06-08T06:35:39.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;2
. 2014-07-02 12:09:36.718 DEHAENE.doc;-;1545728;2014-04-23T09:11:03.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 ARRETES.doc;-;72192;2014-04-16T10:02:28.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 AFFICHE.doc;-;192512;2014-05-23T13:09:56.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 programme 2014 au 27 mars.pdf;-;12380;2014-05-12T14:17:06.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 ..;d;4096;2014-06-30T12:32:04.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.718 Miroir_CL.lnk;-;2445;2014-05-06T12:22:23.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.718 $RECYCLE.BIN;d;4096;2014-06-08T06:25:43.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.718 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données' and remote directory '/home/nicolas/Serveur_CDC/backup/Chantal/Mes sources de données', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\.' [2014-05-30T07:30:16.000Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\..' [2014-05-30T07:30:16.000Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\+Connexion à une nouvelle source de données.odc' [2000-09-25T14:08:36.000Z] [190] included to synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\+NouvelleConnexionSQLServer.odc' [2000-09-25T14:08:32.000Z] [196] included to synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\DESKTOP.INI' [2000-07-27T13:30:08.000Z] [70] included to synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\FOLDER.ICO' [2000-07-28T08:08:32.000Z] [4710] included to synchronization
. 2014-07-02 12:09:36.718 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Mes sources de données\Thumbs.db' [2014-05-06T12:48:44.000Z] [5632] included to synchronization
. 2014-07-02 12:09:36.718 Listing directory "/home/nicolas/Serveur_CDC/backup/Chantal/Mes sources de données".
> 2014-07-02 12:09:36.718 Type: SSH_FXP_OPENDIR, Size: 73, Number: 2571
< 2014-07-02 12:09:36.749 Type: SSH_FXP_STATUS, Size: 24, Number: 2308
. 2014-07-02 12:09:36.749 Discarding reserved response
< 2014-07-02 12:09:36.780 Type: SSH_FXP_HANDLE, Size: 13, Number: 2571
> 2014-07-02 12:09:36.780 Type: SSH_FXP_READDIR, Size: 13, Number: 2828
< 2014-07-02 12:09:36.812 Type: SSH_FXP_NAME, Size: 907, Number: 2828
> 2014-07-02 12:09:36.812 Type: SSH_FXP_READDIR, Size: 13, Number: 3084
< 2014-07-02 12:09:36.843 Type: SSH_FXP_STATUS, Size: 28, Number: 3084
< 2014-07-02 12:09:36.843 Status code: 1
> 2014-07-02 12:09:36.843 Type: SSH_FXP_CLOSE, Size: 13, Number: 3332
. 2014-07-02 12:09:36.843 Thumbs.db;-;5632;2014-05-06T12:48:44.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.843 +NouvelleConnexionSQLServer.odc;-;196;2000-09-25T14:08:32.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.843 +Connexion à une nouvelle source de données.odc;-;190;2000-09-25T14:08:36.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.843 .;d;4096;2014-06-08T06:26:06.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;2
. 2014-07-02 12:09:36.843 DESKTOP.INI;-;70;2000-07-27T13:30:08.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.843 ..;d;4096;2014-06-08T06:35:39.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.843 FOLDER.ICO;-;4710;2000-07-28T08:08:32.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.843 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail' and remote directory '/home/nicolas/Serveur_CDC/backup/Chantal/Travail', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\.' [2014-07-02T07:47:55.276Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\..' [2014-07-02T07:47:55.276Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\001.jpg' [2013-04-16T09:52:46.000Z] [404595] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\ADMISSION D'UN ELEVE MODALITES.doc' [2011-09-15T06:14:10.000Z] [75776] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\ADMISSION D'UN ELEVE MODALITES.pdf' [2011-09-15T06:16:56.000Z] [204817] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\assainissement' [2014-05-30T07:33:29.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Centre sport loisirs' [2014-05-30T08:15:58.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\CNAS' [2014-06-19T12:48:47.857Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Congés été 2014 Usager pro du SPANC.doc' [2014-07-02T07:47:57.760Z] [59392] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\CONVENTION' [2014-05-30T07:30:49.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Courrier électronique' [2014-07-02T10:02:28.079Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\COURRIERS' [2014-05-30T07:51:07.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Divers' [2014-06-27T09:35:10.716Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Documents marchés' [2014-06-18T06:26:49.379Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\ENQUETE PUBLIQUE' [2014-05-30T08:15:59.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\ETAT DES LIEUX SORTANT.doc' [2011-08-17T11:51:29.000Z] [27648] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes' [2014-07-01T13:18:27.280Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\imprimerie 1.doc' [2013-11-12T14:42:22.000Z] [25600] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\imprimerie2.doc' [2013-11-12T15:14:32.000Z] [26624] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\kik fourrière.doc' [2011-10-07T14:02:30.000Z] [61440] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\liste agents cdc.xls' [2012-09-17T09:58:51.000Z] [25600] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Maires CDC Mortagne au Perche.pdf' [2014-01-15T13:13:05.000Z] [22482] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\NE PAS TOUCHER - PLAN D'ACCESSIBILITÉ DE LA VOIRIE ET DES ESPACES PUBLICS.doc' [2013-07-17T11:22:36.000Z] [244926464] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\note JPM.doc' [2014-06-05T09:02:08.370Z] [27136] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\P.L.U st hilaire' [2014-05-30T07:51:07.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\PAVE' [2014-05-30T07:33:29.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\PLUI' [2012-10-18T14:16:11.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\sanctuaire.xls' [2012-03-13T11:01:09.000Z] [22016] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scan1.pdf' [2014-03-11T15:31:48.000Z] [230762] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scan2.pdf' [2014-03-11T15:30:31.000Z] [470026] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal' [2014-07-01T08:56:34.406Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Spanc.lnk' [2013-04-16T09:56:53.000Z] [1340] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Statuts CDC' [2014-05-30T07:50:32.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Subventions' [2014-05-30T07:50:32.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\TeamViewerQS_fr.exe' [2014-06-17T07:38:39.958Z] [4646448] included to synchronization
. 2014-07-02 12:09:36.843 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\TEMPORAIRE' [2014-06-25T06:48:59.468Z] [0] included to synchronization
. 2014-07-02 12:09:36.858 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Thumbs.db' [2014-06-30T12:17:03.273Z] [30720] included to synchronization
. 2014-07-02 12:09:36.858 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\téléchargement' [2012-02-02T15:47:50.000Z] [0] included to synchronization
. 2014-07-02 12:09:36.858 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\usagers raccordement.doc' [2013-07-10T13:56:38.000Z] [25088] included to synchronization
. 2014-07-02 12:09:36.858 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\~$AN D'ACCESSIBILITÉ DE LA VOIRIE ET DES ESPACES PUBLICS.doc' [2013-07-17T11:40:24.000Z] [162] included to synchronization
. 2014-07-02 12:09:36.858 Listing directory "/home/nicolas/Serveur_CDC/backup/Chantal/Travail".
> 2014-07-02 12:09:36.858 Type: SSH_FXP_OPENDIR, Size: 57, Number: 3595
< 2014-07-02 12:09:36.858 Type: SSH_FXP_STATUS, Size: 24, Number: 3332
. 2014-07-02 12:09:36.858 Discarding reserved response
< 2014-07-02 12:09:36.890 Type: SSH_FXP_HANDLE, Size: 13, Number: 3595
> 2014-07-02 12:09:36.890 Type: SSH_FXP_READDIR, Size: 13, Number: 3852
< 2014-07-02 12:09:36.921 Type: SSH_FXP_NAME, Size: 5112, Number: 3852
> 2014-07-02 12:09:36.921 Type: SSH_FXP_READDIR, Size: 13, Number: 4108
< 2014-07-02 12:09:36.952 Type: SSH_FXP_STATUS, Size: 28, Number: 4108
< 2014-07-02 12:09:36.952 Status code: 1
> 2014-07-02 12:09:36.952 Type: SSH_FXP_CLOSE, Size: 13, Number: 4356
. 2014-07-02 12:09:36.952 sanctuaire.xls;-;22016;2012-03-13T11:01:09.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Maires CDC Mortagne au Perche.pdf;-;22482;2014-01-15T13:13:05.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Thumbs.db;-;16896;2014-06-03T06:20:40.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 ADMISSION D'UN ELEVE MODALITES.doc;-;75776;2011-09-15T06:14:10.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Fichier étiquettes;d;4096;2014-06-10T05:19:50.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Scanner_Chantal;d;4096;2014-06-24T12:26:42.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Documents marchés;d;4096;2014-06-10T05:18:32.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 COURRIERS;d;4096;2014-06-10T04:51:36.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 usagers raccordement.doc;-;25088;2013-07-10T13:56:38.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 kik fourrière.doc;-;61440;2011-10-07T14:02:30.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 note JPM.doc;-;27136;2014-06-05T09:02:08.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Centre sport loisirs;d;4096;2014-06-09T11:00:52.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 TEMPORAIRE;d;4096;2014-06-10T09:44:27.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 ~$AN D'ACCESSIBILITÉ DE LA VOIRIE ET DES ESPACES PUBLICS.doc;-;162;2013-07-17T11:40:24.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 imprimerie 1.doc;-;25600;2013-11-12T14:42:22.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 imprimerie2.doc;-;26624;2013-11-12T15:14:32.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 PAVE;d;4096;2014-06-10T09:13:17.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 NE PAS TOUCHER - PLAN D'ACCESSIBILITÉ DE LA VOIRIE ET DES ESPACES PUBLICS.doc;-;244926464;2013-07-17T11:22:36.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 CONVENTION;d;4096;2014-06-09T11:01:42.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Scan2.pdf;-;470026;2014-03-11T15:30:31.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 TeamViewerQS_fr.exe;-;4646448;2014-06-17T07:38:39.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Spanc.lnk;-;1340;2013-04-16T09:56:53.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 téléchargement;d;4096;2014-06-10T09:44:27.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 ADMISSION D'UN ELEVE MODALITES.pdf;-;204817;2011-09-15T06:16:56.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 liste agents cdc.xls;-;25600;2012-09-17T09:58:51.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Statuts CDC;d;4096;2014-06-10T09:37:51.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 .;d;4096;2014-06-23T08:38:13.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;2
. 2014-07-02 12:09:36.952 ETAT DES LIEUX SORTANT.doc;-;27648;2011-08-17T11:51:29.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 CNAS;d;4096;2014-06-09T11:01:41.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 PLUI;d;4096;2014-06-10T09:13:17.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Subventions;d;4096;2014-06-10T09:41:11.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Courrier électronique;d;4096;2014-06-24T12:26:30.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 assainissement;d;4096;2014-06-08T06:35:46.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 P.L.U st hilaire;d;4096;2014-06-10T05:59:46.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 001.jpg;-;404595;2013-04-16T09:52:46.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 Scan1.pdf;-;230762;2014-03-11T15:31:48.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:36.952 ..;d;4096;2014-06-08T06:35:39.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 Divers;d;4096;2014-06-10T04:54:49.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.952 ENQUETE PUBLIQUE;d;4096;2014-06-10T05:19:41.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Thumbs.db' [2014-06-30T12:17:03.273Z] [30720] is modified comparing to remote file '/home/nicolas/Serveur_CDC/backup/Chantal/Travail/Thumbs.db' [2014-06-03T06:20:40.000Z] [16896]
. 2014-07-02 12:09:36.968 Remote file '/home/nicolas/Serveur_CDC/backup/Chantal/Travail/Thumbs.db' [2014-06-03T06:20:40.000Z] [16896] is modified comparing to local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Thumbs.db' [2014-06-30T12:17:03.273Z] [30720]
. 2014-07-02 12:09:36.968 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes' and remote directory '/home/nicolas/Serveur_CDC/backup/Chantal/Travail/Fichier étiquettes', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\.' [2014-07-01T13:18:27.280Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\..' [2014-07-01T13:18:27.280Z] [0] excluded from synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\Adresse associations.docx' [2008-12-04T14:06:06.000Z] [10612] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI adresse cnas .doc' [2014-05-30T07:50:11.672Z] [34816] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. CNAS.doc' [2014-07-01T13:17:14.982Z] [55296] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. DICT.doc' [2012-06-22T10:02:17.000Z] [48640] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. marche public lot.doc' [2008-07-10T14:56:48.000Z] [47616] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. marche public.doc' [2014-05-30T07:50:11.578Z] [35840] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. narbonne-jacob.doc' [2013-01-21T15:35:57.000Z] [33792] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. PISCINE ETABLISS H. CDC.doc' [2008-05-29T11:48:51.000Z] [33792] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. SUBVENTION.doc' [2014-05-30T07:50:11.594Z] [27136] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETI. école bazoches.doc' [2014-05-30T07:50:11.547Z] [31744] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ ADRESSE TOPO ETUDES doc.doc' [2011-03-21T08:43:22.000Z] [33792] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ avenant BIS doc.doc' [2008-04-01T14:26:01.000Z] [34304] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ avenant doc.doc' [2013-12-13T13:18:06.000Z] [32256] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ DELAIS doc.doc' [2010-04-06T08:43:15.000Z] [39424] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ PROCES VERBAL RECEPTION.doc' [2009-08-02T09:23:01.000Z] [33280] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ SOUS TRAITANCE doc.doc' [2014-05-14T08:01:01.000Z] [30720] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ. ECOLES.doc' [2007-09-05T09:06:55.000Z] [27136] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ. PISCINE ETABLISS CDC.doc' [2008-12-19T09:40:40.000Z] [35328] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ. Plannings Gymnases 08-2011.doc' [2011-09-28T09:09:49.000Z] [40448] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\ETIQ. Plannings Gymnases.doc' [2011-08-29T14:58:26.000Z] [41472] included to synchronization
. 2014-07-02 12:09:36.968 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Fichier étiquettes\MODELE.doc' [2012-11-19T10:26:23.000Z] [28160] included to synchronization
. 2014-07-02 12:09:36.968 Listing directory "/home/nicolas/Serveur_CDC/backup/Chantal/Travail/Fichier étiquettes".
> 2014-07-02 12:09:36.968 Type: SSH_FXP_OPENDIR, Size: 77, Number: 4619
< 2014-07-02 12:09:36.983 Type: SSH_FXP_STATUS, Size: 24, Number: 4356
. 2014-07-02 12:09:36.983 Discarding reserved response
< 2014-07-02 12:09:37.014 Type: SSH_FXP_HANDLE, Size: 13, Number: 4619
> 2014-07-02 12:09:37.014 Type: SSH_FXP_READDIR, Size: 13, Number: 4876
< 2014-07-02 12:09:37.046 Type: SSH_FXP_NAME, Size: 3207, Number: 4876
> 2014-07-02 12:09:37.046 Type: SSH_FXP_READDIR, Size: 13, Number: 5132
< 2014-07-02 12:09:37.061 Type: SSH_FXP_STATUS, Size: 28, Number: 5132
< 2014-07-02 12:09:37.061 Status code: 1
> 2014-07-02 12:09:37.061 Type: SSH_FXP_CLOSE, Size: 13, Number: 5380
. 2014-07-02 12:09:37.061 MODELE.doc;-;28160;2012-11-19T10:26:23.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI adresse cnas .doc;-;34816;2014-05-30T07:50:11.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ. PISCINE ETABLISS CDC.doc;-;35328;2008-12-19T09:40:40.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ ADRESSE TOPO ETUDES doc.doc;-;33792;2011-03-21T08:43:22.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI. SUBVENTION.doc;-;27136;2014-05-30T07:50:11.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI. école bazoches.doc;-;31744;2014-05-30T07:50:11.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 Adresse associations.docx;-;10612;2008-12-04T14:06:06.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI. narbonne-jacob.doc;-;33792;2013-01-21T15:35:57.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ. Plannings Gymnases.doc;-;41472;2011-08-29T14:58:26.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI. marche public lot.doc;-;47616;2008-07-10T14:56:48.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETI. CNAS.doc;-;55296;2014-06-13T12:37:37.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ avenant BIS doc.doc;-;34304;2008-04-01T14:26:01.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 .;d;4096;2014-06-10T05:19:50.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;2
. 2014-07-02 12:09:37.061 ETIQ SOUS TRAITANCE doc.doc;-;30720;2014-05-14T08:01:01.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ avenant doc.doc;-;32256;2013-12-13T13:18:06.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.061 ETIQ DELAIS doc.doc;-;39424;2010-04-06T08:43:15.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ETIQ. Plannings Gymnases 08-2011.doc;-;40448;2011-09-28T09:09:49.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ETI. DICT.doc;-;48640;2012-06-22T10:02:17.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ETIQ PROCES VERBAL RECEPTION.doc;-;33280;2009-08-02T09:23:01.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ..;d;4096;2014-06-23T08:38:13.000Z;"nicolas" [1001];"nicolas" [1001];rwxrwxr-x;0
. 2014-07-02 12:09:37.077 ETI. PISCINE ETABLISS H. CDC.doc;-;33792;2008-05-29T11:48:51.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ETI. marche public.doc;-;35840;2014-05-30T07:50:11.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 ETIQ. ECOLES.doc;-;27136;2007-09-05T09:06:55.000Z;"nicolas" [1001];"nicolas" [1001];rw-rw-r--;0
. 2014-07-02 12:09:37.077 Collecting synchronization list for local directory 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal' and remote directory '/home/nicolas/Serveur_CDC/backup/Chantal/Travail/Scanner_Chantal', mode = Remote, params = 0x603 (Delete, NoConfirmation, NotByTime, BySize)
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\.' [2014-07-01T08:56:34.406Z] [0] excluded from synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\..' [2014-07-01T08:56:34.406Z] [0] excluded from synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20130524_091005.pdf' [2013-05-24T07:15:30.000Z] [2416146] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20130711_084640.pdf' [2013-07-11T06:50:03.000Z] [522064] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20130828_133039.pdf' [2013-08-28T11:36:43.000Z] [171184] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20131121_161136.pdf' [2013-11-21T15:17:20.000Z] [1538687] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20131210_103031.pdf' [2013-12-10T09:37:19.000Z] [56235] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20131227_145736.pdf' [2013-12-27T14:02:16.000Z] [472576] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20131227_145752.pdf' [2013-12-27T14:02:33.000Z] [682368] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140122_114813.pdf' [2014-01-22T10:57:29.000Z] [651665] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140122_114821.pdf' [2014-01-22T10:57:38.000Z] [114105] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140123_161345.pdf' [2014-01-23T15:24:10.000Z] [290449] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140124_155022.pdf' [2014-01-24T15:00:01.000Z] [5926834] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140220_144937.pdf' [2014-02-20T13:54:50.000Z] [3449956] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_134944.pdf' [2014-04-08T11:55:31.000Z] [247904] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135007.pdf' [2014-04-08T11:55:53.000Z] [240736] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135016.pdf' [2014-04-08T11:56:02.000Z] [9255] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135030.pdf' [2014-04-08T11:56:16.000Z] [29889] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135039.pdf' [2014-04-08T11:56:25.000Z] [266304] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135056.pdf' [2014-04-08T11:56:44.000Z] [1652212] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140408_135106.pdf' [2014-04-08T11:56:53.000Z] [111691] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140423_161010.pdf' [2014-04-23T14:17:19.000Z] [231057] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140429_094803.pdf' [2014-04-29T07:55:55.000Z] [1339631] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140430_163947.pdf' [2014-04-30T14:47:48.000Z] [312800] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140514_080538.pdf' [2014-05-14T06:15:27.000Z] [434592] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140523_100652.pdf' [2014-05-23T08:17:55.000Z] [1328210] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140603_144312.pdf' [2014-06-03T12:50:17.010Z] [591456] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140610_094828.pdf' [2014-06-10T07:55:33.668Z] [409952] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140611_114850.pdf' [2014-06-11T09:56:09.313Z] [1361263] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140613_080656.pdf' [2014-06-13T06:14:01.051Z] [192225] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140613_080710.pdf' [2014-06-13T06:14:16.636Z] [276993] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\20140620_101324.pdf' [2014-06-20T08:20:31.360Z] [975633] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\430 DURAND Jean-Pierre La Chapelle-Montligeon.pdf' [2014-02-21T08:09:57.000Z] [465056] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\460 LAPEYRE Franck & HERVE Armelle Saint Martin-Des-Pézerits-CR091106.pdf' [2014-05-13T11:39:08.000Z] [316866] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\475 MOCH Ellen Saint Martin-Des-PézeritsCR091106.pdf' [2014-06-26T12:38:57.744Z] [340518] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\acte sous traitance QUINCE-QUALICHAPE.pdf' [2014-05-14T13:54:47.000Z] [4900801] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\AE Architriad-SIGMA-BET BLIN.pdf' [2014-06-04T09:14:42.727Z] [3573935] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\affiche.pdf' [2014-01-29T09:23:07.000Z] [503536] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\arrêté préfectoral SRCE.pdf' [2013-12-17T09:45:49.000Z] [2693429] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\Attestation.pdf' [2014-01-31T09:05:47.000Z] [318816] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\attestation2.pdf' [2014-01-30T12:58:05.000Z] [319232] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\avis modificatif.pdf' [2014-02-19T12:29:48.000Z] [632336] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon cde n° 2014-004 ; 2014-005 ; 2014-006 ; 2014-007.pdf' [2014-03-25T10:29:35.000Z] [1915663] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon commande COLAS n° 2014-0003.pdf' [2014-07-01T07:50:06.385Z] [432576] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon commande.pdf' [2014-02-20T14:13:37.000Z] [12643] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de cde ZUNINO.pdf' [2014-01-22T09:35:18.000Z] [466176] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande + devis base de Mansigné.pdf' [2014-04-16T08:05:32.000Z] [1590687] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande COLAS n° 2014-0002.pdf' [2014-06-06T06:21:31.571Z] [412592] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande n° 1 SARC.pdf' [2014-05-14T09:31:55.000Z] [1573503] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande n° 2014-001.pdf' [2014-03-20T07:43:35.000Z] [573792] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande n° 2014-003.pdf' [2014-03-20T07:43:47.000Z] [520352] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande ZUNINO n° 2014-010.pdf' [2014-05-22T10:00:51.000Z] [393200] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\bon de commande.pdf' [2014-02-05T08:52:01.000Z] [353952] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\BPS ZUNINO.pdf' [2014-03-19T13:26:27.000Z] [984382] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\candidature Anatole GRUNDMAN.pdf' [2014-03-13T08:21:37.000Z] [673231] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\candidature Sarah.pdf' [2014-03-18T07:26:03.000Z] [293937] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\candidature Steve MEREU.pdf' [2014-03-13T08:22:42.000Z] [826255] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\candidature villeneuve.pdf' [2014-02-28T11:02:23.000Z] [901647] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\Cde Zunino & Fouquet.pdf' [2014-03-19T15:13:00.000Z] [1086975] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\cde zunino 2014-008.pdf' [2014-04-10T08:14:29.000Z] [427808] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\cde ZUNINO.pdf' [2014-02-21T10:11:25.000Z] [447296] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\commande COLAS n° 2014-0091 .pdf' [2014-05-14T06:16:04.000Z] [411312] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\commande la chapelle montligeon.pdf' [2014-04-16T11:43:29.000Z] [839982] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\commande ZUNINO n°2014-009.pdf' [2014-05-14T06:15:50.000Z] [490144] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\compte rendu DSP du 20-12-2013.pdf' [2013-12-27T12:48:23.000Z] [628256] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\contrat.pdf' [2014-02-06T08:56:25.000Z] [2066273] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\contrôle de légalité des marchés.pdf' [2013-09-12T13:02:41.000Z] [566224] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convention plantation haie MO.pdf' [2014-01-28T14:41:01.000Z] [1029327] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convention.pdf' [2014-02-20T13:58:02.000Z] [3236674] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\conventions.pdf' [2014-02-05T08:58:06.000Z] [11252406] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convocation du 06-02-2014.pdf' [2014-01-29T14:37:30.000Z] [325232] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convocation du 13-12-2013.pdf' [2013-11-22T12:49:47.000Z] [375456] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convocation du 1er juillet 2014.pdf' [2014-06-19T12:44:47.132Z] [367360] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convocation du 20-12-2013.pdf' [2013-12-13T10:12:54.000Z] [430720] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\convocation.pdf' [2014-06-10T07:55:21.952Z] [402784] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\courrier fouquet.pdf' [2013-06-24T07:35:55.000Z] [173121] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\Décisions de reconduction.pdf' [2014-05-12T14:20:35.000Z] [3484495] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\détail quantitatif .pdf' [2014-06-06T12:29:12.811Z] [1806655] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\facture.pdf' [2013-11-27T07:11:52.000Z] [328720] included to synchronization
. 2014-07-02 12:09:37.077 Local file 'D:\Serveur_CDC\Dossiers CDC\Chantal\Travail\Scanner_Chantal\imprimé redevance polluti
0
phil2k Messages postés 10854 Date d'inscription lundi 28 octobre 2013 Statut Contributeur Dernière intervention 24 janvier 2023 2 323
2 juil. 2014 à 15:27
ceux qui ne sont pas sauvegardés sont ceux marqués excluded from synchronization ?

Sinon , il faudrait peut etre refaire une sauvegarde complete ....
0