similar to: rsync through ssh - i get an error

Displaying 20 results from an estimated 9000 matches similar to: "rsync through ssh - i get an error"

2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine and keep permissions the same on the remote backup location ? i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working. all the files are being written with owner SSH_USER and group SSH_USER_GROUP i
2008 Feb 06
1
[Err] FreeNAS + NasBackup Configuration
Transmit Report: jnlee@mantech.co.kr¿¡°Ô ¸ÞÀÏ ¹ß¼ÛÀ» 3¹ø ½ÃµµÇßÁö¸¸ ½ÇÆÐÇÏ¿´½À´Ï´Ù. (½ÇÆÐ ÀÌÀ¯ : 550 5.1.1 User unknown(10.10.111.20)) <Âü°í> ½ÇÆÐ ÀÌÀ¯¿¡ ´ëÇÑ ¼³¸í User unknown :¸ÞÀÏÀ» ¼ö½ÅÇÒ »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾ÊÀ½ Socket connect fail:¼ö½Å ¸ÞÀÏ ¼­¹ö¿Í ¿¬°á ½ÇÆÐ DATA write fail :¼ö½Å ¸ÞÀÏ ¼­¹ö·Î ¸Þ¼¼Áö ¼Û½Å ½ÇÆÐ DATA reponse fail :¼ö½Å ¸ÞÀÏ ¼­¹ö·ÎºÎÅÍ ¸Þ¼¼Áö ¼ö½Å ½ÇÆÐ
2007 Jul 04
2
rsync error: some files could not be transferred (code 23)
Hi, I installed a Backup server under Debian Etch. When a client tries to backup files with a long path I receive this error message: skipping overly long name: Documents and settings\\Amministratore\\Desktop/codice da
2006 Oct 17
2
tcl/tk rsync wrapper planned
Hello, we did some research and we would like to try to write a Tcl/Tk wrapper around rsync. Tcl/Tk - - is easy to write - has nice GUI library - is cross platform - has several installers Would somebody be interested to participate? Our goal is - To have a small Windows XP and OS X backup applications that allow the user to select a folder which is sent to a remote server. Incremental
2008 Mar 04
1
how to install
how to install wine-doors From: "tymiller48" <wineforum-user at winehq.org> Reply-To: wine-users at winehq.org X-Generated-By: M2F: www.mail2forum.com Date: Tue, 04 Mar 2008 14:49:12 -0600 To: wine-users at winehq.org I installed it by typing this into the terminal window Code: python /home/customer/wine-doors-0.1.2/setup.py install > Checking dependencies > wine . .
2008 Mar 19
5
Wine
i'm working in a government. It's SD.NET. Nobody would know about it Code: linux-c5xy:~ # wine --version wine-0.9.57
2010 Dec 12
9
SPAM?
Received this email this morning. But I seem to be the last poster on that list and search says the topic doesn't exists. Is there a next page problem on the forum, or is it just spam? Hello, You are receiving this email because you are watching the topic, "The perils of GMAX" at WineHQ Forums. This topic has received a reply since your last visit. You can use the following link
2006 Jul 11
1
Linux backup to Windows hard drive and restore using rsync?
Hi, I want to backup my Linux system to remote Windows hard drive. Rsync can?t create softlink and preserve the EXT3 permission on the windows NTFS. My question is, in case of disaster I want to restore the whole / /var /usr partitions. Will the following restore steps will end in viable Linux. 1) Install the same Linux OS from scratch on new clean partitions. 2) Rsync to restore the data
2006 Sep 15
0
Deltacopy error in start service
hi i try for installing deltacopy in windows, while starting service iam getting "could not start service. unknown error occured". whats the problem, pls help me Chinna. ---------------------------------------- Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=3864#3864
2004 Jun 29
0
NasBackup open source rsync base backup solution for Windows announcement.
NasBackup is an open source backup solution. It is software for backing up MS Windows desktop PCs, laptops and servers to network disks. NasBackup is a highly configurable solution and easy to install and maintain. NasBackup was designed to be easy to use for the end desktop user, yet scalable to backup enterprise server. NasBackup client Windows GUI is easy to maintain and use by end user.
2005 Sep 27
3
"missing secret for user" using cygwin rsync on Windows XP Home
Hi, I'm trying to set up rsync to allow me to backup a number of Windows machine to a Windows XP Home server using Nasbackup. I can get rsync working fine but have been struggling for days to get user authentication working. /var/log/rsyncd.log 2005/09/27 13:46:37 [1352] rsyncd version 2.6.6 starting, listening on port 873 2005/09/27 13:47:50 [4088] auth failed on module modulename from
2007 May 20
3
pangocairo missing can't install
Hi, configure fail on this message: > checking for PANGO... no configure: error: pangocairo is required to build swfdec I could not figure out what the missing package name on debian. There are a lot or package related to pango and cairo but none of those how seen to me relevant solve the problem. Please advise Addady
2019 Jan 24
5
sftp Vs scp
On Jan 24 03:47, Malcolm wrote: > Quoting Chris High <highc at us.ibm.com>: > > > caught my eye. Do you see any 'advantage' to using sftp with an untrusted > > server? If so, any thoughts about making an easy way to disable scp both > > client and server side when doing an installation? > > SFTP allows file resume, while scp does not. If this
2011 Sep 02
14
Forum Software Update and mailing list gateway
Hi folks, the volunteer admins for forum.winehq.org have been deleting an increasing amount of spam lately, and it seems clear that we need to update the forum software to a new release with better antispam features. The catch is, the mailing list gateway plugin is not compatible with the new version of the forum. It looks like the users are split about 90% on the forum and about 10% on the
2005 Feb 01
2
Rsync and SSH on Windows
I am writing a program that synchronizes my companies Windows laptops with our home server. Due to the nature of our proxy/firewall, I must use SSH with port forwarding to achieve this goal. Currently I establish the SSH connection using the following command: ssh ssh_user@proxy.example.com -i file_name -L 873:200.200.60.60:7000 -N and then run rsync with the following command: rsync
2011 Sep 12
2
Ignoring /boot
Hi, I have the following script that I'm writing to backup my gentoo linux system. ----- start of script ----- #!/bin/sh # # RSYNC_OPTS="--archive --one-file-system --perms --executability --progress --stats --delete-after --hard-links --keep-dirlinks --verbose --inplace" RSYNC_USER="bs" RSYNC_SERVER="192.168.6.6" RSYNC_MODULE="ben-desktop"
2006 Nov 07
2
ssh catch 22
Hi all, I'm stuck with a little dilemma and I thought someone could give me a little advice. Is there a way to use rsync with an ssh certificate? what I have: ---------------- First of all I am forced to use the root account with ssh which I know is a big no, no, but sometimes it can't be helped. Second, I need to use a certificate without a password as root which is even worst than
2011 Sep 20
10
list spam related question
In the thread "[Wine] New to Wine...and already in trouble..." there was a spam post by kizi that says it was "Sent from the Wine - Users mailing list archive at Nabble.com". Can people really send things to our list/forum from other sites/forums? It also seems odd that the reply directs a person to catch up on the thread by linking to Nabble instead of the Wine forum. It
2004 Dec 21
1
smb_trans2: invalid data
Hello everyone, I have tried to solve out the 'smb_trans2: invalid data' by 'unix extensions = no' as it was written in one of the previous mails. Still I have a bad problem: when I mount like this: mount.smbfs //server/service /local_dir -o username=my_remote_login,uid=my_local_login,gid=users,rw and then I try to copy a file to /local_dir as the user my_local_login, the
2008 Apr 18
0
Pam Authentication
Hello, First, i'd like to thank all of you who are involved in the rsync project. You do it great. 2nd, i'd like to share with you a problem, which i think could be solved pretty easily. I got to set a backup solution. I'm using nasbackup ( nasbackup.com ). Nasbackup is rsync based ( via cygwin ). I have a file server, which already have Samba + LDAP, up & running. I'd like