We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02dbc4 commit 53d39caCopy full SHA for 53d39ca
1_prune.sh
@@ -17,7 +17,7 @@ pushd $TREE
17
# Copy _everything_ including perms
18
# Ignore existing helps with maintaining dir permissions
19
# FIXME: This may not preserve all changes
20
-RSYNC="rsync -aAX --numeric-ids --ignore-existing"
+RSYNC="rsync -aAX --numeric-ids --checksum --links"
21
22
# Main OSTree dir, is remade in the end
23
# If it contains kinoite files that were removed by bazzite,
0 commit comments