You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I rsync a file to my Drive, the modification time is set to the current time.
~$ ls -l Downloads/myswap
-rw-r----- 1 dan dan 141 Jul 9 22:47 Downloads/myswap
~$ rsync -a --inplace Downloads/myswap drive/
~$ ls -l drive/myswap
-rw-rw-rw- 1 dan dan 141 Aug 19 21:37 drive/myswap
Whereas, when I rsync it to another directory on my local filesystem, the modification time is preserved.
~$ rsync -a --inplace Downloads/myswap .
~$ ls -l myswap
-rw-r----- 1 dan dan 141 Jul 9 22:47 myswap
When I rsync a file to my Drive, the modification time is set to the current time.
Whereas, when I rsync it to another directory on my local filesystem, the modification time is preserved.
log here
The text was updated successfully, but these errors were encountered: