similar to: rsync as a bakcup tool and the case of rotated logs

Displaying 20 results from an estimated 300 matches similar to: "rsync as a bakcup tool and the case of rotated logs"

2003 Nov 26
3
Backup with rsync until one month
Hello, I use rsync in the company to make a backup every 4 hours. but I would like to do in a way like this, that the rsync make a backup of the changed files until one month long. EX:- file.bak.001 file.bak.002 ..... This file will be to get always, and so i can get the all files untill an one month old version of the file. Is it possible? Regardes Dipl.-Ing. Nazar Hassan
2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all, I am wondering if it would be possible to write a script or a cronjob in linux using Rsync to run an automated backup of a server, or serveral servers if possible. I am very new with writing scripts and such, so any help or suggestions with how to get started would be great!!! Thanks ahead of time for the help!!! ----- Computers are like air conditioners. They both dont work, if you
2005 Feb 17
4
Incremental Backups
I read the following hint at: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental mv backup.0 backup.1 rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/ I simply want to maintain a dated backup of a server so that I could always go back to a certain date. I would like to keep this structure for each day for the last seven days, then one weekly snapshot for
2009 Dec 13
5
retransfer fail of large files with inplace and broken pipe
Hi, i have to tranfer large files each 5-100 GB (mo-fri) over dsl line. unfortunately dsl lines are often not very stable and i got a broken pipe error. (dsl lines are getting a new ip if they are broken or at least after a reconnect every 24 hours) i had a script which detect the rsync error and restart the transmission. this means that if a file has transfered e.g. 80 % i start again from
2004 Nov 24
6
Searching for antilog function
Dear R-users, I have a basic question about how to determine the antilog of a variable. Say I have some number, x, which is a factor of 2 such that x = 2^y. I want to figure out what y is, i.e. I am looking for the antilog base 2 of x. I have found log2 in the Reference Manual. But I am struggling how to get the antilog of that. Any help will be appreciated! > version platform
2003 Oct 09
1
Rsync for backups - possible major speedup when local files renamed.
I use rsync regularly for backups of large trees, sometimes over low bandwidth links, and I would like to suggest a potentially major speedup under some circumstances, where files or folders are moved or renamed. The principle is simple : often people rename a file, or move it from one folder to another. Current behaviour (please correct me if I am wrong) is for wget to see this as a
2006 Dec 07
1
a few more notes
hi, while all files is owned by nsd user and nsd run as nsd the nsd.db is still owned by root user (because the compiler run as root and create this file as root, ok i know just it'd be better if this file is owned by nsd too). another strange thing is that on the slave nsd i've got such messages: ----------------------------------------- zonec: reading zone "lfarkas.org".
2002 May 20
1
openssh 3.2.2p1 problem on Solaris
I have compiled openssh with the Sun compiler, for the first time :) Installed it on my Solaris 8 box, restarted sshd, and connected to localhost. It works, basically, but I get ... debug1: Entering interactive session. Warning: no access to tty (Inappropriate ioctl for device). Thus no job control in this shell. and also May 20 18:01:01 localhost sshd[5753]: error: open /dev/tty failed -
2004 Sep 13
1
[PATCH] Inplace option for rsync
Mark, The patch seems to cause problems if there are any transfer interruptions (as mentioned in the comments in the patch). However, even on a retransfer, the earlier partially transferred file is not fixed, although the client appears to think the transfer has completed successfully. This appears to be a serious bug. Note: Both client and server have the inplace patch, and on Linux platforms
2006 Feb 09
5
Rsync 2.6.7pre1 is now available
Rsync version 2.6.7pre1 is now available for release testing. Please give it a try and send email to the regular mailing list with any questions, comments, bug reports, etc. You can read all about the latest improvements and bug-fixes in the NEWS file: http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.7pre1-NEWS For the tar file itself, you'll find it here (with its signature):
2006 Jan 23
2
log server
Any recommendations for log servers? Mostly for firewall activity but I'd like to use one for squid also if one is available.
2005 Jul 27
1
Transfering very large files / and restarting failures
Hi, My situation is that I would like to use rsync to copy very large files within my network/systems. Specifically, these files are in the order of 10-100GB. Needless to say, I would like to be able to restart a transfer if it only partially succeeded, but NOT repeat the work already done. Currently, I am initiating the transfer with this command: rsync --partial --progress theFile
2006 Jan 30
3
Samba and add printer drivers from xp
Sorry, i send again this message because i m not sure it was realy sent the first time Hi i use samba server with winxp box on our lan from 3 years and before i can "upload" the xp drivers from a xp machine to samba server without any problem's but recently after un hard disk crash, i upgrade my mandriva server to the last release mdv (2006.0) and now i wasn t able to upload
2007 Jan 24
1
rsync with a single big file (100M)
Hi, Anybody knows how rsync transfer one single file if there is difference between the two files, will rsync re-transfer the whole file or only transfer the difference? In my experiment, i found rsync would retranster the whole file again if there's a difference. What I did were: I manually created a huge.txt (file size 100813288 ), run rsync command to transfer this file from server 1 to
2004 Nov 17
20
Some DNAT''s work, some don''t
We''ve just upgraded to a new firewall machine, and a new version of Shorewall. We''re now on 2.04; previous version was 1.3.9b (!). So I''m pretty sure whatever problems we''re having are related to the big version jump. We''re using config files that exactly match our old (working) configuration (IOW, these are things which _were_ working on the old
2006 Jan 26
3
oplocks and Excel
I have a small business client with a new samba file server. It's CentOS 4.2 and Samba samba-3.0.10-1.4E.2. When they save open Excel files from Windows, they are prompted to overwrite the existing file. I mean, when they click the little disk icon or use Ctrl-S or File--Save. Excel would normally just write over the file, not check with an "are you sure?" prompt. But that's
2017 Jun 04
1
vm live migration memory copy
Hi All, I am wondering when we do live migration, how much memory is transferred? I guess it must be one of the three below, but not sure which one: 1. The amount of memory allocated to VM 2. The memory currently used by VM (actual Mem usage in guest) 3. The memory used by the qemu process (RSS). Best Regards, Hui
2007 Feb 22
1
Verbose but only problem files
I have tried a couple of things to get what i want but am unsure how to get there. I would like in the log i use for rsync to only output files it has trouble getting. e.g if permission is denied or file changed during read something like that. If i use the v option for verbose it lists every single file which is too much as i want people to quickly scan over problem files and alert if there is
2007 Nov 16
1
Diff problem
Hi everybody, Until know i synchronized a few directories full of binaries with "--checksum" options, it took each time a lot of time since rsync "mdsum" each file contained in my directories. Then I decided to skip "--checksum" option to let rsync work only of files size and files mtime and speed up the process but when i launch a dry-run : rsync wants to
2007 Nov 09
2
Welcome to the "rsync" mailing list
Hello, I have been using the rsync --stats switch to generate rudimentary reports for a while now. I've recently noticed on a new machine I am working with that there seems to be something wrong with the Number of Files Transferred stat. Consider the following two sets of stats from two different rsync sessions. The first session is the initial rsync of a source point and the second is an