Koozali.org: home of the SME Server

file backup

matt phillips

file backup
« on: February 05, 2002, 03:13:22 AM »
is their any way to include other files when doing a backup to the desktop

stephen noble

Re: file backup
« Reply #1 on: February 05, 2002, 03:43:57 AM »
edit /etc/e-smith/web/function/backup

or another less invasive option

mkdir /mnt/share
smbmount //pc/share /mnt/share
cd /mnt/share
tar -zxcf stuff.tar.gz /stuff

Mats Nordahl

Re: file backup
« Reply #2 on: February 05, 2002, 09:02:16 PM »
Hi, it would bee nice to know what to change/add to:
edit /etc/e-smith/web/function/backup

stephen noble

Re: file backup
« Reply #3 on: February 06, 2002, 02:14:04 AM »
> Hi, it would bee nice to know what to change/add to:
> edit /etc/e-smith/web/function/backup

there is a list of files/directories that is backed up
if you can't find the list  and you don't understand what you are doing
i would only be causing mischief by being more specific

Mats Nordahl

Re: file backup
« Reply #4 on: February 06, 2002, 11:27:28 AM »
Thank's Steven, that explanes it to me. I have found the list, but I just wanted to know if there was additional entries to be made.