Displaying 20 results from an estimated 3000 matches similar to: "Rsync Active Mirroring"
2007 Oct 26
3
micro rsync
Let's assume only kernel and drivers are on a system. Is it possible to
effectively run an rsync server with ssh (ie. the receiving end) with say
3MB of available memory? How about 6MB?
_____________________________
Stephen Zemlicka
Integrated Computer Technologies
PH. 608-558-5926
E-Mail <mailto:stevezemlicka@gmail.com> stevezemlicka@gmail.com
-------------- next part
2007 Sep 24
5
Mapped Drive
I am having trouble running rsync over a mapped drive. Basically it only
copies whole files. I use the -rvcS switches. Any suggestions?
TIA
_____________________________
Stephen Zemlicka
Integrated Computer Technologies
PH. 608-558-5926
E-Mail <mailto:stevezemlicka@gmail.com> stevezemlicka@gmail.com
-------------- next part --------------
HTML attachment scrubbed and
2007 Sep 21
1
Rsync Truecrypt
I have seen people say both that rsync can efficiently copy truecrypt
volumes. I got it working once with deltacopy but as I'm trying to get it
to work from the command line, I cannot. It just transfers the whole file.
I am using -rvs -inplace switches. Does anybody have any suggestions?
_____________________________
Stephen Zemlicka
Integrated Computer Technologies
PH.
2007 Oct 01
4
cygwin rsync windows to windows ACL problem
I am having problems using rsync on cygwin to properly copy the
ownership of files from windows to windows.
I am running: rsync -avPA //src_addr/some/path /local/dst/path/
Based on:
http://www.mail-archive.com/rsync@lists.samba.org/msg18920.html
and:
http://www.nabble.com/Re:-I-need-rsync-+-acl-support-for-windows--t2462647.html
ENV: CYGWIN=ntsec tty
I am running this on Windows Server 2003 R2
2007 Oct 11
1
period in folder name
I'm having a terrible time with one particular customer using rsync. Every
once in awhile, they create a folder like "Jon Const." Rsync seems to have
a terrible time with the period in the folder name. After the backup runs
and fails due to this folder, I cannot simply rename the folder. I have to
go into cmd and rename the folder using the short filename. Has anybody run
into
2007 Oct 01
6
reducing file list bytes transferred
Hello,
This is my first posting to the rsync list. I mirror a database
containing directories which contain a very large number of files (say
30,000), and sending the file list can often take longer than transferring
the new files. (Rsync ends up sending nearly the same file list on
every transfer, with only the addition of a few new files.)
Has the rsync team considered an rsync option
2007 Sep 15
5
File changed during save....
hi!
i want to use rsync for backup to central storage.
from emc networker i know some nice feature - it`s telling about "changed
files during save" - i.e. i
know which files have changed their contents while being backed up. for
example you can see if
shutdown of some oracle database was forgotten and that database was backed
up online accidentally.
what`s the rsync equivalent to
2007 Oct 07
3
rsync error
Skipped content of type multipart/alternative-------------- next part --------------
Executing: rsync.exe -v -rlt --delete "/cygdrive/C/Documents and Settings/User/Local Settings/Application Data/Identities/{DFF16927-88E6-4EAA-A097-460B7E65289B}/Microsoft/Outlook Express/" "localhost::Backup/Outlook Express/"
building file list ...
done
./
Deleted Items.dbx
rsync:
2007 Sep 17
2
File bit synchronization?
Not sure if that is the correct terminology. I have an rsync setup of
files between two Windows servers using cwRsync, which uses -apv options
among --progress and --delete options. One part of the backup is to
transfer a MSSQL backup file and I notice that after the initial
transfer taking 20 minutes or more, subsequent daily transfers after is
changes each night take only a minute or two max and
2007 Oct 02
3
estimating nightly diffs
Hey all,
Any suggestions on how to estimate how much data rsync would
synchronize on average in a given installation? Assume that a full
rsync has already run and the only data being updated is just the
daily diffs.
Thanks,
noam
Noam Birnbaum
http://maccentricsolutions.com/
877.luv.macs x89
ð Apple Certified Technical Coordinator
ð Apple Certified Help Desk Specialist
--------------
2007 Oct 01
6
why not a gui for rsync
I'm using rsync and I'm very glad, but, in some case, i'm not so happy.
Some people are backing up the data with rsync but they have a lot of files, more than 100000 and 20 Gb of data.
We are using batch files and the task scheduling system of windows.
It is difficult to see if the backup is well done, sometimes, they are error.
We try to make some gui, one in java, an other in c++
2008 Oct 06
1
Backup Microsoft Exchange
I am looking for a way to backup Microsoft Exchange servers offsite. I
am OK offering something like Backup Exec and doing a d2d then
subsequently rsyncing those backup files but it doesn't seem to sync
those files efficiently. Has anybody found a good solution for
something like this?
_________________________
Stephen Zemlicka
Service Manager
Computer Heroes
132 West 6th Street
2004 Nov 12
1
VSS on samba
We have recently moved our VSS database from windows 2k to samba,
initially all looked fine but have come accross a problem.
Quite often VSS complains saying it can't write to "names - acess denied".
The file its refering to is names.dat in data/ (for those that know VSS)
I believe this to be some sort of locking issue. Sometimes getting all
other clients to quite VSS solves the
2002 Jun 27
1
Building from a source-code library under windows
Dear All,
I have a pair of .cpp and .def file can be compiled using VC++ and works
perfectly well in S-PLUS.
I wanted to do the same for R; so I followed the guidline given in "Building
from a source-code library under Windows" as much as possible and manage to
compile them using VC++ and call it from R. But it gives different answer
from the one called from S-Plus.
I know that I did
2003 Jul 11
1
Problem with VSS access via Samba
Good day to all,
I have been using samba for many months now. And I find it very useful.
We have samba-2.2.1a running on a linux operating system.
Perhaps before, I haven't had a problem running a samba service since
only few user make access to our samba server. Now, many groups requested
for a samba account for file sharing purposes. 1 particular group requested
to host their visual source
2009 Feb 09
2
Local transform on files before sending?
Is it possible to have rsync do a transform on each file before sending
it? This would be useful for things like individually compressed or
encrypted backups, or in my case, syncing lossy copies of my FLAC music
to an mp3 player or laptop.
If not, is there demand for such a feature? It seems like it would be of
use to many people, and in principle it shouldn't interfere with
incremental file
2009 Jan 08
0
[storage-discuss] ZFS iscsi snapshot - VSS compatible?
I don''t know if VSS has this capability, but essentially if it can temporarily quiesce a device like a data base does for "warm standby" then a snapshot should work. This would be a very simple Windows side script/batch:
1) Q-Disk
2) Remote trigger snapshot
3) Un Q-Disk
I have no idea where to even begin researching VSS unfortunately...
James
(Sent from my mobile)
2000 Apr 27
0
VSS and case sensitivity.
Hello
I have a bit of the strange problem. Our developers use MS VSS to check
in/out files to or from Solaris drives mapped through samba. When they
"set current working directory" to a mapped Solaris drives VSS doesn't
recognize files named with uppercase letters converting them into lower
case. As a result VSS denies permission to change these files.
Looking at the same files in
2008 Mar 04
5
crypting remote data
I don't know if this is the propper place to ask for new funcionality, but
after searching the website i didn't find another place to do it.
I'm very sorry if I`m asking this in the wrong place.
It would be greatful to have crypting funcionality added to rsync, appart
from using ssh to crypt transmissions.
I know this is not the original purpose for rsync, but anyway it's a fact
2004 Sep 08
2
Running microsoft vss under wine
Hello,
I am using wine on RH9.
I am running Visual Source Safe like thus wine --ssexp.exe
THe VSS GUI starts OK.
the Visual Source Safe database is on Windows Partition.
This Windows Partition is mounted on my Linux like thus:
mount -t nfs -o rw,nolock 192.168.0.77:/mnt/server/Share /mnt/vss
I am able to launch a VSS session : I can successfully check out and
check in files (I point my