Closed yNEX closed 2 years ago
Yes, this is on by default / is not a CLI option. After a file is pushed across its modified and created times are set. This has minute-resolution accuracy as that is what ls -l
gives us over adb shell.
(line 131-132)
# push the file at tree_root to destination_root
self.pushFileHere(tree_root, destination_root)
# set the times of the file at destination_root to tree (which is the tuple of times)
self.utime(destination_root, tree)
@jb2170 just a question about this, without opening a new issue. I see that the files timestamps are preserved, but this is not the case with directories. Can you confirm this? Thanks!
Does the script consider timestamps of the files transfered? Meaning last time modified and creation time? Comparing to the original adb-sync there's no option for this (-t)