search for: source_machine

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

2013 Apr 15
10
[Bug 2091] New: scp hangs while copying a large file and being executed as a background process ( with nohup )
...is bug report. This occurs only with ksh. nohup scp /tmp/testfile test3 at target_machine:/tmp/testfile & ============================================================================================================ Steps tp Reproduce - ===================== On the source_machine: ======================= 1. login as user test1 make sure there is a user test1, 2. scp /tmp/testfile test3 at target_machine:/tmp/testfile make sure ssh server...
2002 May 22
1
bug report: errors in file transfer
...ncountered a serious problem with rsync. I used rsync to copy a big directory between two computers. The source machine was a sun, the destination was a linux box. The destination directory did not exist before the copy started. I used the following command to copy the directory over: rsync -aSz source_machine:projects/ projects2 because I was somewhat paranoid, I checked if all files were transferred correctly using the following command: find . -not -type d -exec cksum \{\} \; |sort +2 >/tmp/w which was issued on both the source and the destination machines. Then I used 'diff -b ' to compa...
2016 Jun 06
1
rsync unexpectedly removing ALL files
...n manually from the command line it does not delete all files. I have searched the web and can find no one else who has experienced this. Note: If you test this, please use the -dry-run option rsync --dry-run --perms --delete --compress --dirs --links --times --keep-dirlinks --files-from=rsync.in source_machine:/home/src/shared/directory/ / Thanks for any assistance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20160606/9a069743/attachment.html>