Displaying 20 results from an estimated 1000 matches similar to: "rsync for incremental"
2008 Jun 02
2
unison for windows
Hi All,
I am posting this querry second time.
What i need is--
{Is there any command by which I can get only the updation of file ie only the incremental?.
Suppose I have a text file say ss.txt of 3KB in size and I have taken the
backup of this file. Now I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the
2008 May 30
2
rsync on stand alone winXP
Hi,
I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network.
I have following dll and exe::
- rsync.exe
- cygwin1.dll
- cygpopt-0-dll
- rsync-param.reg
Now in services.msc I am seeing "rsync" service. I have started that also
and set in logon tab as "LocalComputer".
Again I
2010 Jun 24
0
rsync not syncing desktop folder
Hello!
I found a strange problem while using rsync to backup my files.
I use a script:
------------------
#!/bin/bash
SOURCEDIR="/"
TARGETDIR="root at DLINK-13F017:/mnt/HD_a2/administrator/RAIDBackup/"
LOGFILE="--log-file=/home/administrator/.rsync/rsync_dns323.log"
OPTIONS="-avz -e ssh --stats --progress --delete --delete-excluded"
2012 Oct 16
2
rsync sysvol problem
samba --version
Version 4.0.0rc3-GIT-293b100
Hi
I have a problem backing up my sysvol folder.
Here is the acl after running:
samba-tool ntacl sysvolreset
getfacl /usr/local/samba/var/locks/sysvol/
getfacl: Removing leading '/' from absolute path names
# file: usr/local/samba/var/locks/sysvol/
# owner: Administrator
# group: wheel
# flags: s--
user::rwx
user:Administrator:rwx
2005 Jul 23
2
link_stat
Hi there,
I set up my company's back up server using rsync.
And I've got a strange problem. I searched in the archives of this
list, but
none of them seems not giving me an idea to solve the problem.
If anyone can help, it would be grateful.
I'm using cron by a user (non wheel/admin) to rsync everyday during
the night.
The cron is set in the server to transfer the backing-up
2010 Mar 13
1
Specify Includes Only
Hi, sorry if this has been asked before, but I just can't find anywhere on the net that tells me how to do this. I've been trying for ages to get this right, using various forms of --include-from, --exclude, --filter, etc.
I want to copy only specific directories that contain specific filetypes, from sourcedir to destdir. For example, I want to copy all .mp3 and all .ogg files found in
2018 Aug 20
2
[Bug 13582] New: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching
https://bugzilla.samba.org/show_bug.cgi?id=13582
Bug ID: 13582
Summary: rsync filters containing multiple adjacent slashes
aren't reduced to just one slash before matching
Product: rsync
Version: 3.1.3
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2010 Jun 04
2
Backup to NTFS USB drive --compare-dest not working
When I'm running "rsync --compare-dest" on a local Linux volume (ext4) it
works as expected (duplicate files not created) however when same commands
with same options are run on NTFS USB drive (in my scenario below mounted to
/share/external/sdt5) all the files are copied regardless if they have been
updated or not. I have spent many hours trying to figure out what could be
wrong and
2007 Jan 26
1
directory, effect of recurse with ensure => directory
Hello,
I wanted to say::
this file is a directory and must be created , this directory and it''s content should be owned by root:www-data with 640
mode for file and 750 for dirs:
file { "base_admin":
path => "/my/dir"
owner => ''root'',
group
2004 Sep 21
1
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=934
Summary: Traverse-only directories (e.g. chmod 110) break the cd
command in sftp
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: minor
Priority: P2
Component: sftp-server
AssignedTo:
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
Quite strange at first sight that the failure should depend on the files containing NULs!
But I've reproduced it on both Ubuntu and OpenSUSE with d73762e "Preparing for release of 3.1.3".
The problem remains even if you drop the --checksum or --delay-updates options from the command line, but goes away if you don't use both "--sparse" and "--preallocate"
2006 May 13
0
trouble with Dir.chdir
Hi, folks
I wroted the codes below.
I have the trouble with the line start from "Dir.chdir".
When I run this code, the FTP of photos is successfuly done.
But, the display of browser is white out.
When I comment out the line start from "Dir.chdir",
the trouble doesn''t happen.
Is there anything wrong with my usage of "Dir.chdir"?
def ftp_photo
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
Problem was introduced with this commit:
commit f3873b3d88b61167b106e7b9227a20147f8f6197
Author: Wayne Davison <wayned at samba.org>
Date: Mon Oct 10 11:49:50 2016 -0700
Support --sparse combined with --preallocate or --inplace.
The new code tries to punch holes in the destination file using newer
Linux fallocate features. It also supports a --whole-file
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
https://bugzilla.samba.org/show_bug.cgi?id=13320
Bug ID: 13320
Summary: file contents cause rsync to fail (with certains args
and dir structure)
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
script to reproduce:
#!/bin/bash
#tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
2009 Jan 31
3
Script: Moving Maildirs between servers
Hi,
I just migrated from dovecot 1.0.rc29 to 1.1.7, from Sparc platform to
Intel, it went very well.
In the process I merged folders and excluded folders from being copied.
User rights on folders were kept/set.
I thought I'd share my migration script with you folks. If there's an
interest to put it on the wiki I can do that, but I'm not sure in what
page.
Use it as a starter if you
2008 Jul 02
1
rsync: failed to set times on ***
Hello everybody
I#m trying to rsync from 1 server to another with the following command:
rsync -auzv --stats /cygdrive/d/path/to/dir/ CWsync@servername::dyndns
--exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR%
the dyndns directory is specified in the rsync.conf on the receiving server.
The server where i'm executing the command is a windows 2003 server and the
receiving
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
V4 of the patch, incorporating Bastian's suggestions.
Jon
---
xen/debian/patches/series | 1 +
xen/debian/patches/tools-ocaml-fix-build.diff | 81 +++++++++++++++++++++++++
xen/debian/rules | 5 ++
xen/debian/rules.real | 39 ++++++++++++
xen/debian/templates/control.main.in | 16 +++++
2018 Nov 13
0
Online Backup fails
Hi,
no kinit cause it ask me for a password promt where i enter the password
samba-tool domain backup online --server=localhost
--targetdir=/mnt/backupsamba/ -U Administrator
Password for [AIXTEMA\Administrator]:
> What is in /etc/resolv.conf
> Im expecting something like this.
> search aixtema.de
> Nameserver IP_OF_DC
search hostname.domain.de
domain hostname.domain.de
2018 Nov 13
0
Online Backup fails
Hai,
I think, your DNS reqeust are going to the internet as far i can tell.
search domain.de
nameserver IP_OF_DC
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> admins aixtema via samba
> Verzonden: dinsdag 13 november 2018 12:15
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Online Backup fails
>