I am looking at implementing a server for my house to maintain backups, nothing big…I want to be able to go to \linux_box_in_garage\backup
I dont know how to do this and gain access to my hard drive.
I set up apache and accessed it from other computers, so i know it is possible.
What do you mean with " \linux_box_in_garage\backup"? If that is to be a file specification in a bash command, it reduces to " linux_box_in_garagebackup", but who escapes characters when escaping is not needed?
For backups you could use rsync (in all sorts of setups including the one found at rsnapshot).
For access to (parts of) the files on a different Linux system, one uses NFS.
On 05/06/2011 03:06 AM, hcvv wrote:
>
> What do you mean with " \linux_box_in_garage\backup"? If that is to be a
> file specification in a -bash- command, it reduces to "
> linux_box_in_garagebackup", but who escapes characters when escaping is
> not needed?
>
> For backups you could use -rsync- (in all sorts of setups including
> the one found at ‘rsnapshot’ (http://www.rsnapshot.org/)).
>
> For access to (parts of) the files on a different Linux system, one
> uses NFS.
I think those are Winblows directory separators, not escape characters.
If you use Linux for all of your PC’s, then use fish or sftp from
your file manager, if you use windows, then setup a SAMBA server
VampirD
Microsoft Windows is like air conditioning
Stops working when you open a window.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
What I am wanting to do is have an opensuse 11.4 server out in the garage connected by ethernet to the router. I have a windows 7 desktop, laptop, windows xp laptop, macbook, and all-in-one mac that I want to have connecting to this server and backup at the users’ discretion.
I have tried screwing with samba, but I cant figure it out! Anyway, what I was hoping to do was from my laptop go to \manitoba\backup
Manitoba is the official name of the machine in the garage, and backups is located at the directory of the hard drive…as such.
/backup
simple enough right? Sorry for not being as clear!
Thanks in regard to future answers
>
> What I am wanting to do is have an opensuse 11.4 server out in the
> garage connected by ethernet to the router. I have a windows 7 desktop,
> laptop, windows xp laptop, macbook, and all-in-one mac that I want to
> have connecting to this server and backup at the users’ discretion.
>
> I have tried screwing with samba, but I cant figure it out! Anyway,
> what I was hoping to do was from my laptop go to \manitoba\backup
> Manitoba is the official name of the machine in the garage, and backups
> is located at the directory of the hard drive…as such.
>
> /backup
>
> simple enough right? Sorry for not being as clear!
> Thanks in regard to future answers
>
>
Chessmanexe;
Be sure:
The workgroup is the same on all boxes.
You’ve added samba users with “smbpasswd -a”
Both nmb and smb are started at boot and allowed through the firewall
Finally, 11.4 has a bug in apparmor that prevents smbd and nmbd from running.
Either disable apparmor or set apparmor to conplain for both usr.sbin.smbd
and usr.sbin.nmbd. (YaST > Novell AppArmor > AppArmor Control Panel >
Configure Profile Modes)
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
What’s the path to the share on manitoba in terms of its real filesystem? (like e.g. /home/caryl/sharedstuff)
Can you show the file smb.conf (located at /etc/samba/smb.conf) on manitoba?
When setting up a remote server (even if remote just means the next room), it is useful to be able to SSH into it so that you can make minor adjustments when needed without going to the other server. Just be sure that SSH is allowed through the firewall on your “garage” server.