Added u and V as options for cpio in bootstrap.sh
This commit is contained in:
parent
fe48ad4c81
commit
70ac255066
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user