Hacker News new | past | comments | ask | show | jobs | submit login

> Put clone on a server with good networking, run it under tmux

tmux isn't strictly necessary:

    nohup /usr/bin/rclone ... &>/dev/null &
then log out and it'll keep running.



That way doesn't let you check on your progress, right? Screen / Tmux let you re-attach to the session at any time and see what's going on, if there were errors etc.


> That way doesn't let you check on your progress, right

It does if you redirect the output to a file other than /dev/null, but in my experience checking on the progress is irrelevant - it's done when it's done.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: