-> pock Obsidian's data directory from the file browser
run rsync to sync this directory form the NAS (rsync -rtP user@NAS:/path /root/Obsidian)
-> works well
quite and restart iSH
-> /root/Obsidian is still mounted
run the rsync command again
-> rsync now hangs after the first one or two files and never completes
This does not happen if I unmount /root/Obsidian on every iSH exit (using a `trap umount /root/Obsidian EXIT' command in my .profile) and mount it again every time I start iSH. -t ios / -t ios-unsafe doesn't seem to make any difference
The text was updated successfully, but these errors were encountered:
My usecase is like this:
mount -t ios-unsafe . /root/Obsidianrsync -rtP user@NAS:/path /root/Obsidian)This does not happen if I unmount /root/Obsidian on every iSH exit (using a `trap umount /root/Obsidian EXIT' command in my .profile) and mount it again every time I start iSH. -t ios / -t ios-unsafe doesn't seem to make any difference
The text was updated successfully, but these errors were encountered: