[Bug 8445] Add a non-trusted filter-file option that would limit the rules and ignore syntax errors

2011-09-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8445 --- Comment #3 from Ruediger Meier sweet_...@gmx.de 2011-09-18 14:42:57 UTC --- (In reply to comment #2) I have to admit that I was wrong about my point 1. There was no error because the user changed the filter. It was another filter file from a

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Henri Shustak
In general - --link-dest works as expected *only*, if the destination directory is empty. Going along with this idea of ensuring the destination directory is empty. LBackup is a rsync backup wrapper system which may be of assistance in this regard. ---

Re: [Bug 8450] New: --link-dest seems not to work mounted NTFS file systems

2011-09-18 Thread Henri Shustak
Just to clarify, Is the destination file system NTFS? Also, is this storage directly attached or is it mounted via the network? Finally, you mentioned it is mounted read-only would you please clarify why the drive you are writing to is mounted in this way? Thanks. Henri

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Henri Shustak
I'd like to use rsync as an efficient (== do not store the same file twice at the backup media) backup solution. The backup should be made into N remote directories (rotating each day) _without_ the need to delete the remote directory before. This is essentially, what LBackup is doing.

rsync command for multi files and dirs from remote server

2011-09-18 Thread Noah
Hi there, okay so I have a port knocker installed on my remote server so I am trying to bundle a bunch of directories in a single ssh session that rsync establishes. so far all the rsync examples I have seen require a new ssh session for each directory. is there anyway to get something

Re: rsync command for multi files and dirs from remote server

2011-09-18 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Look into ssh connection sharing (search for ControlMaster). You can set ssh to use a single TCP connection (and authentication) for all ssh activity to a specific host. On 09/18/11 22:53, Noah wrote: Hi there, okay so I have a port knocker

Re: rsync command for multi files and dirs from remote server

2011-09-18 Thread Benjamin R. Haskell
On Sun, 18 Sep 2011, Noah wrote: Hi there, okay so I have a port knocker installed on my remote server so I am trying to bundle a bunch of directories in a single ssh session that rsync establishes. so far all the rsync examples I have seen require a new ssh session for each directory.

Re: rsync command for multi files and dirs from remote server

2011-09-18 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BTW, you can specify all that stuff in ~/.ssh/config and save your fingers some wear. On 09/18/11 23:06, Benjamin R. Haskell wrote: On Sun, 18 Sep 2011, Noah wrote: Hi there, okay so I have a port knocker installed on my remote server so I am

Re: rsync command for multi files and dirs from remote server

2011-09-18 Thread Benjamin R. Haskell
[reversing t On Sun, 18 Sep 2011, Kevin Korb wrote: On 09/18/11 23:06, Benjamin R. Haskell wrote: On Sun, 18 Sep 2011, Noah wrote: Hi there, okay so I have a port knocker installed on my remote server so I am trying to bundle a bunch of directories in a single ssh session that rsync

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Wayne Davison
On Wed, Sep 14, 2011 at 9:48 AM, samba-b...@samba.org wrote: I'd like to use rsync as an efficient (== do not store the same file twice at the backup media) backup solution. Check out PCBackup -- it can use rsync (either via ssh or a daemon) and stores files without duplicates. There's also