Displaying 3 results from an estimated 3 matches for "fltr".
Did you mean:
flto
2005 Apr 12
7
Samba question
1. Does anyone know what may be happening here? When I try to map a
drive from a PC, I get the following error: "The account is not
authorized to log in from this station.". I can map the drive just fine
from my PC. Does anyone know what may be going on here? Any help would
be greatly appreciated.
2. Also, whenever I use SWAT, it takes a long time for the
information to be
2008 Jun 20
1
OS/X Leopard Server and rsync backups
...this and hope I haven't left out any essential detail.
I want to do nightly snapshots of my Leopard server using an rsync
script and a filter file to a locally connected firewire drive.
The rync command I'm considering is:
> rsync -vq -a -x --delete-excluded -A -X --filter=". $FLTR" --link-
> dest=$OLD --log-file=$LOG // $NEW
and the filter file I'm considering is:
> - /Network/*
> - /Previous Systems.localized
> - /Volumes/*
> - /afs/*
> - /automount/*
> - /cores/*
> - /dev/*
> - /private/tmp/*
> - /private/var/imap/socket/*
> - /...
2010 Sep 23
6
Named scope in named scope ??
Hi,
I would like to return a combination of named scopes in a named
scope :
For example, I have a named scope filter and I want to add a named
scope eval_filters like
Product.eval_filters([''x'',''y'',''z'']) is equivalent to
Product.filter(''x'').filter(''y'').filter(''z'')
Anybody know how can I