martedì 4 settembre 2007

Backup linux con rsync

rsync -avz --exclude-from=escludi.txt root@192.168.0.1:/[root SORGENTE]
/[root DESTINAZIONE]

[root@zion ~]# cat escludi.txt
/dev
/proc
/sys
/boot
/etc/modules.conf
/etc/fstab
/etc/mtab
/etc/sysconfig/network-scripts

3 commenti:

Anonimo ha detto...

rsync non rispecchia le opzioni che ho impostato, ossia non esclude ciò che specifico con l'opzione --exclude=PATH.

Qualche suggerimento ?

Anonimo ha detto...

ALlo stesso modo se uso exclude-from=file
le path elencate vengono comunque prese in considerazione.

Come mai ?

MaoX ha detto...

Nel file hai specificato un percorso per riga come nell'esempio?
/dev
/proc
/sys
/boot
/etc/modules.conf
/etc/fstab
/etc/mtab
/etc/sysconfig/network-scripts

Saluti
MaoX