[bootlin/training-materials updates] master: gen-lab-archive: call rsync with -k (f47b9c36)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Apr 25 12:12:57 CEST 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/f47b9c366805404fe7b59dfe979fb88286dfae59

>---------------------------------------------------------------

commit f47b9c366805404fe7b59dfe979fb88286dfae59
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Apr 25 11:25:54 2019 +0200

    gen-lab-archive: call rsync with -k
    
    This allows to use symbolic links to re-use data between session, as
    is done for example for the embedded-linux-4d course.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

f47b9c366805404fe7b59dfe979fb88286dfae59
 gen-lab-archive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen-lab-archive b/gen-lab-archive
index 3a1d6181..e058f847 100755
--- a/gen-lab-archive
+++ b/gen-lab-archive
@@ -40,7 +40,7 @@ $GIT pull
 # Copy lab data
 
 $ECHO "Copying data from the git repository"
-$RSYNC --exclude=.git -a --delete lab-data/$1/ $FELABS
+$RSYNC --exclude=.git -a -k --delete lab-data/$1/ $FELABS
 
 # Uncompress compressed files
 




More information about the training-materials-updates mailing list