Displaying 20 results from an estimated 3000 matches similar to: "Potential incompatibilities between '--delete' and --copy-unsafe-symlinks' ???"
2017 Sep 21
1
Are your symlinks identified as symlinks on Samba/SMB shares?
Hi,
I would appreciate someone testing if their system can recognize symlinks (as below) on their SMB share. My Mac and Windows machines can NOT recognize symlinks on my NAS's SMB share, they just identify symlinks as real files and folders.
Why is this an issue? Because when I try to copy parts of these backups from the NAS it just loops back on itself forever.
Eg:
From NAS (QNAP TS-453A)
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
Hello guys,
sorry for cross-posting, but imho it could be an error in my rsnapshot setup
as well as in my rsync setup. If there is a solution on one of these mailing-lists i will
post it to the other one as well. ok?
here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why.
grep -v "#" /etc/rsnapshot-debx40.conf | grep .
gives
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
Hello,
yesterday i posted this issue on snapshot-discuss at listsourceforge.net (subject:
wondering why backup wont start), but after reading the FAQ and searching the
bugzilla DB i thought it could help to post here as well.
i have a problem. But let me first describe my setup. i followed this howto:
	http://dev.kprod.net/?q=linux-backup-rsnapshot-no-root
Now there is a backup server rpi-home
2007 Jan 17
1
rsnapshot
Hi
I got rsnapshot working, but I am still unclear about a few things. Say I have intervals
 daily 7
 weekly 4
 monthly 12
so running "rsnapshot daily" for seven days will create files daily.0, daily.1, daily.2, daily3, daily.4, daily.5, daily.6
If at the end of the week I do "rsnapshot weekly", then daily.6 gets moved to weekly.0
The next time daily runs, 5 will move to 6,
2008 Jan 18
2
preserving Mac OS X metadata in rsync backups and restores
Hello all,
I'm new to the list, but have done quite a bit of researching before  
regarding the support of Mac OS X specific features (resource forks,  
extended attributes, ACLs, file creation & modification date).
By reading the archives, I get the impression that the current  
version of rsync 3.0.0pre8 is quite far in this respect. At least it  
sounds so, and I thank the developers
2012 Jun 12
4
rsync takes long pauses in xfer ?
Hey folks,
I did some googling on this but did not come up with much.  I'm using
rsnapshot which uses rsync, and I notice some pretty long pauses in
the xfers as you can see on this graph from "munin".   THe machine in
question right at the moment is doing nothing but rsyncing (
rsnapshoting ) some 12T of NAS storage to local disk, so there is
nothing else going on at all.
2005 May 27
2
Possible bug not deleting files
I am using rsnapshot <http://www.rsnapshot.org/> to make snapshots of
my filesystem.  rsnapshot uses rsync to do all the heavy lifting.  I
was recently browsing my snapshots and discovered that none of the
excluded files or files deleted in the source are getting deleted from
the snapshot. rsnapshot calls rsync like this:
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
2007 Nov 16
1
weird cron problem
Hi,
I'm having some problems with a script in /etc/cron.daily. It's quite
simple:
------
#!/bin/sh
touch /mnt/Backup/foo
rsnapshot daily
-----
So the touch gets executed, but the rsnapshot not. If I run manually
> run-parts /etc/cron.daily/ 
everything's fine. Also when I run rsnapshot from roots crontab. So I
have no idea what's the issue here.
Any ideas / recommendations
2015 Feb 10
1
Rsync to samba share very slow
Hello list,
I'm trying rsnapshot for taking snapshots of data. It's based on rsync. While running a rsnapshot job on my member server to sync files to another the IO is very slow.
I did a mount of the samba share of the backup server on the production server. It's mounted rw with vers=2.1 and a credentials file.
While rsnapshot is running it takes a long time to finish the sync.
2019 Aug 09
4
rsnapshots/rsync 2 shares
Slightly OT maybe:
at a customer we run the main data share on the samba file server
(access defined via Windows ACLs) ... so far no surprise ;-)
then we let a 2nd server pull snapshots via rsnapshot (you know:
https://rsnapshot.org/) and provide the resulting tree of snapshots via
samba again: read-only, only for some admin users
So far OK, runs for years (although it gets slower, other topic)
2019 Aug 07
3
Advanced rsync includes and excludes
Hi,
I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major 
piece of software.
In an attempt to reorganize my rsnapshot backups, I stumbled across an issue, 
that I'm trying to seeking a more sophisticated solution here.
Given, I have a deeply branched tree, where I would like to include a specific 
directory deep under, while excluding anything else on that path,
2006 Apr 27
3
Permissions causing full backups?
I am using rsync/rsnapshot on Windows XP (via cygwin) to backup to a mapped
share (/u) on a Linux server.  I’m hoping to get this to work so that I
don’t have to open an XP share to the network for Linux “pull” backups.
 
My current setup doesn’t seem to give me incremental backups.  See the “du”
output…
$ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/
/cygdrive/u/docs_bkup/daily.1/
2017 Jun 28
2
ransomware etc
On Wed, Jun 28, 2017 at 8:42 AM, David Disseldorp via samba
<samba at lists.samba.org> wrote:
> Hi,
>
> On Wed, 28 Jun 2017 11:08:11 +0200, mj via samba wrote:
>
>> Hi all,
>>
>> Just out of curiosity: is there anything we can do, on the samba side,
>> to counter the recent ransomware attacks? (or limit the damage done)
>>
>> I'm thinking
2011 Jan 18
1
Disk image with rsync/rsnapshot
I want to make a full disk image backup of my disk with rsnapshot/rsync that I can restore on a new disk.
Part of my /etc/rsnapshot.conf looks like follows:
exclude   /proc
exclude   lost+found
exclude   /media
exclude   /sys
exclude   /dev
exclude   /tmp
exclude   /dev
backup    /   localhost/
My questions are ... can I use the backup and copy everything from localhost/hourly.0 ---> / of
2015 Mar 17
6
rsync 3.0.9 segmentation fault
Hi,
I am experiencing segfaults when transferring files via rsync though sudo.
Setup:
- Backupserver initiates the rsync command with --delete -vvv
--no-inc-recursive --numeric-ids --delete-excluded --relative
--rsync-path=/home/backupuser/rsync-wrapper.sh
- rsync-wrapper.sh (on the client) contains /usr/bin/sudo /usr/bin/rsync
"$@";
- user "backupuser" has sudo access to the
2013 Mar 11
1
do not update dirtimes on --include='*/' --exclude='*'
Hello,
I'm trying to do something that did not sound difficult, but no option I've
 tried seems to be working. I apologize in advance if I'm missing something 
obvious.
I need to sync only directories from one tree to a similar, but older tree
 *without* updating the modtimes of directories that already exist in the
 destination. Or phrased the other way, I want to entirely skip
2009 Jul 17
2
Rsnapshot/rsync buffer overflow
I have been using rsnapshot on OS X for a bit now to backup my debian home
server to my external HD but have now started getting this error.
Shiny:rsync-3.0.6 kurt$ sudo rsnapshot sync
/usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded \
    --exclude=mtab --exclude=core --rsh="/usr/bin/ssh -i \
    /Users/kurt/.ssh/id_rsa" root at home.thisisnotajoke.com:/home \
   
2007 Oct 26
2
rsync bug with --relative and --delete fixed in CentOS5?
Yohoo!
I'm using rsnapshot-1.3.0-1.el5.rf (from DAG) and rsync-2.6.9-1.el5.rf (from
CentOS5) together.
Rsnapshot now starts every task with the "--relative" switch. Without this
switch it will backup all subsequent folders (like /proc and so on) which
isn't desired. So I can't omit the "--relative".
But there was a bug for rsync prior to 2.6.9 that it won't
2011 Jul 31
6
Dovecot Backup
Hi..
are there any proofen Methods to backup all mail ?
shutting down dovecot and tar the hole dir?
using rsnapshot?
any hints / thoughts
im running dovecot2 on freebsd
Hans
2008 Apr 24
3
DO NOT REPLY [Bug 5413] New: rsnapshot looses connection
https://bugzilla.samba.org/show_bug.cgi?id=5413
           Summary: rsnapshot looses connection
           Product: rsync
           Version: 3.0.3
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned@samba.org
        ReportedBy: abc2006@gmx.de
         QAContact: