similar to: encrypted destination

Displaying 20 results from an estimated 2000 matches similar to: "encrypted destination"

2006 Feb 03
2
warnings on symlinks using link-dest
Hi, I'm using rsync with link-dest to make snapshot like backups into /sawmill/backup/{hostname}/snapshot/{timestamp}/{root} I'm getting warnings that I don't understand... On Fri, Feb 03, 2006 at 05:00:01AM -0000, Cron Daemon wrote: >+ rsync --recursive --links --perms --times --group --owner --devices --numeric-ids --exclude '*.boot' --exclude '*.lock' --exclude
2007 Jan 25
3
r tidy
Is there an r-tidy program? something that works similar to perl tidy? http://perltidy.sourceforge.net/ which takes program code and reformats white space with standard indentations and spacing? I did find a ruby based rtidy, but that is for html formatting. // George -- George Georgalis, systems architect, administrator <IXOYE><
2007 Jan 14
4
feature request, hardlink progress......
I'm copying a partition that has a bunch of hardlink based snapshots (-aPH). I think there's about 250,000 files in each backup and between 100 and 200 snapshots. Earlier today, I saw the files had completed and it was making all the hardlinks. I thought it would be "not long" but it's been making hardlinks for 12 hours (at least). There's only 36Gb in snapshot, the
2008 May 19
3
R static is dynamically linked!!
Hi, After doing all I could find with the confiure script... I set some env too... export enable_R_static_lib=yes export want_R_static=yes export WANT_R_STATIC_TRUE=yes ./configure \ --prefix=${i} \ --enable-R-static-lib \ --enable-static \ --without-readline \ --without-iconv \ && make \ && make install \ && echo "R ${v}
2008 May 08
1
odd behavior on remote
I've been using rsync for some time (years) to generate many hardlink snapshots per day; but I'm seeing an odd new problem today. the remote/destination host gets a file list from the source machine via ssh, and begins to write files until it "hangs". On this run only one file was transferred; on other runs many screenfulls went across + rsync --recursive --links --perms
2005 May 13
4
Encryption
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely esync wurt rsyncrypto Does anyone have experience with the above and perhaps like to recommend one? On the
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
2008 Mar 30
1
using rsync on raw device
Hi -- congratulations on the 3.0 release! I'm trying to use rsync to manage a raw disk image file. rsync --checksum --perms --owner --group --sparse --partial --progress \ 192.168.80.189:/dev/rwd0d /u0510a/rwd0d.img skipping non-regular file "rwd0d" sent 20 bytes received 69 bytes 178.00 bytes/sec total size is 0 speedup is 0.00 rsync version 2.6.9 protocol version 29
2008 May 22
1
tests/ok-errors.R ## bad infinite recursion
I've come across a handful of tests that fail at our site. I consider this one the worst because the process does not return. The patch below simply bypasss the test, but the errors in the out file are included as well. I suspect this is due to more or tighter ulimits on this system. But I'm not sure if this is result of different expectations (kernel/userland) of what should be done in
2006 Jun 12
2
Data Encryption
Hi there Is there a way with rsync to encrypt data at the source before transmitting? Not talking about the actually transmission, but the data itself. I've got a few department heads that want their data secured before it leaves their computer so that no one in the office can access the data except for them. Thanks. Brad Farrell Brevell Consulting ph: 403-279-6380 fx:
2011 Aug 26
0
any testing suite available
Hi All, This is my first post to the list and I'm about to setup my first glusterfs to replace an existing configuration at $WORK Once I get it up and running, I will want to test it out and I was wondering if anyone had scripts or procedures available before I write my own? -George -- George Georgalis, (415) 894-2710, http://www.galis.org/
2006 Feb 04
4
rsync to completely mirror an entire machine
I do apologize if this has been discussed previously. Looking thru some of the archives I wasn't able to clearly answer my question, only find bits & pieces. Situation: I have a web & mail server (production) and a backup machine. The two machines are near identical as far as hardware & software installation. I use the backup machine as a mirror of the main. If for any reason
2006 Nov 30
1
Compressed destination files
Hello, I searched the list and found some similar questions, but no answer, so... I would like to do an incremental backup using rsync where all the files at the destination end are compressed (bz2). I'm backing up to a usb flash drive and would like to fit as much as possible on it. I would also like to avoid rsync'ing to another directory on my hard drive, and then bzip'ing
2011 Aug 28
6
rsync and encryption
Hi, I have a small server at home. I like to put it 'online' and secure it as good as possible. The counterside of putting your personal backups on a server is that it might get hacked... and you don't want have to have your personal docs online... Do you think encryption is needed? How to use encryption with rsync? Thanks in advance, ~D
2009 Feb 03
1
how to crypt hard linked backups?
Moin, I wrote a backup script, that use rsync and its hardlink features. Now I want to implement a new feature to my script: crypt the backuped files. But I wonder how this can be done? Because rsync check if the source file is different from the target file. But the target file will be allways different if it is crypt; right? Any idea? Thanks -- |Michael Renner E-mail:
2015 Mar 04
0
[Bug 4615] encryption with rsync: using ssh's algorithms?
https://bugzilla.samba.org/show_bug.cgi?id=4615 --- Comment #2 from Shachar Shemesh <shachar at shemesh.biz> --- What you're asking for is currently possible with an external utility, called rsyncrypto (http://rsyncrypto.lingnu.com). It, in fact, does not require you to trust the server you're storing your backups on. -- You are receiving this mail because: You are the QA Contact
2006 Apr 16
3
Encryption
Hi all, I recently came across a possible requirement of backing up certain files on a remote server ... in an encrypted format. This got me seriously thinking about the possibility of doing such a thing with rsync. I am not too knowledgable about encryption and the mechanisms of the rsync algorithm (at least as yet :), but I would like to know whether this is attainable or 'far fetched'
2005 Feb 13
2
Rsync friendly zlib/gzip compression - revisited
Hi, all - I've been digging into the question of using rsync to sync up compressed data, and read with interest the conversations regarding the rsync friendly patch available for gzip (I belive Rusty provided this patch). For anyone interested, the message thread is archived at http://lists.samba.org/archive/rsync/2002-June/thread.html. The broad outline of this approach were mentioned in
2013 May 07
4
[Bug 9864] New: Allow permanent compression of destination files
https://bugzilla.samba.org/show_bug.cgi?id=9864 Summary: Allow permanent compression of destination files Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: me at haravikk.com
2005 Mar 11
0
Last plug - rsyncrypto independant devel mailing list
Hi all, A while back I announced "Rsyncrypto", a rsync friendly encryption system. With version 0.11 just out, and proving reasonably usable in and on its own right, we now have an independent mailing list discussing just rsyncrypto. I have therefor allowed myself this one last notice to this list. All further rsyncrypto related announcements will go to