Replies: 1 comment 1 reply
-
apt install screen |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to sync a large bucket. Since the bucket is very large, it will take days to sync, I cannot open the terminal for so long, so I tried to sync in the background like bellow:
content of sync.sh like:
The problem is that, when not opening a tty, it cannot log any progress info.
And, after a night of syncing background, the
to
bucket doesn't have enough data as expected(as syncing in the foreground), and there is no way to know whether it's working or not.Any tips or suggestions on this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions