Displaying 20 results from an estimated 40000 matches similar to: "encrypted destination"
2015 Oct 13
3
transferring large encrypted images.
On Tue, Oct 13, 2015 at 12:54 PM, Xen <list at xenhideout.nl> wrote:
> Hi Folks,
>
> I was wondering if I could ask this question here.
>
> Initially when I was thinking up how to do this I was expecting block
> encryption to stay consistent from one 'encryption run' to the next, but I
> found out later that most schemes randomize the result by injecting a
>
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><
2011 Jan 28
5
offsite encrypted backups?
Hi List,
Any idea for remote encrypted backup system? files must be encrypted
on local side ? duplicity? any better ideas?
--
Eero
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
2003 Jun 26
3
plain source -> encrypted destination: rsync + gpg
We want to keep a backup or a mirror of your files in a server we don't
fully trust. You can have an encrypted FS on a file, and copy the
complete FS to the untrusted server, but it is inefficient, and you get
no granularity at all.
In our case, the remote server runs amanda, and we want to use amanda's
power to restore files selectively -- yet don't give away our privacy.
(We
2016 Jan 09
3
LGPL relicense port of rsync
...
> Getting the approval for a relicensing I think the contributions to
> rsync have to be analyzed in detail to approach a reasonable number of
> contributors.
>
> I experienced that finding a responsible person that is willing to
> discuss such a case in an organization that contributed source code is
> nearly impossible.
>
> Looking at the source code (my short
2019 Mar 07
3
Backup of shared data-files
Backup is currently a pretty hot topic - but most of the discussion I've seen has been around backup of the AD and not about files on a share.
However, if I'm backing up the files in a Samba share [and lets assume it's a Windows share, with the Windows ACLs] what's a good way to capture the files, AND the ACL data so I could drop that data back on another samba share, if disaster
2002 Nov 06
4
offline rsync
hello, I'm new to this list.
here is my question:
I would like to synchronize two computers (say the home one and the job
one) using zip drives or similar (cdroms, etc), since modem lines are
quite slow and expensive (in Italy).
I though I could produce the "signature" of files on home computer, store
it on a zip, go to job, run rsync to copy the missing or
altered files on
2018 Sep 10
2
Folder Sync for road warriors in a Samba 4.8.x setup?
Hi All,
I know this isn't really a Samba question per se but I'm looking for some
samba-related advice.. :)
I have a very small AD DC setup (5 users) and some end-users (read:
teenargers) are now using laptops, which means they don't always have
access to the network shares configured by GPO and Logon scripts from the
Samba servers when they take the laptop to school. (The Samba
2003 Apr 01
2
MD4 checksum fix
On Tue, Jan 28, 2003 at 11:22:14PM -0800, Craig Barratt wrote:
> And I have several things I would like to work on and submit:
>
> - Fix the MD4 block and file checksums to comply with the rfc
> (currently MD4 is wrong for blocks of size 64*n, or files
> longer than 512MB).
>
> - Adaptive first pass checksum lengths: use 3 or more bytes of the MD4
> block
2020 Mar 08
2
Encrypt destination file
Hi,
My company have been using rsync to sync our file to a backup server (running rsync daemon), and now we would like to store them encrypted.
I found some thread that discussed this issue but they are pretty old (about 10 years ago). So I send this question again and looking for any new approach.
Is there any option or module for rsync to encrypt file on the destination?
Thanks a lot,
Dat Le
2003 Jun 12
1
questions about librsync
I'm not sure if this is the appropriate forum for questions regarding
librsync, but couldn't find any others.
I'm trying to get librsync working properly on Solaris 2.7 and 2.8 Sparc
servers. The problem is that while librsync appears to compile cleanly, "make
check" fails the sources.test. Does anyone have any insight as to why this
might be? Might I need a specific
2003 Jun 08
2
state of the rsync nation? (revisited 6/2003 from 11/2000)
I'm interested in these very questions (librsync-rsync relationship,
remaining limitations of rsync, active prospects for ground-up rewrites),
Google searches for rsync info have proved a little too vague due to the
programs ubiquity. Much has certainly changed since this was written,
could some people with knowledge in these areas could update martin's
response for the state of rsync,
2005 Sep 30
2
question about librsync : patch function
Hello everybody,
About librsync, does anyone know how to patch the delta without creating
a new file ?
I used the librsync and it always generates a new file, which is
embarrassing if the file is over 1Gb.
I tried to store the new file in RAM, but it saturates the machine.
Is there a possibility to write in the current file to be synchronized,
although this file is currently being
2012 Mar 12
8
CentOS Server Backup Options
What do you guys recommend for backing up a small CentOS server in a
business environment. It will have (3) 300gb drives in a raid 5 array but I
don't anticipate more than about 25gb of data that needs to be backed up
each night.
I want a lot of backups with a rotation scheme that included daily, weekly,
and monthly copies. I want the daily copies of the data kept until the next
week, and
2008 Jun 02
1
rsync over stdin/stdout
So I've got this situation where I have two systems connected via a
protocol that looks nothing at all like IP, and I'd like to be able to
rsync between them.
I can, though, open a perfectly normal looking socket through various
magic and trickery.
I've managed to get rsync to work by using the "rsync
--rsh=mymagictransportprogram" style invocation, but for a number of
2002 Aug 04
1
MD4 bug in rsync for lengths = 64 * n
I am the author of BackupPC (http://backuppc.sourceforge.net) and
I am working on adding rsync support to BackupPC.
I am implementing the server-side in perl, and the client will
run vanilla rsync. (BTW, is there the protocol documented? I've
answered all my questions by looking at the source, but it would
be great to check against any docs.)
I started with librsync 0.9.3 and the
2001 Nov 06
1
rsync for realtime filesystem replication.
Apologies in advance for a kind of long question:
I've written an application called changedfiles
(http://www.bangstate.com/software.html#changedfiles), which consists of two
parts: a linux kernel module that reports all file operations to a device
special, and a userspace daemon which can take arbitray shell action on files
matching regexp rules specified in a config file.
E.G.,
2003 Mar 01
2
librsync ??
All,
Does anyone know anything about librsync, and where it is currently maintained =
on the web?
It apparently is/was a samba project, but I'm not sure how it relates.
The authors are listed as:
Martin Pool <mbp@samba.org>
Andrew Tridgell <tridge@samba.org>
but I suspect someone else did the 0.9.5.1 update, because only 0.9.5 is =
available on the rproxy site
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
For anyone who'd like to check out the latest release of my "rzync" [sic]
test release, I've just released a new version. For those that might
not have time to look at the code but could provide some feedback based
on a rough description, I've created the following simple web page:
http://www.clari.net/~wayne/new-protocol.html
Here's the tar file of the new