Using external filter on the server

2015-04-29 Thread Mark
Searching the mail list archives, I found this old link [https://bugzilla.samba.org/show_bug.cgi?id=2423] with an example of how to use an external script with filter to select files by date. It looks like it could do exactly what I need, which is only match files less than 3 days old, but it

Re: The easiest way to restore timestamps of files?

2015-04-29 Thread Frantisek Hanzlik
Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --archive --itemize-changes --size-only --dry-run Obviously the last one is so you can confirm what it is going to do. On 04/26/2015 06:08 PM, Frantisek Hanzlik wrote: Please, is possible (with rsync) re-create files

Re: The easiest way to restore timestamps of files?

2015-04-29 Thread Francis . Montagnac
Hi On Wed, 29 Apr 2015 14:23:56 +0200 Frantisek Hanzlik wrote: Now I still do not understand why does not work this switch form: --chmod=D=775,F=664 This is not the proper syntax: suppress the = signs before the modes: --chmod=D775,F664 -- Francis -- Please use reply-all for most replies

Re: Options for a I'm done flag file

2015-04-29 Thread Mark
You could try increasing the timeout delay, rather than resume. rsync will tolerate quite long network dropouts and still carry on. I have managed to keep an internet transfer of up to 100Gb alive for two weeks. I didn't find --partial to be much use for very large scale transfers due to the

Re: Options for a I'm done flag file

2015-04-29 Thread Mark
For a push job. Run the rsync for the files, if the exit code is 0, create the flag file and then rsync just that file on its own. On 28/04/2015 10:38 p.m., Simon Hobson wrote: As part of my backup system, I use Rsync to keep a copy of each server on one central backup server. This

Rsync Failed /proc/kcore 128 TiB NTFS HDD Makes Scary sounds even when not mounted

2015-04-29 Thread Kezhawe
Hi, I tried to backup my gentoobox using rsync into a NTFS External Drive Rsync Failed And now there is no space lesft on my root directory / and kcore file size is 128 TiB and my External NTFS HDD makes scary sounds (Like it is working hardly) even when its not mounted rsync created some

Re: Rsync Failed /proc/kcore 128 TiB NTFS HDD Makes Scary sounds even when not mounted

2015-04-29 Thread Jonathan Aquilina
If your hard disk is making scary noises that could be the drive starting to fail have you tried to determine if the drive is still good or on the way out? On Thu, Apr 30, 2015 at 2:12 AM, Kezhawe kezhaw...@gmail.com wrote: Hi, I tried to backup my gentoobox using rsync into a NTFS External