Skip to content

transfer_loki_to_vali

yvan edited this page Mar 18, 2015 · 1 revision

Transfer Loki to Vali

07/01/2015

> du --max-depth=1 ./ 2>/dev/null |sort -n

default command for copying is

rsync -avz

|Loki size|folder| transfer | Vali size| md5sum | own/perm | removed |---|----|:---:|---:|---|---| |2140 | TaqManSNP-ID | Done not by me | 2136 | NA | |9612536 | Jeune | Done | 9612524 | OK | OK | OK | |12346724 | HSPogHA | Done | 12346712 | OK | OK | OK | |21906112 | HA | Done | 21906048 | OK | OK | OK | |28415612 | reanalysis | Done | 28415576 | OK | OK | OK | |34420092 | Leber | Done | 34420040 | OK | OK | OK | |45923692 | NotToBeRunOrFailedRun| Done | 45923664 | OK | OK | OK | |67753392 | Joubert | Done | 67753320 | OK | OK | OK | |119961448 | Iktyose | Done | 119961316 | OK | OK | OK | |203088512 | Ciliopati | Done | 203088156 | OK | OK | OK | |218016828 | HSP | Done with cp | 218016208 | OK | OK | OK | |446351616 | PCD | Done with cp | 446350808 | OK | OK | OK | |784424512 | EE | Done | 986837268 | OK | OK | OK | |1706340336 | Bindevev | with cp | 1727571168| OK | OK | OK | |32761124 | Project_EMQN_phase2| Done | 32761048 | OK | OK | OK | |1583254128 | pilot | Done | 1583251120| OK | OK | OK | |2643307564 | EEogPU | Done | 2820083700| OK | OK | OK | | |||||| |267909988 | 141125_D00132.B.Project_Diag-excap34-2014-11-24 |8225796984 | | |

commands
vans@loki:/data/diag/diagInternal/samples
> rsync -avz Jeune yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
Jeune/

sent 9847945370 bytes  received 134 bytes  21246915.87 bytes/sec
total size is 9843209787  speedup is 1.00

yvans@loki:/data/diag/diagInternal/samples
> rsync -avz HSPogHA yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
HSPogHA/

sent 12649122603 bytes  received 134 bytes  21276909.57 bytes/sec
total size is 12643018353  speedup is 1.00

vans@loki:/data/diag/diagInternal/samples
> rsync -avz HA yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
HA/

sent 21985257107 bytes  received 4156 bytes  20142245.77 bytes/sec
total size is 22431290310  speedup is 1.02

yvans@loki:/data/diag/diagInternal/samples
> rsync -avz Leber yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
Leber/

sent 34809135063 bytes  received 3505 bytes  21090056.69 bytes/sec
total size is 35245707805  speedup is 1.01

yvans@loki:/data/diag/diagInternal/samples
> rsync -avz Joubert yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
Joubert/

sent 68490882900 bytes  received 8547 bytes  21012698.71 bytes/sec
total size is 69378354133  speedup is 1.01

yvans@loki:/data/diag/diagInternal/samples
> rsync -avz Iktyose yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
Iktyose/

sent 121982279071 bytes  received 7961 bytes  21095077.74 bytes/sec
total size is 122839397564  speedup is 1.01
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]

-bash-4.1$ rsync -avz NotToBeRunOrFailedRun yvans@192.168.1.202:/data/diag/diagInternal/samples/
yvans@192.168.1.202's password:
sending incremental file list
NotToBeRunOrFailedRun/

sent 47048434538 bytes  received 996 bytes  21696304.14 bytes/sec
total size is 47025628004  speedup is 1.00


Ying removed test folder in loki/samples

delete diagnostic bundle via rm -rf

Clone this wiki locally