On 30 October 2017 at 21:08, Richard Hector wrote:
> On 29/10/17 01:04, Jenny Hopkins wrote:
>> The worst culprit for filling up disk
>> space unnecessarily are the hidden stuff in a users home directory
>> that change constantly, like firefox directories and imap mail folder
>> stuff, and also th
On 29/10/17 01:04, Jenny Hopkins wrote:
> The worst culprit for filling up disk
> space unnecessarily are the hidden stuff in a users home directory
> that change constantly, like firefox directories and imap mail folder
> stuff, and also the server log files, - the above will now take care
> of th
On 28 October 2017 at 12:17, Jenny Hopkins wrote:
> On 25 October 2017 at 09:38, Paul Slootman wrote:
>
>> You probably also need some real excludes, otherwise these won't have
>> any effect (everything is included by default).
>>
>> Presumably something like:
>>
>> exclude:
>> + /etc/
>>
On 25 October 2017 at 09:38, Paul Slootman wrote:
> You probably also need some real excludes, otherwise these won't have
> any effect (everything is included by default).
>
> Presumably something like:
>
> exclude:
> + /etc/
> + /etc/**
> + /backup/
> + /backup/di
On Wed 25 Oct 2017, Jenny Hopkins wrote:
>
> Ah great - this is the sort of thing I was looking for. Surprisingly
> hard to get the right answers when searching for rsync and exclude.
>
> exclude:
> + /etc/
> + /etc/**
> + /backup/
> + /backup/dirvish/
> +
On 25 October 2017 at 08:35, H Oli wrote:
> Hi,
>
> there was a q. like yours ...
>
> to see:
> http://www.dirvish.org/pipermail/dirvish/2016-March/002964.html
>
> a bit simple, but you can start from it...
>
Ah great - this is the sort of thing I was looking for. Surprisingly
hard to get the r
Hi,
there was a q. like yours ...
to see:
http://www.dirvish.org/pipermail/dirvish/2016-March/002964.html
a bit simple, but you can start from it...
--
Olivér
2017-10-24 12:06 GMT+02:00 Jenny Hopkins :
> Hi,
>
> Has anybody got an exclude list I can have a look at that allows
> cherry-picking
On Tue 24 Oct 2017, Jenny Hopkins wrote:
>
> Has anybody got an exclude list I can have a look at that allows
> cherry-picking files and folders with the use of + and -?
I only have simple exclude lists; however you can search for rsync
exclude lists for examples as that is what is actually used.