Displaying 20 results from an estimated 1000 matches similar to: "destination directory problems"
2001 Oct 18
1
rsync 2.4.6 upload trouble
hi,
I'm having rsync trouble I installt an new version of rsync on my server
and clients (2.4.6)
first every thing workt fine but now I'm having a lot of trouble. I use
the following command
to upload:
rsync -vcrulpog -e ssh --delete --exclude=*lost+found --timeout=60
--password-file=/etc/rsyncpasswd /exports/set1/
user@1.2.3.4:/exports/set1/
and it gives me the following error:
2005 Aug 14
1
Is it possible for source and destination to be server
Is it possible to run rsync with both source and destination on the remote
server? such as
rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2005 Apr 23
2
I already used --recursive
In /usr/share/doc/rsync/README.gz:
BUG REPORTS
-----------
If you have web access then please look at...
Well what if you don't have web access? You don't mention what to do
then. "Send bugs to rsync@lists.samba.org" probably. OK. Will do.
Here's one now:
$ rsync -avz debian.linux.org.tw:var/lib/apt/diet.lists var/lib/apt/diet.lists
receiving file list ...
2013 Apr 11
2
How can I open a libvirt remote connection with ssh
Hi,
When I use 'virConnectOpenAuth' function to connect to '192.168.1.102' libvirtd with ssh,
Code below, the screen print the dialog "root at 192.168.1.102's password:" , and only
After I type the password, the connection can be created.
How can I connect to libvirtd with ssh automatically? No need to type the password manually.
char *au[2] = {"root",
2005 Oct 19
1
Initialising a mirror
Dears,
I would like to mirror data from 2 servers connected together via VPN over
ADSL lines (dwn 2Mbps/Upld 512Kbps).
I'm sure rsync is one of the best tool to keep these data in sync but how
should I use it to initialise the mirror?
I'm currently testing the solution with 10Gb of data to keep in sync. But
on my lines it would take more than 40 hours to initially create the
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues.
Thanks,
VC
[root]
path = /
auth users = XXX
secrets file = /usr/local/etc/rsyncd.secrets
uid = 0
gid = 0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2006 Jul 07
3
Rsync over samba mounts (bad file descriptor)
Hello everyone
I am trying to do incremental backups using rsync and SSH.
I have a windows server with two shares on it that I want to sync remotely to another machine.
[----------------]
| windows server |
[----------------]
[----------------]
| FreeBSD server |
[----------------]
[----------------]
| SuSe server |
[----------------]
I have two samba mounted shares on the BSD server,
2007 May 01
2
Concepts question: environment, frame, search path
Folks:
I'd appreciate if someone could straighten me out on a few concepts which
are described a bit ambiguously in the docs.
1. data.frame:
----------------
Refan p84: 'A data frame is a list of variables of the same length with
unique row names, given class "data.frame".'
I probably don't need to point out how opaque that is!
Anyhow, key question: Some places in
2009 Jun 02
1
Difference between rsync -r S1 S2 T and cp -r S1 S2 T
The manual says rsync can be used as an improved cp command.
If S1 and S2 are (local) source files or directories and T is an (local)
existing directory, is it safe to think that
$ rsync -r S1 S2 T
does the same thing as
$ cp -r S1 S2 T
, assuming no trailing slashes in S1, S2?
--
View this message in context:
2005 Sep 22
2
Running 'rsync' as root misses files
Hi all,
I was wondering, I run (inside another program) 'rsync' as 'root'
using '--files-from'. It seems to error though on files with permissions
where 'everyone' does not have read permissions (ie: permissions of
'0640').
Is this the normal behaviour for 'rsync' could I be missing something?
Thanks!
2006 Apr 27
1
Filename too long
This is the rsync version I am using.
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 64-bit system inums, 64-bit internal inums
I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9)
I am getting the
2006 Jun 07
1
Windows rsync
Hi there I am new to rsync so be gentle
Ok i install cwRsync and i used the script that came with it but just added
my filename and remote computer.
right now it says
rsync -r -delete /c/backup/ 192.168.1.152::/c/backup
i also tried it with
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/c/backup
and
rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/cygdrive/c/backup
the error
2006 Jun 26
1
some errors
Just wondering what could cause the following errors:
rsync: read errors mapping "/sys/block/loop4/dev": No data available (61)
rsync: send_files failed to open "/sys/bus/pci/drivers/Promise_Old_IDE/new_id": Permission denied (13)
ERROR: sys/block/ram2/stat failed verification -- update retained.
rsync: read errors mapping "/sys/block/ram2/stat": No data available
2007 Feb 08
2
owner and group
Hello,
I am trying to copy, on the same server, a set of files. I need to
copy them every day with a cron job.
This is working fine the only problem is that he always changes the
owner and group to the root user.
Is there a possibility that he uses the user of the remote files and
not the root user ?
rsync --archive --exclude ".htaccess" /home/virtual/site5/fst/var/www/
html/
2009 May 14
1
rsync to SAMBA mount or NTFS tutorial?
Will someone please tell me where to go, and how to get there to get rsync
running to mounted windows shares or mounted NTFS volumes? I'm doing OK with
rsync-ing to EXT3 mounted volumes but the others still perplex me.
I look forward to hearing from you,
Dale
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Jul 01
1
How to get first level folder names with rsync commands?
Dear List,
I set up a NetBackup destination on my server.
And I backup test1 to NetBackup/test1, test2 to NetBackup/test2.
Now I wanna know how many folders that have been backuped. It should be
2 folders, with the name of test1 and test2.
But I don't know if there is any way to do so?
Any advice and help is well appreciated. Thanks.
--
Daniel Li
2006 May 23
3
ignoring file times - but still examining content
Hello.
I would like to transfer files which have changed on another box.
The rsync man page says:
--size-only
..This is useful when starting to use rsync after using another mirroring system which may not preserve timestamps exactly..
Which is my situation.
My problem is that the size-only switch (clearly) ignores files with different content, but that have the same size.
I'd like to
2005 Nov 10
2
rsync local copy saves ower:group remote copy sets to rsync.conf owner:group
Using sudo and rsync to perform migrations of source from test to prod
When the rsync 'source' 'target' are both on the local server the owner:group
is maintained from the source
When the copy is 'source' local 'target' remote the owner:group changes to
the value specified by uid:gid in the rsyncd.conf
I want the 'target' to always change to uid:gid
2009 Jul 08
1
rsync Windows to opensolaris or linux
I know this subject has been covered a fair bit here but I'm getting
confused with the vast array of possible options I've seen in various
cmdlines posted here, and the vast (and sometimes confusing) rsync
manual.
Can someone show me the simplest case to allow rsync to push data from
a windows XP or vista machine onto an opensolaris host using rsync on
cygwin?
What options are commonly
2005 Aug 01
2
How to preserve ownership with rsync over SSH
Hello everybody,
I am discovering rsync and I have a problem about preserving ownership
and permissions. I want to mirror a web tree with rsync over ssh. I set
up a module on my rsync server and on the rsync client, I use the
options -o and -p in order to preserve ownership et permissions. The
file are transffered via rsync but on the rsync server the files are
owned by the user used to connect