Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: matt phillips on February 05, 2002, 03:13:22 AM

Title: file backup
Post by: matt phillips on February 05, 2002, 03:13:22 AM
is their any way to include other files when doing a backup to the desktop
Title: Re: file backup
Post by: stephen noble 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
Title: Re: file backup
Post by: Mats Nordahl 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
Title: Re: file backup
Post by: stephen noble 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
Title: Re: file backup
Post by: Mats Nordahl 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.