Re: Tutorials
[Re: ]
- #2076927 - 31.08.2010, 15:51:45
|
Mein Nick
Nicht registriert
|
Na, komplettes Systembackup - tar -czf backup.tar.gz --exclude=/sys --exclude=/tmp --exclude=/var/tmp --exclude=/proc --exclude=/media --exclude=*lost+found / & evtl. wie man so was in ein Shellscript einbauen kann, sodass dann auch am Archiv ein Datum da steht.. Alternativ kann man dann auch etwas anderes bestimmen, was ran gehangen werden soll. vllt. koennte man es auch so schreiben, damit man einen Pfad fuers backup angeben kann. also (Kenne mich mit Bash scripts nicht so gut aus - also kann sein das es bissl falsch ist.. :) #!/bin/bash
if [ $# -gt 0 ]; then
suffix=$1
else
suffix=`date +%Y-%m-%d`
fi
tar -czf ./backup$suffix.tar.gz --exclude=/sys --exclude=/tmp --exclude=/var/tmp --exclude=/proc --exclude=/media --exclude=*lost+found /
& das mit unetbootin hab ich ueberlesen - sorry, hatte unter der Liste 'Linux installieren:' geschaut. :/ aber ich habe mein Linux immer von der Festplatte aus installiert, auch immer von Windows aus *g.. Aber vllt. habe ich auch nur durch Zufall mal was richtig gemacht. ^^
Bearbeitet von Mein Nick (31.08.2010, 15:52:34)
|
[zum Seitenanfang]
|
|
|
Tutorials
|
Anonym
|
22.07.2010, 00:00:14
|
Re: Tuturials
|
Anonym
|
22.07.2010, 00:33:39
|
Re: Tuturials
|
Anonym
|
22.07.2010, 01:09:41
|
PHP - Error_Reporting per E-Mail
|
Palood
|
23.07.2010, 11:55:52
|
Re: PHP - Error_Reporting per E-Mail
|
huendchen
|
23.07.2010, 22:27:24
|
Re: PHP - Error_Reporting per E-Mail
|
Anonym
|
23.07.2010, 22:30:28
|
Re: PHP - Error_Reporting per E-Mail
|
huendchen
|
23.07.2010, 22:33:44
|
Re: PHP - Error_Reporting per E-Mail
|
Anonym
|
23.07.2010, 22:59:35
|
Log-System in PHP(ohne mysql)
|
Anonym
|
25.07.2010, 19:34:19
|
Re: Log-System in PHP(ohne mysql)
|
Anonym
|
25.07.2010, 22:32:49
|
Re: Log-System in PHP(ohne mysql)
|
Anonym
|
26.07.2010, 17:16:01
|
Tutorials
|
Anonym
|
30.07.2010, 03:21:14
|
Re: Tutorials
|
Anonym
|
16.08.2010, 12:28:32
|
Re: Tutorials
|
huendchen
|
16.08.2010, 15:06:27
|
Re: Tutorials
|
Anonym
|
16.08.2010, 18:22:32
|
Re: Tutorials
|
Anonym
|
17.08.2010, 13:55:08
|
Re: Tutorials
|
Anonym
|
17.08.2010, 16:36:37
|
Re: Tutorials
|
Anonym
|
17.08.2010, 19:56:08
|
Re: Tutorials
|
Anonym
|
17.08.2010, 20:20:55
|
Re: Tutorials
|
Anonym
|
18.08.2010, 16:43:14
|
Re: Tutorials
|
Anonym
|
26.08.2010, 12:09:42
|
Re: Tutorials
|
Anonym
|
26.08.2010, 14:11:02
|
Re: Tutorials
|
Anonym
|
26.08.2010, 14:21:47
|
Re: Tutorials
|
chrixix
|
26.08.2010, 15:20:46
|
Re: Tutorials
|
Anonym
|
26.08.2010, 15:24:44
|
Re: Tutorials
|
huendchen
|
26.08.2010, 16:09:15
|
Re: Tutorials
|
Anonym
|
31.08.2010, 02:45:40
|
Re: Tutorials
|
Anonym
|
31.08.2010, 07:40:48
|
Re: Tutorials
|
Anonym
|
31.08.2010, 15:00:48
|
Re: Tutorials
|
Anonym
|
31.08.2010, 15:51:45
|
Re: Tutorials
|
Anonym
|
31.08.2010, 16:00:02
|
Re: Tutorials
|
Anonym
|
31.08.2010, 16:28:16
|
Re: Tutorials
|
Anonym
|
05.09.2010, 19:13:08
|
Re: Tutorials
|
Anonym
|
05.09.2010, 19:16:49
|
Re: Tutorials
|
huendchen
|
14.10.2010, 11:45:45
|
Re: Tutorials
|
Anonym
|
18.10.2010, 16:51:04
|
Re: Tutorials
|
Anonym
|
18.10.2010, 16:55:31
|
Re: Tutorials
|
Anonym
|
18.10.2010, 17:22:39
|
Re: Tutorials
|
huendchen
|
18.10.2010, 17:23:31
|
Re: Tutorials
|
Anonym
|
18.10.2010, 19:06:25
|
Re: Tutorials
|
Anonym
|
18.10.2010, 22:00:19
|
Re: Tutorials
|
Anonym
|
18.10.2010, 22:22:44
|
Re: Tutorials
|
Anonym
|
19.10.2010, 14:57:07
|
Re: Tutorials
|
Anonym
|
19.10.2010, 19:07:42
|
Re: Tutorials
|
Anonym
|
19.10.2010, 20:39:37
|
Re: Tutorials
|
Anonym
|
19.10.2010, 20:40:49
|
Re: Tutorials
|
Anonym
|
19.10.2010, 20:58:42
|
Re: Tutorials
|
Anonym
|
20.10.2010, 00:30:19
|
Re: Tutorials
|
huendchen
|
20.10.2010, 05:06:02
|
Re: Tutorials
|
Anonym
|
23.10.2010, 03:22:46
|
Re: Tutorials
|
Anonym
|
29.10.2010, 04:50:03
|
Re: Tutorials
|
Anonym
|
26.05.2011, 19:21:16
|
|
|
|