Skip to content

Commit 9885361

Browse files
bors[bot]phaer
andauthored
Merge #35
35: extra-files: use rsync -p, -FF r=phaer a=phaer Co-authored-by: phaer <hello@phaer.org>
2 parents 066d9d8 + f44e1b2 commit 9885361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ if [[ -n ${extra_files:-} ]]; then
244244
if [[ -d $extra_files ]]; then
245245
extra_files="$extra_files/"
246246
fi
247-
rsync -vrlF -e "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" "$extra_files" "${ssh_connection}:/mnt/"
247+
rsync -rlpv -FF -e "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" "$extra_files" "${ssh_connection}:/mnt/"
248248
fi
249249

250250
ssh_ <<SSH

0 commit comments

Comments
 (0)