Displaying 4 results from an estimated 4 matches for "snyc".
Did you mean:
nyc
2015 Jun 30
4
cut-off time for rsync ?
Hi,
I used to rsync a /home with thousands of home directories every
night, although only a hundred or so would be used on a typical day,
and many of them have not been used for ages. This became too large a
burden on the poor old destination server, so I switched to a script
that uses "find -ctime -7" on the source to select recently used homes
first, and then rsyncs only those. (A
2015 Jun 30
0
cut-off time for rsync ?
...ation server (and the same
>for directories -- but without ending a recursive traversal)". Now
>I am traversing some directories twice on the source server to lighten
>the burden on the destination server (first find, then rsync).
I would split up the tree into several sub trees and snyc them
normally, like /home/a* etc. You can then distribute the calls
over several days. If that is still too much then maybe to the
find call but then sync the whole user's home instead of just
the found files.
bye Fabi
2003 Feb 14
1
domain users in local groups
Can I actually create a "Domain Users" group on my samba server and add
users to it like I did with the Domain Admins group? That would be easier
than adding each user individually on each folder that they need to
access... (It's always easier to add DOMAIN\Domain Users instead of
DOMAIN\User1 DOMAIN\User2...etc)
Or just add Domain Users to the local Power Users group.
Jim
2012 Apr 11
2
centos 6.2 md0 boot - no boot actually
Hi all,
Taken from this link;
https://www.centos.org/modules/newbb/print.php?form=1&topic_id=34988&forum=55&order=ASC&start=0
Seems like I am having the same issue.
I assigned my boot loader to be on /dev/md0 rather then the default of /dev/sda1
Does any one have insight to this?
Thanks in advance.
BTW, I have no swap partition and will do a swap file instead, easier to