The CIFS pre-population related configuration data is stored in the file
rcud.conf
.
This data is in the XML format and contains a single <share> section
per CIFS pre-population share:
Figure 6.88. The rcud.conf section for the share \\192.168.1.1\Test
<share> <config min_sync_freq_sec="60" sendbuf_size_byte="65536" recvbuf_size_byte="65536" get_share_size_freq_sec="10800" local_name="\\192.168.1.1\Test" server_name="192.168.1.1" server_path="\\192.168.1.1\Test" server_port="0" server_acct="mavetju\edwin" server_pwd="630434303e3cac08a322aa43346430394cc498f42be4e34d" mode="3" sync_freq_sec="300" sync_start_time="1299551270" full_sync_freq_sec="300" full_sync_start_time="1299551270" sharing="false" syncing="false" version_number="3" id="11" skip_init_copy="false" /> [...] <status status="2" initial_copy_completion_time_sec="1299552948" initial_copy_completion_time_usec="8736" last_sync_status="true" last_sync_time_sec="1299553115" last_sync_time_usec="596340" last_full_sync_status="true" last_full_sync_time_sec="1299552948" last_full_sync_time_usec="8826" last_sync_begin_time_sec="30137660" last_sync_begin_time_usec="395507260" size_byte="0" acl_swapped="false" /> </share>
The status of the CIFS pre-population can be found in the
pfs
directory. The names of the files are related to a share starts with
that name, for example for the share with the name
\\192.168.1.1\Test
,
the following files are generated:
Figure 6.89. Files for the share \\192.168.1.1\Test
-rw-r--r-- 1 edwin edwin 0 Mar 8 2011 \\192.168.1.1\Test.err_log -rw-r--r-- 1 edwin edwin 290 Mar 8 2011 \\192.168.1.1\Test.initial-copy.status -rw-r--r-- 1 edwin edwin 2153 Mar 8 2011 \\192.168.1.1\Test.last-sync.status
The synchronization status can be found in the files with the suffix
.initial-copy
and
last-sync.status
:
Figure 6.90. Contents of the files initial-copy.status and last-sync.status
Get initial copy started at Thu Sep 9 15:44:34 2010 Get initial copy completed at Thu Sep 9 15:44:43 2010 Received 1 directories, 7 files, 0 deletions. 0 objects have error. (1101879 bytes were \ received in 7.330629 seconds at 1.202493 Mbps) Full sync started at Thu Nov 25 15:45:48 2010 Full sync completed at Thu Nov 25 15:45:49 2010 Sent 1 directories, 1 files, 0 deletions and 0 renames. 0 objects have error. (712321 bytes were sent in 3.213981 seconds) =============================================== Full sync started at Thu Nov 25 16:51:50 2010 Full sync failed at Thu Nov 25 16:53:20 2010 connecting to server failed! Sent 0 directories, 0 files, 0 deletions and 0 renames. 0 objects have error. (0 bytes were sent in 0.000000 seconds)