Displaying 20 results from an estimated 128 matches for "rysnc".
2008 Mar 05
2
update rysnc 3.0 on ubuntu 7
I am runninng rsync on Ubuntu. It was installed using apt-get install rysnc.
I note that the package has not yet been updated to rysnc 3.0.
I would like to update using the tar but I am confused how to update the
existing installation.
On this machine, I am mainly using rsync to send to a cwrsync server (which
I have updated already). Can I just overwrite the rsync executa...
2010 Jan 26
2
Rsync in daemon mode
Hi,
I am a newbie to Rysnc and a had a quick question, the answer for which I wasn't able to find in the documentations.
Currently I have Solaris system A which has files that are being generated and changed in real time. I am running rysnc in daemon mode on A.(server)
On system B I use the appropriate rysnc comm...
2010 Apr 23
2
rysnc failure
...d that is
syncing the hierarchical root of them e.g.:
/usr/local/bin/rsync -av --exclude='*lost+found*' --delete
--rsync-path="/usr/local/bin/rsync" /opt/ftp/ user@$FtP_backup:/opt/ftp/
Any comments/advice is appreciated.
--
View this message in context: http://old.nabble.com/rysnc-failure-tp28287782p28287782.html
Sent from the Samba - rsync mailing list archive at Nabble.com.
2009 Dec 31
1
restoring using rysnc
Hi,
My backup server (B) has a /backup/home and I'd like to restore
/backup/home/userX to /home/userX in my server A
I am trying to do with in the server where I want to restore.
rsync -e ssh -avzp -R --exclude "*.journal"
backup_server:/backup/home/userX/ /home/userX
But it is creating a /home/userX/backup/home/userX
What am I doing wrong?
-------------- next part
2002 Jan 23
1
Wierd problem with rysnc.
Hi folks, I'm having a problem with my rsync between two areas between a WAN.
The problem is really odd. I have a script that runs every night. Lately,
we've been having problems with rsync. The source side is an ordinary file
while the destination side is a symlink. We've been having problems with rsync
deleting the symlink and repacing it with the source copy despite having it in
2007 Jul 18
8
Rysnc Schedule
...folder to an external drive.
I would like to keep 30 days worth.
For example: I have backups of June 1 - June 30. Once July 1 comes along, I
want to keep June 2 - July 1 and delete June 1, and so forth.
Any ideas how I can accomplish this?
--
View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997
Sent from the Samba - rsync mailing list archive at Nabble.com.
2002 Feb 14
1
Web Interface to rysnc
Greetings All,
I am planning on authoring a web-based (CGI) interface to rsync. The idea is
to build a fool-proof interface for my web designers to push content changes
from our development server to our live production server. I am talking
about an interface which allows point-n-click navigation of file system
folders and the ability to push files. These users are both MAC and Windows
based. We
2002 Mar 04
4
script to rysnc to spare hard drive
...ng to have this as a perl
script (or whatever) so i can easily port it to all my servers across my network. So that if hard drive 1 fails, i will just need to
pop in hard drive two and be up and running within minutes rather then hours (my last outage was pretty major on my /boot partion
and if had rysnc setup in the manor i am speaking of, downtime would have went from 8 hours to less then 30 minutes....)
Does anyone have such examples of what i can do to accomplish this? or if even better, someone is willing to create the script in
question for some a quick $50 or something like that I have abso...
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
...ectories.
We do have a situation now where we need rsync to transfer the files
once only from the source directory. Please let me briefly explain
using a simple generic exmple:
1. At t0, we transfer f0 location A to location B
2. At t1, 10 new files are added to Location A
Therefore, rysnc faithfully transfers all 10 new files to location B
At location B, we now have f0 to f10.
3. At t2, f0 to f3 are deleted from location B, and we don't ever want
the deleted files to be copied again from location A
4. At t3, rysnc waits up, transfers files f0 and f10 again plus any new...
2015 Dec 02
5
Backup Member Server
Hello,
Can someone point me to documentation on how to best backup a samba
member server? I see the wiki currently does not contain one.
Is it as simple as backup all shared folders with rysnc or similar that
will preserve ACLS along with the smb.conf? I'm currently relying on a
raid solution. Thanks.
--
-James
2008 Feb 20
2
rsync displays an number of errors when rysncing on gentoo
hello, I'm running an Gentoo distribution on my computer, lately I've started to get error messages that are rsync related.
here is a log of the output:
Fetching most recent snapshot
Attempting to fetch file dated: 20080219
portage-20080219.tar.bz2: OK
Syncing local tree...
building file list ...
rsync: link_stat "/var/tmp/emerge-webrsync/portage/180" failed: No such file or
2004 Mar 25
3
Root access over ssh?
Is it possible to configure rsync in server mode, to gain access to root
protected files, without the user having to log in as root through ssh?
I'd prefer to login as a regular user through ssh and access an rysnc
server on the host that's running as root. As far as I can tell,
however, that's not possible...am I wrong?
2003 Aug 21
3
authentication error
I have setup a Rysnc server in Mandrake 9.1
When I add a auth user into my Rsync.conf and rsync.secrets,
it do not work, everytime it shows
[root@html]# rsync chris@mandrake82::XXXXX/.html/. /
Password:
@ERROR: auth failed on module XXXXX
rsync: connection unexpectedly closed (89 bytes read so far)
rsync error: erro...
2004 Jun 16
3
rsycnc copies all files
Hi
I am making an extraordinary claim: rysnc seems to copy all my files,
not just ones that have changed or new files.
rsync version 2.6.0 protocol version 27
Debian 3.0 Woody
I have tested this with one simple file, my example is shown below.
Does anyone have any suggestions to rectify this?
Regards
Gareth
example:
I create a file...
2015 Jun 07
3
Question on folder sync with "directory name translation"
...net nor in the manual (or maybe there is
a combination of options to get what I want but I couldn't find it).
Tree A is like:
A
*
*
FolderA
*
*
And tree B (on a remote filesystem) is like:
B
*
*
*
FolderB
*
*
I have to synchronize everything in one rsync run, like
rysnc -arv A/ B/
but I want FolderA to be synchronized with FolderB.
They must contain the same files but have a different name! I want
something like a "directory name translation" in the rsync run...
Is it possible? Do you see any another way of doing this? (A part of using
two rsync runs...
2006 May 17
2
rsync option for continuing event i/o errors occured on remove server
Hello,
I search a way to continue processing backup event i/o errors occured on the remote server.
I use rsync to make backup of files on a files-server.
Recently I had a corrupted file on the files-server and rysnc crash,
and don't continue to backup the rest of files.
I have found the --ignore-errors rsync option but it seems only about deleting action.
On backup server I use this options line (without deleting action):
rsync --archive --stats \
--exclude-from=/path/to/exclude/file.exclude \...
2004 Aug 31
4
rsync crashing Redhat RHEL3.0 server
We are using rsync to mirror around 10 of our websites from dedicated
server A to dedicated server B runing RHEL 3.0 and rysnc v2.6.3pre1 in a
daemon mode. I am using the following crontab script command on dedicated
server A:
/usr/local/bin/rsync -avz -e "ssh -i
/home/users/admin/publicKey-for-server-B" /home/serverA/site3
serverB::home/mirror
Dedicated server B (where the mirroring of websites from serve...
2015 Dec 08
3
Backup Member Server
...c Muehlfeld:
> Hello James,
>
> Am 02.12.2015 um 15:57 schrieb James:
>> Can someone point me to documentation on how to best backup a samba
>> member server? I see the wiki currently does not contain one.
>>
>> Is it as simple as backup all shared folders with rysnc or similar that
>> will preserve ACLS along with the smb.conf? I'm currently relying on a
>> raid solution. Thanks.
>
> Yes, I should finally write that doc. :-)
>
>
> What you should backup on a Domain Member:
> 1.) All files (share content and whatever else is im...
2018 Feb 21
2
Fwd: Migrating server
Hi Andrew,
I can't shutdown the old samba box as it will still be hosting the shares.
Can I do any of the following?
Would it make sense for me to migrate the backend to LDAP ?
Or following your first comment, can I setup rysnc every 5 minutes to
replicate data. You're right it is a migration path but I can't migrate
until this works in the test environment
Thank you
RT
On Wed, Feb 21, 2018 at 4:04 PM, Andrew Bartlett <abartlet at samba.org> wrote:
> On Wed, 2018-02-21 at 15:06 +1000, Rob Thoman wrot...
2016 Jun 14
2
Rsync GPOs Erro Sysvol
.....
>>
>> Thanks
>>
>>
>> Em 14-06-2016 11:39, lingpanda101 at gmail.com escreveu:
>>> I think you have a issue with your rsync command. Can you post the
>>> command you are using? Did you make a backup of your sysvol folder
>>> before using rysnc?
>>
>
> On your DC2 can you see if you have the following folder structure?
>
> "/opt/samba/var/locks/sysvol/sysvol"
>
> Notice the two sysvol folders mentioned above?
>
> On DC1 do you have contents in your sysvol folder?
>
> --
> -James