-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, Let me start by saying that this may not be, strictly speaking, a Samba question... but it very nearly is so I'm hoping you can offer some help. I have a couple of Solaris 10 machines with the Oracle-supplied Samba on them. I'm looking to copy logs from BIND to an archival storage location. Solaris 10 does not support SMBFS so far as I know, so I cannot do a mount (I could use Sharity and am considering it). Do you have any advice about how I could use smbclient or something like that? Preferable would be able to somehow use rsync to the SMB location, but I don't think I'm going to be able to do that with smbclient. Any help -- pointers in the right direction would be wonderful. Thanks! - -- - ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| | | |__/ | \| _| |novosirj at umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6PaAYACgkQmb+gadEcsb4LpwCdGoo8d6o2hWBQVwSyfHQ6tnzS 8l8AoN3MakQEQFlBeyfbjUhlzFuEsOvO =p6cL -----END PGP SIGNATURE-----
What's wrong with rsync? You can do it two ways: - rsync with ssh and paswordless ssh logins - run rsyncd on solaris server, restrict access in rsyncd.conf to destination machine, rsync from destibnation machine. - Vadim Grigoryan -------------------------------------------------- From: "Ryan Novosielski" <novosirj at umdnj.edu> Sent: Friday, October 07, 2011 4:58 PM To: "samba" <samba at lists.samba.org> Subject: [Samba] Samba / rsync / archival storage question> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > Let me start by saying that this may not be, strictly speaking, a Samba > question... but it very nearly is so I'm hoping you can offer some help. > > I have a couple of Solaris 10 machines with the Oracle-supplied Samba on > them. I'm looking to copy logs from BIND to an archival storage > location. Solaris 10 does not support SMBFS so far as I know, so I > cannot do a mount (I could use Sharity and am considering it). > > Do you have any advice about how I could use smbclient or something like > that? Preferable would be able to somehow use rsync to the SMB location, > but I don't think I'm going to be able to do that with smbclient. > > Any help -- pointers in the right direction would be wonderful. Thanks! > > - -- > - ---- _ _ _ _ ___ _ _ _ > |Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer > |$&| |__| | | |__/ | \| _| |novosirj at umdnj.edu - 973/972.0922 (2-0922) > \__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk6PaAYACgkQmb+gadEcsb4LpwCdGoo8d6o2hWBQVwSyfHQ6tnzS > 8l8AoN3MakQEQFlBeyfbjUhlzFuEsOvO > =p6cL > -----END PGP SIGNATURE----- >> -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
On Fri, Oct 07, 2011 at 04:58:46PM -0400, Ryan Novosielski wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > Let me start by saying that this may not be, strictly speaking, a Samba > question... but it very nearly is so I'm hoping you can offer some help. > > I have a couple of Solaris 10 machines with the Oracle-supplied Samba on > them. I'm looking to copy logs from BIND to an archival storage > location. Solaris 10 does not support SMBFS so far as I know, so I > cannot do a mount (I could use Sharity and am considering it). > > Do you have any advice about how I could use smbclient or something like > that? Preferable would be able to somehow use rsync to the SMB location, > but I don't think I'm going to be able to do that with smbclient.You can use smbclient in the same way as an ftp-like client.