similar to: cwRsync : send all output to a file

Displaying 20 results from an estimated 2000 matches similar to: "cwRsync : send all output to a file"

2006 Mar 27
4
Can rsync handle any type of file?
Hiya I have been doing some substantial research about rsync and the rsync algorithm. I was wondering: can rsync backup any type of file? I have tested it with "common" files Word, Excel, SQL dumps, log files etc But what about more complex types of files, like vector images etc. Thank you for your thoughts in advance. Hamish
2006 Apr 18
1
What permissions does a file take if -p is not set?
Hiya if the rsync options -pgo (preserve perms, group perms, owner perms) are not set, from where does rsync attain the file permissions? Will it just take the default ones from the server? Also, what is the difference between -p and -g or -o ? Thanks Hamish
2006 Aug 06
2
Escape character for --exclude?
Hi-- Ok. I?ve now run into the next thing I can?t find in man, and this time, I googled as well: --exclude /afs/\* I thought you could just say: --exclude /afs/* or even --exclude /afs/ To exclude the entire afs directory. Can you explain what the purpose of the \ and * are here? Thanks again :) All My Best, Jeffrey on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
I am having a bit of a problem with rsync 2.6.2 on AIX and I was wondering if this might just be the expected behavior. When using the -o and -g flags, the user and group names are NOT preserved on the receiving side, however, the UIDs/GIDs are preserved. I checked the OLDNEWS file and bugzilla, but could not find any reference to a problem like this. Vitals: -rsync 2.6.2 with security patch
2020 Oct 07
2
send all outbound traffic through intermediary
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, On Wed, 7 Oct 2020, Hamish Moffatt wrote: > On 22/9/20 4:44 pm, Hamish Moffatt wrote: >> Is it possible to a configure a tinc (1.0.35) node to only send outbound >> through specific nodes, rather than trying to establish direct connections? >> >> I have a node which can connect to all the others directly, but some
2005 Aug 29
2
how to mirror only selected directories?
Hi, I've tried various combinations of --exclude and --include, but I can't quite get it. What I'd like to do is only mirror certain directories in a tree. For example, say a directory tree starting at /x contained under it several directories named "abc". I want to mirror only the "abc" directories and what's under them and nothing else. /x/abcdef/456
2020 Sep 22
2
send all outbound traffic through intermediary
Is it possible to a configure a tinc (1.0.35) node to only send outbound through specific nodes, rather than trying to establish direct connections? I have a node which can connect to all the others directly, but some routes have terrible packet loss, so I'd like to configure it not to try. thansk Hamish
2006 Aug 23
3
creating secrets file
I am looking for documentation on creating the secrets file. man -k rsync on my system doesn't have any reference to how to create a secrets file. Also, rsync.samba.org didn't seem to have documentation either. Any pointers? -- -- David Bear College of Public Programs at Arizona State University
2005 Aug 13
2
Only rsyncing small files
Hi! Is there a possibiliy to tell rsync only to copy files less than eg 10Mb of size? I'm running a dedicated backup-server, and would like to skip backing up my downloaded iso-files. They can bee downloaded again if requeired ;-) -- Henning Wangerin <mailinglists-after-041101_reply-not-possible@hpc.dk>
2006 Jul 16
1
Connection refuse to rsync
Hi, We use rsync to share data between two remote sites. We are using rsync after configuration of the rsync.conf file. I created a module in the file with the relevant entries and permissions. The problem is that I get "connection refused ", when I try to run rsync in the following way: root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com:: rsync: failed to connect to
2014 Jun 04
1
Odd ownership of the dovecot-uidlist file
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 4 Jun 2014, Bruce wrote: > Please see my responses below, I dislike top posting anyway :-) > On 04/06/14 01:35, dovecot-request at dovecot.org wrote: >> Message: 4 >> Date: Tue, 3 Jun 2014 09:33:48 +0200 (CEST) >> From: Steffen Kaiser >>> >Jun 3 11:38:51 brio dovecot: Dovecot postlogin.sh running as
2005 Oct 21
2
Commercial license?
Hi there Is there a commercial license for using Rsync or the Rsync algorithm within a commercial product? I appreciate that Rsync as it stands is GNU and therefore it cannot be used in this way, but I thought that I would ask the list. I understand that it is open source, but we have an application that would benefit from something like Rsync and therefore thought we would ask the question. If
2005 Jun 27
8
OT: Good soft-phone on Linux
Hi Folks, I am wanting advise on a good soft-phone on Linux. I have looked at Gnophone but cannot seem to get it to compile under debian sarge. I am now looing at sipXphone seem to be picking up that it is not that stable, but perhaps someone here can advise on what softphone I can use on Linux. Thanks in advance, Hamish ------------------------------------------------------------------- |
2003 Jan 22
4
Read.table for macs
Dear All, I've been using R for windows for a while, without too many problems. However, I'm forced to use the MAC OS system for teaching, because our teaching labs are mac only (not my idea!!). I have a very basic problem, but one that doesn't appear on the FAQs. I simply want to import data from a spreadsheet. I'm using exactly what works fine on Windows, namely: 1 save
2006 Apr 19
1
Logging rsync transfers
Hello I run rsync on a server and I backup our office PCs to it using cwRsync on Windows PCs. The command I use to backup these PCs is: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . username@mydomain.com:/path/to/folder On the server, I have the rsync service started at
2005 Nov 27
2
trying to understand --include and --exclude
I was under the impression that --include and --exclude worked by matching patterns in the order given, and whichever matched first, whether that was an include or exclude determined the action for that file. I have a big directory from which I am attempting to transfer selected files. I want all files where the first level directory is anything, the second level directory is "2005"
2019 Oct 17
3
error while decrypting metadata
One of my hosts just rebooted for the first time in ages, and now it won't connect to any other nodes. The log just contains continual "error while decrypting metadata" errors. tincd[8324]: Error while decrypting: error:060A7094:digital envelope routines:EVP_EncryptUpdate:invalid operation tincd[8324]: Error while decrypting metadata from fairfield_gw (yy.yy.yy.yy port 655)
2006 Aug 31
2
file-attr-restore and dollar signs
Hi All, I've been using the great file-attr-restore script with rsync to get around problems with uid's on a portable hard drive... It's the perfect solution for me. (for those that haven't seen it,you can get it here: http://samba.org/ftp/unpacked/rsync/support/file-attr-restore ) Anyway, I found a small bug in the script. file-attr-restore fails for file names with dollar
2018 Aug 01
2
avoiding duplicate IPs in tinc scripts
Currently I have the local tinc node's VPN IP in both the tinc-up script as well as in its hosts/$NODE file Subnet setting. Can this be avoided, to simplify deployment? Actually I am currently using a DNS lookup in the tinc-up script to get the local VPN IP ($NODE.myvpndomain), but this fails if DNS isn't ready when tinc-up is run. (DeviceStandby=yes fixes this, but then the
2019 Feb 14
2
Tinc node is crashing after some days or weeks. How to debug?
On 13/2/19 12:28 am, Tomasz Chmielewski wrote: > On 2019-02-12 22:12, HÃ¥vard Rabbe wrote: >> Hi >> Im running tinc 1.1pre17. My problem is that my tinc nodes >> occasionally crashes. When it crashes the tinc node is not running >> anymore. Time between failure can be sometimes days or weeks. >> >> Do anyone here have a proposal for how to debug and get this