From 70ac25506606d7f429c64b2535443e031dbe68b1 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 15 Feb 2019 23:37:38 +0100 Subject: [PATCH] Added u and V as options for cpio in bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5bd6ff4..7b1b7ae 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -54,7 +54,7 @@ df_update () { df_deploy () { # poor man's rsync TARGET=`realpath ~` - df_list | cpio -pdmB --quiet $TARGET + df_list | cpio -pdmBuV --quiet $TARGET } # List files that will be copied