Displaying 3 results from an estimated 3 matches for "pnnnn".
Did you mean:
nnnn
2018 Aug 03
2
rsync versioning problem
I seem to have an rsync versioning problem.
The sender is an old ClearOS6 server with rsynv 3.0.6
The receiver is a brand new Centos7-armv7 server with rsync 3.1.2
I am running rsync over ssh
Got the error:
rsync error: error in rsync protocol data stream (code 12) at io.c(600)
[sender=3.0.6]
And researching this it comes down to a versioning issue.? But all I
have found was to upgrade the
2011 Aug 12
1
SMB2 weird behavior with samba 3.6 PDC
I tried enabling SMB2 on our network after upgrading to samba 3.6 and
experienced the following problems. Commenting out "Max Protocol = SMB2"
makes the windows7 and vista clients happy.
- [homes] Trying to open a html file in notepad fails on Windows7 Pro
SP1. Opening it in Firefox (default browser) or Open Office works ok.
- [homes] Mozilla Thunderbird insists on
2018 Aug 03
4
rsync versioning problem
...:
>
> $ ssh x.htt-consult.com 'mkdir -p /media/backup/homebase/var/flexshare/shares/'
Oh?? I have been doing this in one shape or form for a long time. It is
running right now, copying all the sub dirs and creating any new needed
with:
rsync -ah --stats --delete -e "ssh -pnnnn -l user"
/var/flexshare/shares/
nevia.htt-consult.com:/media/WD3TB01/backups/homebase/var/flexshare/shares
Note the source ending with /
That is needed.? Without it, it creates a shares directory under the
target directory.
> Then retry the rsync.
> _________________________________...