Added u and V as options for cpio in bootstrap.sh

This commit is contained in:
Christian Baer 2019-02-15 23:37:38 +01:00
parent fe48ad4c81
commit 70ac255066

View File

@ -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