similar to: perlrsync (was plain source -> encrypted destination: rsync + gpg)

Displaying 20 results from an estimated 6000 matches similar to: "perlrsync (was plain source -> encrypted destination: rsync + gpg)"

2003 Jul 07
1
Some C help patching sender.c (from:plain source -> encrypted destination: rsync + gpg)
Hi, I am exploring extending Kyle Jones' patch (which implements post-transfer filter in receiver.c) to pre-filter or otherwise pre-process the file before it is sent. Kyle Jones patch can be found here <http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=b6f55s%24256q%241%40FreeBSD.csie.NCTU.edu.tw&rnum=6> and the rationale for what I am trying to do here
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
2002 Dec 25
0
Initial release of PerlRsync (perl rsync client)
I have just released the first version 0.10 of File::RsyncP to SourceForge. See: http://perlrsync.sourceforge.net File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 (protocol version 26). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remote machine. What use is File::RsyncP?
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><
2003 Feb 25
0
BackupPC 2.0.0beta0 released - now supports rsync
I just released version 2.0.0beta0 of BackupPC on SourceForge, see http://backuppc.sourceforge.net/ What is BackupPC? It is an enterprise-grade open-source package for backing up WinXX and *nix systems to disk. It supports transport via SMB, tar and now rsync over rsh/ssh and rsyncd. The backend features hard-linking of any identical files (not just files with the same name) and
2005 Jan 08
1
Trouble migrating from plain text to encrypted passwords
Hi, I'm looking for some help to migrate from plain text to encrypted passwords. I'm using smbpasswd for authentication on a FreeBSD 4.9 server with samba 2.2.8. When we set up our server, we had Win95 clients with plain text passwords. As we introduced Win98 clients, we just kept with the plain text passwords. Now we are looking at XP clients and enctrypted passwords. My understanding
2009 Dec 23
1
encrypted destination
Hello I am looking for a method/feature to rsync my files and store them encrypted. While searching for a solution I found some postings about --source-filter and --dest-filter options but these seem to to be implemented. Of cause I could encrypt and them rsync but this costs double of space and a lot of CPU Power. So my questions is how do the experts this? a) is there an option to encrypt the
2006 Mar 13
2
Simple php script to monitor asterisk calls
Hiya, hope I don't bore anybody with this. There are certainly a lot of monitor-y things out there and they just didn't fit my need, so maybe this will fit someone's besides mine. http://horanappraisals.com/asterisk/pbxmonitor/ contains two files. one is a php script called pbxmonitor, and one is a flat file of extensions to extension name mappings of internal users. It
2009 Jul 17
0
[LLVMdev] Removal of IA-64 target
On Jul 16, 2009, at 10:22 PM, Chris Lattner wrote: > >> However, I do not want to go anywhere near trying to achieve optimal >> code generation right now. Getting functional completeness is as high >> as I dare to shoot. I presume that it'll be daunting enough. > > It depends a lot on your background, but yes it is a substantial > amount of work. Low-level
2016 Mar 15
0
Updated status on UEFI compliant version of the pxechn-module
On Tue, Mar 15, 2016 at 9:32 AM, Jan Frode J?ger <jan.frode.jaeger at ntnu.no> wrote: > Hi, > > Ok, when can we then anticipate pxe-chaining to be possible with syslinux under the UEFI architecture? Are there any plans to implement both correct interfacing to UEFI as well as the issue of arbitrary UEFI images? Haven't tried to read the UEFI-specification as it is sub 3000-pages
2022 Sep 05
2
CentOS 9 Stream on Workstation with Ver. 1 x86_64 cpu
Hello All, RHEL9 deprecated version 1 x86_64 cpus. My old testbench HP workstation has such a version 1 cpu. I've tested install of Rocky Linux 9 and CentOS9Stream but no go upon reboot after install -- kernel panic. Is there a way to recompile the kernel to handle the legacy cpu after install -- via some other live cd, perhaps? Due to the fact I can't reboot after install, I'm not
2005 Aug 05
3
Recommended hardware for a firewall/router?
Not really a CentOS specific question, but I hope it's ok... I've decided to buy a server to use as a firewall/router instead of the usual Cisco box, simply because I've come to love Firewall Builder and would like to put all my subnets into one firewall. There will be four gigabit interfaces in the box, one of which will be the internet connection (so this one interface will use
2010 Oct 04
1
Metropolis: Implementation of Interlock Protocol using Linux Shell Programming, OpenSSH, and GPG
I have wrote a small Linux Shell command for implementing Interlock Protocol which is known as a cryptographic protocol that resistant to man-in-the-middle attack. Here is the steps of interlock protocol: *(1)* Alice send her public key to Bob *(2)* Bob send his public key to Alice. *(3)* Alice encrypts her message using Bob's public key. Then she sends half of that encrypted message to
2016 Mar 15
2
Updated status on UEFI compliant version of the pxechn-module
Hi, Ok, when can we then anticipate pxe-chaining to be possible with syslinux under the UEFI architecture? Are there any plans to implement both correct interfacing to UEFI as well as the issue of arbitrary UEFI images? Haven't tried to read the UEFI-specification as it is sub 3000-pages long, so I am a bit in the dark as to the changes in architecture from BIOS to UEFI. It has been
2008 Aug 13
1
Arguments to lm() within a function - object not found
Hi all, I'm having some difficulty passing arguments into lm() from within a function, and I was hoping someone wiser in the ways of R could tell me what I'm doing wrong. I have the following: lmwrap <- function(...) { wts <- somefunction() print(wts) # This works, wts has the values I expect fit <- lm(weights=wts,...) return(fit) } If I call my function lmwrap, I get
2011 Jun 19
1
before before_validation callback
Hi, I was looking around a bit and couldn''t find any callbacks that executed before before_validation The current problem with using before_validation is that it won''t fire if I''m not using validations with #save(:validate => false) - which makes sense. Before_save won''t suffice because I want these callbacks to fire before validation on the occasions that
2007 Apr 23
1
Purchasing a Sangoma A102 - should I get the hw echo cancellation or not?
Shortly, I'll be purchasing a Sangoma A102. I'm wondering if I should spring for the hardware echo cancellation circuit or not. Upon initial implementation, the 2 T1 Ports will be used as a passthrough as we slowly transition off of a legacy PBX. Eventually, we'll only be using one of the ports, and will be providing VoIP service to a bunch of SIP deskphones. So - with that usage
2006 May 30
2
gtasa
hi all I am using Ubuntu Dapper at the moment (after using windows for so long) dualbooting alongside windows So i have all my games and applications for windows... One of those games is Grand Theft Auto San Andreas. Using wine i'm trying to run gtasa from my windows partiton (yes it is NTFS filesystem) and it keeps telling me that it couldn't find the sound card. So can someone tell
2010 Feb 09
1
Purging a large folder... anything I need to be careful of?
I've got a large message folder (about 40G in 'cur') that I need to empty to a more reasonable size. Oddly, my Thunderbird e-mail client only sees about 2.4G of that, and has "looped" a few times. What I mean is, I thought someone was cleaning the folder out, but Thunderbird apparently was actually just looping back to 0 every 4 gigs and starting to count up again Ha.
2002 Dec 17
2
Virus Protection
I am implementing a Linux server w/ SAMBA as the primary file server for a law office. I need virus scanning on this system. This is not a direct component to SAMBA, but I figured most SAMBA shops would have virus protection at the server level. I looked at Trend ServerProtect (a closed-source & packaged product) but it has problems with multi-processor servers, and my server has dual