I'd like to use Grsync to copy/backup between 2 computers over network.
For this test, I'm using Bullseye DDog (latest build - made 3 days ago).
My limited reading/research indicated that it is possible (?)
eg.
https://ubuntuforums.org/showthread.php?t=795668
(Except I use ssh instead of OpenSSH - apt install ssh)
I have managed to setup a test where 2 computers, I can ssh to the other computer and see the files/dirs in terminal.
(Notes - I connect using root - modify ssh config file, security is not a concern for this test/purpose.)
Code: Select all
ssh root@192.168.1.2
If I try running grsync in the terminal, I get errors.
Code: Select all
root@d630-intel:~# grsync
(grsync:15093): Gdk-WARNING **: 09:34:07.483: The GDK_NATIVE_WINDOWS environment variable is not supported in GTK3.
See the documentation for gdk_window_ensure_native() on how to get native windows.
Unable to init server: Could not connect: Connection refused
(grsync:15093): Gtk-WARNING **: 09:34:07.485: cannot open display:
root@d630-intel:~#
So, I tried using Grsync (from menu), but each time the computer 'hang' when it started the copy and I had to power off/reboot.
I'm guessing that it does not have 'access' to the remote computer (unlike in terminal).
Source:
Code: Select all
192.168.1.2:/home/puppy/testdir or some_other_dir
Destination:
Code: Select all
/mnt/sda1/some-local-dir
Is it possible? Do I have to use OpenSSH?
Meanwhile I'll do more trial and error...