So im trying to copy my media from my NAS to ZFS storage. But cant seem to do that from the GUI. They are both mounted in Proxmox, but the console window times out.
Good idea not to do it in a GUI. You can use e.g. the tool screen (screen - screen manager with VT100/ANSI terminal emulation). It's part of the debian repository, and you get it with apt-get install screen. https://wiki.debian.org/screen An usefull tool if you have 'interactive' jobs in the console which take long time or if you want to switch between different terminal windows.
Also my suggestion is to use rsync, if you do not waste your time, because during the copy process you could faced problems like power loss, and so on. In a such situation you will not need to start again from the beginning!
yeah, something like screen or tmux in combination with rsync is a good approach here. you also might want to connect via SSH instead of the novnc console in the web GUI.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.