Re: RSync exclusion

2013-04-20 Thread Jos Chrispijn
   Must have had a temporary brain damage, sorry...
   thanks
   Jos

   Paul Macdonald:

 --exclude /files/photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RSync exclusion

2013-04-20 Thread Jos Chrispijn

Daniel O'Callaghan:
It uses rsync, but manages a directory tree with hard links to 
unchanged files.

It would solve your problem, but in a different way.
Thanks for this - the issue is solved, but I will certainly have a look 
to that one as well.

Jos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RSync exclusion

2013-04-19 Thread Erich Dollansky
Hi,

On Thu, 18 Apr 2013 13:30:45 +0200
Jos Chrispijn ker...@webrz.net wrote:

 I have a local folder called /files/
 In my daily backup event I create as per day a backkup folder that 
 contains this /files folder including all its sub folders
 
 --- cut ---
 
 rsync -avrz -e ssh /files/ backupr@x.x.x.x:/vol1/FreeBSD/$DATE/
 
 In this /files folder, amongst others, I have another folder called 
 photos: /files/photos
 
 What I now would like to do is sync the /files folder with an
 exclusion on the /files/photos folder

I use the following option:

--exclude '/data/Mail/*'

/data/Mail is rooted in the directory I want to copy.

Erich

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


RSync exclusion

2013-04-18 Thread Jos Chrispijn

I have a local folder called /files/
In my daily backup event I create as per day a backkup folder that 
contains this /files folder including all its sub folders


--- cut ---

rsync -avrz -e ssh /files/ backupr@x.x.x.x:/vol1/FreeBSD/$DATE/

In this /files folder, amongst others, I have another folder called 
photos: /files/photos


What I now would like to do is sync the /files folder with an exclusion 
on the /files/photos folder
Reason for that is that this /photos subfolder contains 12 gb on photos, 
which I don't want to have in a daily archive (takes too much disk space 
on a monthly basis).
I will syn them on a daily basis to a fixed remote folder (where only 
the updates will be appended).


Can someone tell me how I can do that on one command line?

thanks in advance,
Jos Chrispijn


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RSync exclusion

2013-04-18 Thread Daniel O'Callaghan

On 18/04/2013 9:30 PM, Jos Chrispijn wrote:
rsync -avrz -e ssh /files/ backupr@x.x.x.x:/vol1/FreeBSD/$DATE/ 
Just a thought, but have you looked at rsnapshot? 
http://www.rsnapshot.org/ http://www.freshports.org/sysutils/rsnapshot/


It uses rsync, but manages a directory tree with hard links to unchanged 
files.

It would solve your problem, but in a different way.

regards,

Danny
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: RSync exclusion

2013-04-18 Thread Paul Macdonald


In this /files folder, amongst others, I have another folder called 
photos: /files/photos


What I now would like to do is sync the /files folder with an 
exclusion on the /files/photos folder
Reason for that is that this /photos subfolder contains 12 gb on 
photos, which I don't want to have in a daily archive (takes too much 
disk space on a monthly basis).
I will syn them on a daily basis to a fixed remote folder (where only 
the updates will be appended).


Can someone tell me how I can do that on one command line?



have you tried
  --exclude /files/photos

Paul.


--
-
Paul Macdonald
IFDNRG Ltd
Web and video hosting
-
t: 0131 5548070
m: 07970339546
e: p...@ifdnrg.com
w: http://www.ifdnrg.com
-
IFDNRG
40 Maritime Street
Edinburgh
EH6 6SA

High Specification Dedicated Servers from £100.00pm


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org