Displaying 20 results from an estimated 200 matches similar to: "rsync and encryption"
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:
2008 Sep 26
2
Rsync to Amazon S3 storage
Hello list,
How can I rsync my local directory to Amazon S3?
I have try s3sync but it consume huge resources.
Cheers
Acdor
-------------- next part --------------
HTML attachment scrubbed and removed
2011 Aug 15
1
Help needed getting rsync to copy from windows to mac
I'm trying to use rsync to copy files from a Microsoft Windows machine
(XP, with cygwin) to a macintosh (10.5.8, PPC).
After a lot of playing with options, manual page reading, etc, I have
the following command, executed on the windows machine:
rsync -A -X -a --delete --rsync-path="/opt/local/bin/rsync
--fake-super --log-file=/tmp/rlog.txt" /cygdrive/c/DRIVERS
"rsync at
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'
2008 May 21
2
rsync into an archive
Hello all,
can rsync sync some directory directlly into a compressed file format..
that way I wouldn't have to compress it myself.... when syncing again it
would decompress the file, sync and re-compress :)
well, maybe this is a crazy idea... !?!?
cheers
joao
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
2015 Feb 19
2
Permissions problem with mdbox maildir
Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> writes:
> Could you try what happens, if you create the hardlink manually as the
> vmail user _two_ times, if the first link() succeeds. Maybe:
>
> 1) hard links won't work on your encfs,
> 2) link() fails with "Operation not permitted" instead of "File exists" in
> your case, if the target file
2008 Aug 25
1
prototype.js Ajax is slow
So I was doing some experimenting with prototype and ajax and discovered
something interesting. When I use the first ajax call the response from
the server take 53ms. When I use the second on using the prototype
functions the request from the server is over 200ms. My question is
why, and can it be fixed?
<p><a href="#" onclick="serverSideAlert();">Call
2006 May 04
6
DO NOT REPLY [Bug 3752] New: rsync unusable with EncFS filesystem
https://bugzilla.samba.org/show_bug.cgi?id=3752
Summary: rsync unusable with EncFS filesystem
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: micheala@jacey.org
2015 Feb 18
2
Permissions problem with mdbox maildir
Hi! Apologies if this has come up before, or if this is a duplicate
posting (I tried posting before but I think it got lost). Anyways, I'm
trying to set up an IMAP server with dovecot, and everything seems to be
more or less working except that I periodically see error messages like
this in my logs:
Feb 18 01:01:15 stark dovecot: lmtp(31956, root at aleme.nu): Error:
2009 Aug 10
4
Encrypted File Storage
Anyone got any experience/suggestions for a way to store a directory of
sensitive information on a CentOS box? This directory contains many scripts
and output files, I need it backed up but not unencrypted and don't want
to store it in a tar file type archive as when it needs to be accessed and
have scripts executed/data generated, it needs to be untarred/unencrypted and
I don't know the
2005 Aug 15
2
encrypted destination
In the archives I see the question about encrypted destination and it's
mostly answered with the --source-filter / --dest-filter patch by Kyle
Jones. There are also some proposed updates to the patch.
A lot of these posts 3 years old, is there plans or reasons not to
include them in the main line code?
// George
--
George Georgalis, systems architect, administrator <IXOYE><
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:
2017 Jan 13
1
Rsync tries to access unnecessary files/dirs after chrooting itself.
Hi.
While debugging some encfs errors in the logs, I realized they are
being generated because rsync (chrooted inside a encfs file system,
--reverse) is trying to access files like: /root/.popt, /etc/localtime
etc. This doesn't seem to be related to ID-name mapping as I already
have numeric ids enabled in config. Here is the relevant strace
output:
[pid 25549] chroot("/chroot")
2004 May 24
1
non-hierarchical non-exclusive clustering of large data sets
Hi,
I'm trying to use R to cluster words with related meanings. Does anyone
know of a non-hierarchical clustering method in R that produces
non-exclusive clusters? With non-exclusive, I mean that words should be
allowed to be part of multiple clusters. So my data matrix would look
something like:
T1 T2 T3
CLOWN_N 0 1 0
BANK_N 3 0 2
RIVER_N 0 0 2
FLOW_V 0 0 3
MONEY_N 2 0 0
PAY_V 2 0 0
The
2008 Sep 28
4
Moving folder just vanished??
Hi all,
Can anyone explain or give an clues as to what just happened?
I'm running CentOS 5.2 as a desktop with Gnome. Fully up to date, etc.
I was dragging a folder of image (.jpg) files to another folder on the
same filesystem (LVM ext3) with the mouse and as I dropped the folder
into the new folder - poof! - it disappeared like a puff of smoke.
I've searched everywhere for the
2010 May 10
3
Support for Tripp Lite SmartOnline SU1000XLA?
Hi,
I'm running the latest stable nut (2.4.3). It doesn't appear to provide
support for the Tripp Lite SmartOnline SU1000XLA.
[sups]
driver = usbhid-ups
port = auto
vendorid = 09ae
productid = 4004
4337# upsdrvctl start
Network UPS Tools - UPS driver controller 2.4.3
Network UPS Tools - Generic HID driver 0.34 (2.4.3)
USB communication driver 0.31
Using subdriver:
2012 Jul 30
10
encfs on top of zfs
Dear ZFS-Users,
I want to switch to ZFS, but still want to encrypt my data. Native
Encryption for ZFS was added in "ZFS Pool Version Number
30<http://en.wikipedia.org/wiki/ZFS#Release_history>",
but I''m using ZFS on FreeBSD with Version 28. My question is how would
encfs (fuse encryption) affect zfs specific features like data Integrity
and deduplication?
Regards
2013 Jun 12
1
Permission denied / missing +r perm
I have postfix configured to deliver mail to dovecot over lmtp into a mailbox that then is accessed over imap. The imap server is running as the user "mail". Whenever I run "postfix flush" I get in mail.log:
> Jun 12 05:37:45 li212-205 dovecot: lmtp(21288): Connect from local
> Jun 12 05:37:45 li212-205 spamd[18173]: prefork: child states: II
> Jun 12 05:37:45