Displaying 2 results from an estimated 2 matches for "homewin".
2019 Aug 27
2
implied-dirs tail component being chown'd
...ip on everything before the /./ separator.
E.g. backing up and restoring my Windows home directory which is owned by SYSTEM:SYSTEM with everything underneath owned by me:me to a remote Linux server with everything owned by me:me:
rsync -a --super --relative --no-implied-dirs "--filter=. HomeWin.rfilter" /cygdrive/c/Users/me/./ myserver:/WinBACKUP/Users/me/
where HomeWin.rfilter is anchored at a Windows home directory and contains something like:
+ /Pictures/
- /*
This ends up failing to chown SYSTEM:SYSTEM /WinBACKUP/Users/me (permission denied; no such user/group).
I have a...
2012 May 02
1
scanning a data set for strings
Hello,
I'm looking for what I'm sure is a quick answer. I'm working with a data set
that looks like this:
Week Game.ID VTm VPts HTm HPts
Differential HomeWin
1 1 NFL_20050908_OAK at NE OAK 20 NE 30 10
FALSE
2 1 NFL_20050911_ARI at NYG ARI 19 NYG 42 23
FALSE
3 1 NFL_20050911_CHI at WAS CHI 7 WAS 9 2
FALSE
4 1 NFL_20050911_CIN at CLE...