Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Pat Erler on May 26, 2002, 09:52:40 PM

Title: backup to desktop problem?
Post by: Pat Erler on May 26, 2002, 09:52:40 PM
hi!

on my freshly installed SME 5.1.2, when i create a backup to desktop, the server-manager tells me there are 268 mb of user data, but the actual backup is just 38 kb, consisting of some files from /etc, /root and /home.

the only special thing i did was, that i moved /home/e-smith/files/ibays to another disk and symlinked the directory back from there...

what can i do about this?


PAT
Title: Re: backup to desktop problem?
Post by: dj_ramjet99 on May 27, 2002, 01:31:10 PM
Hi Pat, I just discovered this problem when backing up to tape, I also look forward to an answer.
Title: Re: backup to desktop problem?
Post by: Pat Erler on May 27, 2002, 08:41:15 PM
To answer my question:

to have the symbolic links backed up edit the file

/etc/e-smith/web/panels/manager/cgi-bin/backup

and change line 420 from

            "/bin/tar --directory / --create @directories --file=-"

to

            "/bin/tar -h --directory / --create @directories --file=-"

regards,

PAT