Displaying 20 results from an estimated 3000 matches similar to: "Listing Changed Files Without Two Copies?"
2010 Mar 01
2
Rsync copies all files, not just changed files
Hello all,
I have a strange problem where rsync is copying over all files instead of
just the ones that have changed.
My setup:
--------------
Backup server runs a script that calls rsync in more or less this form:
"rsync --rsh=ssh user at remote.server.com:/backups/stuff /localbackup"
Of course, I use a # of options, but the main ones are "-axS"
Just in case, here are
2005 Aug 12
4
Remote archiving with tar over ssh
I am trying to create a one line command that will:
1. Find all files ending in .conf
2. tar these over ssh to a remote server.
I have reached this point in my trials.
a. I can find the files.
b. I can tar them locally.
c. I can get a simple fileset tar'ed to a remote server over ssh
using tar -zvcf - /some/fileset | ssh host.domain.tld "cat >
/backup/tarfile.tar.gz
d. I cannot
2009 Sep 10
2
originate sync from the daemon server
is there anything special to do this from the daemon server. I've setup
the /etc/rsyncd.conf with some filesystems and I would rather originate
(control) my rsyncs from this server and not from the hosts that have
the data I want. ie. I want to pull not push.
for instance my rsyncd.conf
[www]
comment = www
path = /snaps/www
numeric ids = true
log file = /snaps/rsync/logs/www.log
pid file
2008 Nov 08
2
Differential backup
Hello,
I have got three folders:
- /home/backup/2008-10-20 - place for differential backup
- /mnt/for_backup - folder with files for backup
- /home/backup/2008-10-01 - place where the last full backup is
My question: is below command prepared correctly to make differential
backup?
rsync -avPbn --backup-dir=/home/backup/2008-10-20/ --exclude "System
Volume Information" --exclude
2010 Jul 16
4
--compare-dest weirdness
Hi All,
I am writing a backup program for my computer. brief outline is as follows.
Running ubuntu 10.04
2 main partitions, / and /home, both ext3. 1 external usb hdd, ext3,
mounted to /backups/main.
once every couple of days, rsync backs up, using following command,
everything worth backing up in / and /home partitions to a folder
/backups/main/Full. command: "rsync -vrhRupElog
2009 Feb 13
1
Suggestions for rsync
Hi, I have 2 Suggestion for rsync. 1)You should have a feature that
enables rsync to be able to manage a cluster of web servers with load
balancers, so if a person has 100 web servers connected together and
running them as a cluster with load balancers, rsync will mount all the
hard-drives of the 100 web servers together so they appear as 1 big hard
drive. So when a person accesses their website
2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it
reports many differences.
I'm using rsync version 3.0.7 protocol version 30.
I was hoping to use it to verify my backup.
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other.
What options should I give to rsync so that it only copies the modified
files? For example server1 may contain a dir which contains just one file
that has been modified, how do I get rsync to copy just that one file over?
I would like rsync to copy over the files which have been modified on the
server1 to server2.
This is
2009 Apr 09
3
Help creating incremental backups using --backup-dir.
Normally I would use the --link-dest option to do this but I can't
since I'm rsyncing from a Mac to a Samba share on a Linux box and hard
links don't work. What I want to do is create a 10 day rotating
incremental backup. I used the first script example on the rsync
examples page as a template. The only thing I changed was the
destination to be a local directory and paths for
2010 Apr 08
6
Mac OS X "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)"
I am a developer on the LBackup project.
An LBackup user recently posted a question to the mailing list asking about the following error.
> "rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0)"
Link to thread : <http://www.mail-archive.com/lbackup-discussion at lists.connect.homeunix.com/msg00040.html>
My understanding of this error is that when copying files via
2015 Sep 03
3
semi-OT: help needed w/ bareos
On 09/02/15 21:27, Leon Fauster wrote:
> Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us:
>> I've got it installed on a 6.7 server, and can back up and restore for
>> Linux. Now I'm trying to do it for some users' WinDoze boxes. Trouble is,
>> all I keep finding on the Web are "how to set it up on Linux", "how to
>> install on Windoze",
2010 May 14
2
command line to backup my documents to external drive
I'm really confused with all the examples out there and all different types
of incremental backups. I tried several scripts but cannot reduce the size
of my backup folders. What I want is to backup my documents to my external
drive every month and save as much disk space as possible.
Lets say I have 3 backup directories in the external drive, backup03.10,
backup04.10 and backup05.10. I want
2010 Jun 22
2
few questions on rsync
Hi,
I have few questions that could not find answers to in documentation.
Different filesystems:
Lets say I want to keep all extended attributes and everything else,
so I use -A, -X, --perms etc., together with --fake-super.
Now, lets say source FS supports some attributes not supported on
target FS (for example, XFS extended attributes). Would this work as
expected (ie. extended attributes are
2016 Jun 19
1
rsync script for snapshot backups
Am 19.06.2016 um 19:27 schrieb Simon Hobson:
> Dennis Steinkamp <dennis at lightandshadow.tv> wrote:
>
>> i tried to create a simple rsync script that should create daily backups from a ZFS storage and put them into a timestamp folder.
>> After creating the initial full backup, the following backups should only contain "new data" and the rest will be referenced
2011 Jun 07
2
Disk free space, quotas and GPFS
I am migrating the main file servers at work onto a new storage platform
based on GPFS. I am using RHEL 5.6 with the samba3x packages (aka 3.5.4)
recompiled to get the vfs_gpfs and tsmsm modules, with a couple of extra
patches to vfs_gpfs module to bring it 3.5.8 level. It is running with
ctdb against Windows AD 2008 R2 domain controllers with all the
idmapping been held in the AD.
In order to
2015 Apr 17
1
Recycling directories and backup performance. Was: Re: rsync --link-dest won't link even if existing file is out of date (fwd)
How do you handle snapshotting? or do you leave that to the block/fs virtualization
layer?
/kc
On Fri, Apr 17, 2015 at 01:35:27PM +1200, Henri Shustak said:
>> Our backup procudures have provision for looking back at previous directories, but there is not much to be gained with recycled directories. Without recycling, and after a failure, the latest available backup may not have much
2015 Sep 03
2
semi-OT: help needed w/ bareos
IP wrote:
> W dniu 2015-09-03 o 13:56, mark pisze:
>> On 09/02/15 21:27, Leon Fauster wrote:
>>> Am 02.09.2015 um 22:18 schrieb m.roth at 5-cent.us:
>>>> I've got it installed on a 6.7 server, and can back up and restore for
>>>> Linux. Now I'm trying to do it for some users' WinDoze boxes.
>>>> Trouble is,
>>>> all I
2015 Sep 02
2
semi-OT: help needed w/ bareos
I've got it installed on a 6.7 server, and can back up and restore for
Linux. Now I'm trying to do it for some users' WinDoze boxes. Trouble is,
all I keep finding on the Web are "how to set it up on Linux", "how to
install on Windoze", and how to restore....
First question: how do you *see* a list of the files that have been backed
up (you're not going to tell
2015 Apr 16
2
Recycling directories and backup performance. Was: Re: rsync --link-dest won't link even if existing file is out of date (fwd)
rsync folks,
Henri Shustak <henri.shustak at gmail.com> wrote:
> LBackup always starts a new backup snapshot with an empty directory. I
> have been looking at extending --link-dest options to scan beyond just
> the previous successful backup to (failed backups / older backups).
> However, there are all kinds of edge cases which are worth considering
> with such a changes. At
2015 Apr 06
6
rsync --link-dest won't link even if existing file is out of date
Feature request: allow --link-dest dir to be linked to even if file exists
in target.
This statement from the man page is adhered to too strongly IMHO:
"This option works best when copying into an empty destination hierarchy, as
rsync treats existing files as definitive (so it never looks in the link-dest
dirs when a destination file already exists)".
I was suprised by this behaviour