Re: rsync error: some files could not be transferred (code 23)
wayned at samba.org wrote: > On Wed, Jul 04, 2007 at 03:36:35PM +0200, Peppe La Rosa wrote: > > > and it doesn't backup all "Document and Settings" directory !!! > > > > That's not what it said. The name of the directory is apparently this: > > Documents and Settings\Amministratore\Desktop > > So, it looks like you've got at least one strangely named directory > there (since it includes backslash characters). > > > > rsync: recv_generator: mkdir "/Documents and > > Settings\Amministratore\Desktop" (in pc-5) failed: Invalid argument (22) > > > > The "Invalid argument" error is from your OS. It most likely means that > the OS doesn't allow a backslash in the name of a file. You right, I belive that the guilty is NasBackup, because I add these path with NasBackup GUI interface. I hope to find a solution... Best Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=5640#5640 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: Help! What is this error??
Did you found a solution for your Problem? I have the same problem! Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=6049#6049 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
FreeNAS + NasBackup Configuration
Hello, I have installed the latest version of FreeNAS and I configure the Rsync Daemon (Server) in order to receive backups from the network. I check with telnet that Rsync server is up and running. I open the NasBackup Settings and I have to configure it, but I am having difficullities: Freenas Server IP: 172.19.10.100 Share name : What is it Directory: What is it User name : I suppose the user that can connects to Freenas server Rsync daemon? Password: When I try to configure it myself I had the error: @ERROR: Unknown module 'user' rsync error: error starting client-server protocol (code 5) at main.c(1171) Backup summary report: C:\Jump : Failure. Error code: 5 Uploading log to the server End of backup Any suggestion please. Thanks [Embarassed] Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=6062#6062 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: rsync through ssh - i get an error
hello, 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync -e ssh @:~/ that should do the trick (worked for me) m2f Sent using Mail2Forum (http://www.mail2forum.com). Read this topic online here: http://forums.nasbackup.com/viewtopic.php?p=3837#3837 m2f -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: rsync through ssh - i get an error
i got the reply through mailing list and saw that not all came through... so again: 1) ssh is the default protocol of rsync since 2.6.0, so if you are using a new version you should not have to worry about it. 2) check that you used the command as following: rsync flags -e ssh local_dir [EMAIL PROTECTED]:~rsync_user/ that should do the trick (worked for me) m2f Sent using Mail2Forum (http://www.mail2forum.com). Read this topic online here: http://forums.nasbackup.com/viewtopic.php?p=3838#3838 m2f -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
error installing rsync in windows xp
hi iam new to nasbackup, i want to install rsync & ssh in windows XP, pls help me Thanks Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=3857#3857 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: error installing rsync in windows xp
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 Thanks Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=3863#3863 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
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 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
rsync & ssh installation in windows Xp
hi, i trying to install rsync and ssh in windows Xp machine, while generating ssh key generation bat file, iam getting following error messages, Could not create directory '//.ssh'. Initializing random number generator... execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory execv /bin/sh failed: No such file or directory Generating p: ++ (distance 132) Generating q: ..++ (distance 154) Computing the keys... Testing the keys... Key generation complete. Enter file in which to save the key (//.ssh/identity): whats this, how can i overcome these proble. Pls help me Regards Chinna Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=3972#3972 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
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 think the problem is here (from rsync man) : -o, --owner preserve owner (root only) and SSH_USER is neither root nor rsync module that can run as root my Rsync command is: rsync -e "ssh -i key_path" -a flags excludes local_path [EMAIL PROTECTED]:/full/path is there a way to do what i'm trying WITHOUT giving root ssh access ? Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=4048#4048 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: backup system files (and permissions) over ssh
Quote: "Without root: Use a non-root account and use passwordless sudo in the script." sounds interesting, can you explain how am i suppose to do that ? who runs the script ? when ? thanks Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=4058#4058 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: backup system files (and permissions) over ssh
martin at oneiros.de wrote: 2006/10/12, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Quote: Quote: "Without root: Use a non-root account and use passwordless sudo in the script." sounds interesting, can you explain how am i suppose to do that ? who runs the script ? when ? See the url I provided. Best Martin -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html i didnt see any SUDO mentioned there. did you mean the CRON script ? my backup already runs under cron(root) but SSH_USER is the one that writes files on the remote machine. Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=4061#4061 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Re: tcl/tk rsync wrapper planned
Quote: 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 difference is kept (or other, optional). NasBackup http://www.nasbackup.com is doing this already. It base on perl/TK. It only support MS-Windows. But because it base on open standards it will be easy to make it compatible with other OS. Is open source so you can expand it. Read this topic online here: Sent using Mail2Forum (http://www.mail2forum.com). http://forums.nasbackup.com/viewtopic.php?p=4149#4149 -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html