Skip to content

Commit 53d39ca

Browse files
committed
change rsync command to overwrite
1 parent b02dbc4 commit 53d39ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_prune.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pushd $TREE
1717
# Copy _everything_ including perms
1818
# Ignore existing helps with maintaining dir permissions
1919
# FIXME: This may not preserve all changes
20-
RSYNC="rsync -aAX --numeric-ids --ignore-existing"
20+
RSYNC="rsync -aAX --numeric-ids --checksum --links"
2121

2222
# Main OSTree dir, is remade in the end
2323
# If it contains kinoite files that were removed by bazzite,

0 commit comments

Comments
 (0)