Displaying 2 results from an estimated 2 matches for "peridocally".
Did you mean:
peridically
2002 Feb 05
4
rsync dir in _both_ directions?
....
If I change the status on the first message in the box (reply to it, delete
it), then the ENTIRE mailbox is re-copied. Not so in maildir format.
Well, I read my email on my laptop, and it is sometimes necessary to
login to a central server to read my email (firewall issues). What I do is
to peridocally sync with the central server (which we'll call "server") by:
rsync -e ssh -rptlv Mail server:.
rsync -e ssh -rptlv server:Mail .
I'd like to do this in one command. Is there a switch to rsync that
says to make the local and remote directories identical, even if that means
t...
2010 Nov 12
7
hwclock problem
Hi.
I run peridocally (from cron) on all of my machines
30 * * * * root /sbin/hwclock --systohc
All of those machines in question take their time via NTP
from the same local server, and that server gets its time
from a ntp pool.
Now I had to reboot a couple of them two days ago and to my surprise
all had problems w...