Dear All,
I want to exclude some files from the backup server. I got this
option --delete-excluded but i want to only exclude those files which are
older than one month from the current date and does not exist on server how
can i achieve this with the help of rsync. Please help me i will
On Wed, 13 Feb 2008 18:04:48 +0530 "piyush joshi"
<[EMAIL PROTECTED]> wrote:
> Dear All,
>I want to exclude some files from the backup server. I got
> this option --delete-excluded but i want to only exclude those files
> which are older than one month from the current date and does no
How would an RSYNC command look to copy all directories from one machine to
another.
I have tried the following and only get a few directories:
RSYNC --rsh=ssh -rpog / IPADDRESS:/Directory
RSYNC --rsh=ssh -rpog */ IPADDRESS:/Directory
RSYNC --rsh=ssh -rpog /* IPADDRESS:/Directory
--
View this me
On Wed, 2008-02-13 at 10:18 -0500, Brady Edwards wrote:
> This is our Live DPN database and I do not want to run an RSYNC command
> during business hours. I have setup a cron job for this to run on
> Saturdays. All the days through the week I am only backing up a single
> directory from the root
On Wed, 2008-02-13 at 09:42 -0500, Brady Edwards wrote:
> Say I have 35 Directories, it will back up the first 5, 3rd from last and
> the last one. It doesn't just quit half way through, but it is consistent
> on the directories that it has been coping.
That doesn't help me very much to troubles
On Wed, 2008-02-13 at 06:06 -0800, bedwards wrote:
> How would an RSYNC command look to copy all directories from one machine to
> another.
>
> I have tried the following and only get a few directories:
> RSYNC --rsh=ssh -rpog / IPADDRESS:/Directory
> RSYNC --rsh=ssh -rpog */ IPADDRESS:/Directory
On Wed, 2008-02-13 at 08:28 +0100, Alan Snelgrove wrote:
> The problem is that I am syncing to a HFSPlus volume that
> occasionally decides to go read-only, so the share Download is
> unintentially on a Read only Volume.
That's obstreperous. You could give the module a "pre-xfer exec" script
> > Perhaps i've misunderstood what you're attempting to do; however, if
> > you simply want to exclude some files (not delete them), then you
> > should be using --exclude instead.
> >
> > As far as the time requirement is concerned, you may wish to
> > consider generating the file listing ahead
On Sun, 2008-02-10 at 21:01 -0800, Wayne Davison wrote:
> I've just released rsync 3.0.0pre9.
I have made RPMS of rsync 3.0.0pre9:
http://mattmccutchen.net/rsync/#rsync-packages
Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http:
Hello,
I don't want my output to include every file like -v does. I just
want the nice little summary at the end of the operation:
sent 691442 bytes received 2462 bytes 462602.67 bytes/sec
total size is 683504 speedup is 0.99
I have about 50 million files I need to move from one machine to th
On Wed, Feb 13, 2008 at 02:02:26PM -0600, Terry wrote:
> I don't want my output to include every file like -v does. I just
> want the nice little summary at the end of the operation:
Try the --stats option. It includes some extra statistics at the end of
the run, followed by that "nice little su
On Feb 13, 2008 2:24 PM, Wayne Davison <[EMAIL PROTECTED]> wrote:
> On Wed, Feb 13, 2008 at 02:02:26PM -0600, Terry wrote:
> > I don't want my output to include every file like -v does. I just
> > want the nice little summary at the end of the operation:
>
> Try the --stats option. It includes so
Hello,
Today I worked on a real 10.3 mac. I'm attaching a patch based on rsync
3.0.0pre9 with flags and crtimes patches. I hope I did it right, I used
this command:
diff -rPC2 ../rsync-3.0.0pre9/ .>../patch2.diff
So, from 3.0.0pre9 this patch includes the work on my server (
http://shared
Normally all the infos to correctly setup gcc with carbon should be
here:
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/IncludingFrameworks.html
I'll carefully read it tomorrow... By now I need some sleep ;)
Good night folks!
Le 13 févr. 08, à 22:13, LaG' a écr
On Wed 13 Feb 2008, Matt McCutchen wrote:
> On Sun, 2008-02-10 at 21:01 -0800, Wayne Davison wrote:
> > I've just released rsync 3.0.0pre9.
>
> I have made RPMS of rsync 3.0.0pre9:
The Debian packages are available in the experimental distribution,
e.g. via http://packages.debian.org/experimental
Hi All,
I have a 75GB collection of data, including a lot of duplicated files,
on a NTFS network drive. I want to backup that data across a DSL link to
a Linux host. Currently I use cwrsync on a Windows machine to act as
server to the Linux rsync client.
I want to avoid transferring duplicat
On Feb 12, 2008 7:53 AM, Tim Brody <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have a 75GB collection of data, including a lot of duplicated files,
> on a NTFS network drive. I want to backup that data across a DSL link to
> a Linux host. Currently I use cwrsync on a Windows machine to act as
> ser
17 matches
Mail list logo