Click here to Skip to main content
15,914,322 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Sharing Folders across networks Pin
Roger Wright29-Dec-03 21:53
professionalRoger Wright29-Dec-03 21:53 
GeneralSNMP Server Question Pin
Roger Wright29-Dec-03 15:53
professionalRoger Wright29-Dec-03 15:53 
GeneralRe: SNMP Server Question Pin
Sebastián Benítez31-Dec-03 3:15
Sebastián Benítez31-Dec-03 3:15 
GeneralRe: SNMP Server Question Pin
rt017-Jan-04 0:00
rt017-Jan-04 0:00 
Generalmaking nightly backups of a samba server Pin
keegan29-Dec-03 10:01
keegan29-Dec-03 10:01 
GeneralRe: making nightly backups of a samba server Pin
Sebastián Benítez29-Dec-03 10:26
Sebastián Benítez29-Dec-03 10:26 
GeneralRe: making nightly backups of a samba server Pin
keegan29-Dec-03 10:48
keegan29-Dec-03 10:48 
GeneralRe: making nightly backups of a samba server Pin
Sebastián Benítez31-Dec-03 3:09
Sebastián Benítez31-Dec-03 3:09 
No, what i meant is you can use a bash script running with cron.
Cron is a daemon that runs programs at specific times, depending on what you put in the conf file. Check the manpages, do a: "man cron" from the shell and you will learn how to use it. Then you only have to write a script, something like this (I don't remember the tar syntax):

#!/bin/sh

tar cvf backup.tar /home

Then you write it to a file, say backup.sh and perhaps chmod it to o+x so you can execute it from the shell.
It's been a long time since I don't use linux, so I almost forgot many commands.

"semper aliquid haeret", Bacon.

-- Sebastián.
Generalrepair explorer.exe --help!!! Pin
borisliser28-Dec-03 10:37
borisliser28-Dec-03 10:37 
GeneralRe: repair explorer.exe --help!!! Pin
Ian Darling28-Dec-03 11:25
Ian Darling28-Dec-03 11:25 
GeneralA Linux Question Pin
Michael Martin25-Dec-03 0:10
professionalMichael Martin25-Dec-03 0:10 
GeneralRe: A Linux Question Pin
Sebastián Benítez25-Dec-03 7:18
Sebastián Benítez25-Dec-03 7:18 
GeneralRedHat 8 and HP Proliant ML330 G3... Pin
Joan M24-Dec-03 2:07
professionalJoan M24-Dec-03 2:07 
GeneralThemes service (uxtheme.dll) Pin
bouli22-Dec-03 21:51
bouli22-Dec-03 21:51 
GeneralCompliance report. Pin
WREY20-Dec-03 10:24
WREY20-Dec-03 10:24 
QuestionHow do I stop users from closing applications Pin
Fuzzy Puppy20-Dec-03 7:39
Fuzzy Puppy20-Dec-03 7:39 
AnswerRe: How do I stop users from closing applications Pin
FGP20-Dec-03 7:53
FGP20-Dec-03 7:53 
GeneralResolving IP from MAC Pin
---Ranger---19-Dec-03 23:59
---Ranger---19-Dec-03 23:59 
GeneralNorton Woes Pin
Roger Wright19-Dec-03 13:48
professionalRoger Wright19-Dec-03 13:48 
GeneralRe: Norton Woes Pin
-- NA --21-Dec-03 0:14
-- NA --21-Dec-03 0:14 
GeneralRe: Norton Woes Pin
Roger Wright21-Dec-03 3:09
professionalRoger Wright21-Dec-03 3:09 
GeneralRe: Norton Woes Pin
-- NA --21-Dec-03 4:22
-- NA --21-Dec-03 4:22 
GeneralRe: Norton Woes Pin
Roger Wright21-Dec-03 4:47
professionalRoger Wright21-Dec-03 4:47 
GeneralRe: Norton Woes Pin
-- NA --21-Dec-03 4:48
-- NA --21-Dec-03 4:48 
GeneralRe: Norton Woes Pin
Roger Wright21-Dec-03 11:18
professionalRoger Wright21-Dec-03 11:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.