search for: desktop_bkup

Displaying 3 results from an estimated 3 matches for "desktop_bkup".

2023 Jun 03
2
What could cause rsync to kill ssh?
...computer. The rsync scripts are all similar to this one: /usr/bin/rsync -v -a --progress --exclude-from=${exclude} --safe-links --itemize-changes --no-perms --no-owner --progress --stats \ alexa at labadmin-precision-tower-3620.montefiore.org:/home/alexa/ /mnt/data.einstein/luke/all_but_dat/alexa/desktop_bkup/profile \ >> /home/maurice/logs/rsync-client-alexa.log I re-ran the scripts skipping this one. The next one was running and during that period, ssh stopped responded to new connections, so it may be the case that the failure is taking place across time, and it doesn't fail wholesale imme...
2023 Jun 03
1
What could cause rsync to kill ssh?
...rsync scripts are all similar to this one: > > /usr/bin/rsync -v -a --progress --exclude-from=${exclude} --safe-links --itemize-changes --no-perms --no-owner --progress --stats \ > alexa at labadmin-precision-tower-3620.montefiore.org:/home/alexa/ /mnt/data.einstein/luke/all_but_dat/alexa/desktop_bkup/profile \ > >> /home/maurice/logs/rsync-client-alexa.log > > I re-ran the scripts skipping this one. The next one was running > and during that period, ssh stopped responded to new connections, > so it may be the case that the failure is taking place across > time, and it do...
2023 Jun 03
1
What could cause rsync to kill ssh?
Maurice R Volaski via rsync <maurice.volaski at lists.samba.org> wrote: > I have an rsync script that it is copying one computer (over ssh) > to a shared CIFS mount on Gentoo Linux, kernel 6.3.4. The script > runs for a while and then at some point quits knocking my ssh > session offline on all terminals and it blocks ssh from being able > to connect again. Even restarting