Bonjour,
Je voudrai creer un repertoire partage sur mon ipcop pour pouvoir y stocker les sauvegarde de ma sme.
Comment doit on faire?
Est ce possible au moins?
Je n'ai pas trouvé de topic en parlant!
merci!
Modérateur: modos Ixus
Riric a écrit:Pour faire ce que tu veux, il faut que Samba soit installé sur ton serveur IPCOP, ce qui n'est pas le cas...contrairement à SME.
Il existe un package Samba pour IPCOP...
un peu de recherche sur ixus devrait te permettre de le retrouver...
@+
Rbill a écrit:Cela me revient le NFS.
SCP(1) System General Commands Manual SCP(1)
NAME
scp - secure copy (remote file copy program)
SYNOPSIS
scp [-pqrvBC1246] [-F ssh_config] [-S program] [-P port] [-c cipher]
[-i identity_file] [-l limit] [-o ssh_option] [[user@]host1:]file1
[...] [[user@]host2:]file2
DESCRIPTION
scp copies files between hosts on a network. It uses ssh(1) for data
transfer, and uses the same authentication and provides the same security
as ssh(1). Unlike rcp(1), scp will ask for passwords or passphrases if
they are needed for authentication.
Any file name may contain a host and user specification to indicate that
the file is to be copied to/from that host. Copies between two remote
hosts are permitted.
The options are as follows:
-c cipher
Selects the cipher to use for encrypting the data transfer. This
option is directly passed to ssh(1).
-i identity_file
Selects the file from which the identity (private key) for RSA
authentication is read. This option is directly passed to
ssh(1).
-l limit
Limits the used bandwidth, specified in Kbit/s.
-p Preserves modification times, access times, and modes from the original file.
-r Recursively copy entire directories.
...
-B Selects batch mode (prevents asking for passwords or passphrases).
...
-C Compression enable. Passes the -C flag to ssh(1) to enable compression.
...
-P port
Specifies the port to connect to on the remote host. Note that
this option is written with a capital `P', because -p is already
reserved for preserving the times and modes of the file in
rcp(1).
...
[root@sme /]# scp -P 222 root@192.168.0.1: dynhost.tgz
root@192.168.0.1's password:
scp: .: not a regular file
Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 1 invité