[yabridgectl] Use reflinks instead of copies

Whenever available. This should speed up the copying process while also
reducing the amount of disk space wasted on Btrfs and XFS filesystems.
This commit is contained in:
Robbert van der Helm
2021-06-12 11:38:33 +02:00
parent 14ee304256
commit 9ae0e8ca38
5 changed files with 25 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@ colored = "2.0.0"
is_executable = "0.1.2"
lazy_static = "1.4.0"
promptly = "0.3.0"
reflink = "0.1.3"
rayon = "1.3.1"
serde = "1.0.114"
serde_derive = "1.0.114"