Backup From Many Ftps Auto
Mar 27, 2009What software i can use to backup ftp files auto from different accounts into my pc?
View 0 RepliesWhat software i can use to backup ftp files auto from different accounts into my pc?
View 0 RepliesThe Problem:
I'm trying to set up an automatic backup to an ftp server using ftps (as configured in the personal ftp repository).
Copying the files fails however.
The things I checked:
The Plesk management website can't show the target folder's contents.
The only error I get is Error-Code "1".
The ftp server (a synology NAS) logs the ftp access: Credentials are correct, session is terminated after transferring 0 Bytes.
Each failed backup leaves a 0-Byte .tar file on the Backup folder.
If I disable ftps and go with plain ftp, everything works just fine.
Our previous generation Plesks (v11 and lower) can utilize ftps for backup (to the same ftp server) without a hitch.
Additional considerations:
Since the WebServer is on a hosted machine and file transfer has to be done across the internet, unsecured transport is not an option.
I have virtually zero Linux experience
[System Information]
Plesk Version: 12.0.8 Update #18
Operating System: Ubuntu 12.04.5 LTS
Plesk Panel 12 uses a proftpd FTP server, with the TLS module pre-installed and configured.
Many questions and/or problems arise when trying to connect to the FTP server over a FTPS connection. In (almost) all cases, the disability to connect with FTPS is due to
a) the lack of configuration of passive ports, AND
b) firewall settings, enabling connections through before mentioned passive ports.
The passive port range can be configured by
adding a line to /etc/proftpd.conf, stating: "PassivePorts <start> <end>", OR
adding a separate file with name <filename>.conf to /etc/proftpd.d/, with the contents of <filename>.conf stating: "PassivePorts <start> <end>"
And note that
- <start> is the first port of the port range, in theory any value above 1050 can suffice,
- <end> is the last port of the port range, any value below 65000 (!) can suffice,
- the extension .conf is required when using a separate config file,
- the directory location /etc/proftpd.d/ is required when using a separate config file,
- one should always limit the port range, i.e. it is not desirable to open up a lot of ports,
- it is desirable to have the <start> value above 20000, in order to prevent conflicts with other programs, using a specific port (for instance, port 8443 is also being used),
- it is not necessary to restart proftpd after configuring the passive ports.
The firewall settings have to be changed to allow connections through the passive ports that have been opened for FTPS connections and note that
- only open up the port range (not more) in the firewall settings,
- it is only necessary to open up ports in the firewall settings of the FTP server,
- it is not required to open up ports in the firewall settings of the sending server.
Many issues have been arising when setting up the FTP Backup Repository.
In general, the passive mode checkbox has to be selected, when encountering issues.
The explicit use of the passive mode allows for proper configuration of the FTP Backup Repository and note that it does not matter whether FTPS or normal FTP will be used.
I experienced an issue using an external backup repository on Plesk 12.0.18 machines using ftps. The ftp server uses ftps (explicit) connections.Plesk 11.5 works fine (and ordinary ftp client like Filezilla as well), Plesk 12 throws the following error when trying to add the server via the web interface:
Code:
Curl error: Login denied
Unencrypted connections will work. Plesk 11.5 machines (with the same settings) will work.
I've analyzed the problem and got so far: The backup manager tries to connect using "regular" transfer method + ssl, not ftp-ssl explicit.Is there a chance to force Plesk using explicit ftpes connections? Or is there another work around?Some additional infos about the (ftp) server: The ftp server is running ProFTP 1.3.4d, uses port 2000 for the control port and has a port range (2001 - 2100) for the passive connections.I tried to add the server using the address field of the gui IP:2000 and checkboxed "passive mode" and "ftps".
I want to have a automated backup system which does backup/dump the current mysql databases, then transfers it to another system, per ftp, or even email's a download to my directly.
View 6 Replies View RelatedI have all my computers hooked up to a server running Ubuntu Linux. I want to make it so that at say, 5 AM every morning, the computer checks for changes to a specific folder..and if there are, automatically transfer the files to the server.
This way, if anyone on my network needs something backed up they just put it in that folder and it will auto backup just in case.
Is there anyway to do this? Software?
I got two identical hard disks, one uses to run everything other is for backup, how to setup automatic backup of website content and MySQL database?
View 3 Replies View RelatedI`m going to use FTPS for one of my accounts on a cPanel Server.
Should I assign a dedicated IP to that account, then install SSL on FTP.DOMAIN.COM?
We just upgraded from Plesk 10.4.4 to 11.5.30 and can't seem to get FTPS to work.
I presume it should be running on port 990, but the server is not listening on that port (only 21 for FTP).
Code:
netstat -lptu | egrep 'ftp|990'
tcp 0 0 *:ftp *:* LISTEN 20354/xinetd
We've enabled FTPS on the Server > Security Policy page.
I just migrated from a CentOS 5 server with Plesk 11.5 to a new server with CentOS 6.6 Plesk 12.
All customers, resellers, domains, subscriptions and even FTP users have been migrated fine (great tool btw).
There's only one thing what I cannot get to work on the new server: FTPs (TLS/SSL), this always results in "AUTH not understood".
The security and FTP settings are exactly the same as the old server (where FTPs worked fine), so I guess something is missing on the server.
What can I do to have a proper working FTPs with TLS/SSL?
For some reason FTPS is no longer working as it used to before plesk upgraded. At this point, I am not sure which Plesk upgrade caused this since I do not FTPS or ftp in general often. its enabled as it was before, even disabled and re-enabled it again. Still gives a "could not establish connection". Restarted the service via command Line with "service xinetd restart". still isnt working...
View 19 Replies View RelatedI have an address that receives hundreds and hundreds of e-mails a day. It's an address people aren't supposed to use (basically noreply@mydomain.com), but people do. I'd like to stop being the guy that gets these and routes them as appropriate, but we can't just turn it off and cause a hard bounce, because that will bewilder too many people who don't get that replying to noreply@mydomain.com is a bad idea. (Our website sends out notifications to people. A lot of people reply for various strange reasons, and we also get a lot of autoresponders sending us junk.)
I'm a Linux admin, so I'm a bit out of my league -- this needs to be configured on our Exchange box.
What I'd really like is an auto-responder for this address that will tell people that they e-mailed a mailbox that no one uses, and give them directions on how to contact a real person if need be.
However, fully half of the e-mails we receive are people's auto-responders. Is an Exchange auto-responder going to reply to their auto-responder? This will completely bewilder people.
And if this will auto-respond to auto-responders, is there a cleaner solution here? Again, it's got to be Exchange, but I'm a Postfix guy, so I have very little experience here.
FTPS is not working after upgrade from plesk 11. On plesk 11 windows and linux worked fine, after upgrade my windows server, it stopped working.
Code:
PS C:Windowssystem32> & "C:Program Files (x86)ParallelsPleskadmininpmm-ras.exe" --check-repository --dump-storage=ftps://****:****@***.***.***.***:21 --debug --verbose
[2014-11-11 21:16:12.981| 4688] INFO: pmm-ras started : "C:Program Files (x86)ParallelsPleskadmininpmm-ras.exe" --check-repository "--dump-storage=ftps://****:****@***.***.***.***:21" --debug --verbose
[2014-11-11 21:16:12.997| 4688] INFO: Repository 'ftps://***.***.***.***:21': Initializing...
[code]....
I am not exactly sure where to post this so I figured I would try here.
I have quite a few customers I host on a dedicated server. I would like to offer them the ability to backup any kind of data they want to on the server as well.
I am looking for a simple program that i could distribute to my customers and all they have to do is:
Install the application
Type in UN/PW I provide them
Select the directories they would like automatically uploaded
Select the frequency of the automatic upload
Does anyone know of good software I can use that is that simple to use?
I have signed up for hostgators webhosting.
Upon setting up, I found out that outgoing mails from any email addresses from my domain name cannot be copied to another email account. I've tried scripting on the client software (e.g)outlook. it works. but then again, it only applies on the client side if the scripted client is present. this would not work if the email is sent from the web based login.
is there a work around for it?
If there isn't, does any one know of any webhosting co. that allows that?
Situation is, my current host does allow it. Due to small amount of disk space allocated, reliability of the service, technical support and cost, we therefore have decided to switch to another host.
I see on the net many scritp demos that get auto-reseted every X hours (all data is reverted, and site files reset). Is there a script out there that does this I can download?
View 1 Replies View RelatedI just got about 10 centos vps servers. are there any programs that will do most of the hardening or security for me?
View 13 Replies View RelatedHow can have clamv antivirues as auto protect mode in whm/cpanel server?
We need to configure clamv as auto protect.
Are there any hosting solutions that offer expanding bandwidth and space as their base packages increase. I was with Dixiesys for over 7 years, and had a decent package, but it was getting a bit outated. When I enquired, they required me to either pay more for a mid-grade package, or give up portions of my package for an equivalantly priced low-grade package. I'd rather a company automatically upgrade accounts as they upgrade their base packages, rather than being told to piss off when the package becomes outdated.
View 10 Replies View RelatedI am wondering does anyone know of either a program/software, and/or script that will auto build a dedicated server? For example, someone purchase my product as soon as it is verified than it starts the building process and builds the server to what they asked for, partitioning, etc.?
View 6 Replies View RelatedI use automatic partition in centos 5... I have two hard drive, and it looks like it auto raid everything into volgroup0? is this true?
View 0 Replies View RelatedDoes anyone know anyscrip or software auto block IP for windows server 2003. I'm using windows server ent 2003 for share hosting. I was use netstat to recognize current connect and detect ddos to my server throught that command.
With one IP you can use IPsec to block IP request to your server but it's a lot of IPs request, i can't use that service. Does anyone have any solution for that.
Is anyone experiencing that cpanel automatically restarts mysql at 2AM?
I'm curious is that new feature or something has gone wrong?
This has started after cpanel upgrade mysql to 5.0.67 version.
I'm not so good with cpanel so please can somebody tell me where cpanel holds its crons?
I cannot find nothing in /etc/cron.* or in cron -l, and I want to turn this option off.
My webhost's autoresponder does not keep track of who it has auto-responded to. Hence it will auto-respond back to the same person twice.
Some emailer might send me an email (most likely spam) and I would auto-respond. But that emailer also has a dumb auto-responder and response back to me. I would auto-respond back; it would auto-respsond back forever.
I'm afraid to turn on an "Out-of Office" auto-responder because if that happens, I would have a billizion emails in my inbox upon my return.
Is there a smart auto-responder that tracks who it has responded to and auto-repsonds to the same person only once?
I have searched the whole forum for help on this but couldnt find anything.
I have postfix running on a backup mx server for a plesk box. The backup mx does a very good job of reducing spam and virus to my plesk box thanks to mailscanner.
The problem i have now is i have to manually update postfix transport and relay_recipients file everytime a new domain is created in plesk. Do any one know how i can create a custom script that will pull domain information from my plesk box and will update postfix on the backup mx server. Maybe a website with information that can help.
i can always set a cron to run the postmap command to update the tables but i will need to update the respective files (transport, relay_recipients) first.
I'm a happy hostgator user.
I just don't like their lack of a good backup system.
They just say they're doing weekly backups that you can ask for a fee.
I'd like an hosting exactly like hostgator (well, similar) but with daily and weekly auto-backups on a secure storage (like read-only tapes etc.).
Do you know some?
I've heard about a backups system by R1soft and that some hosting companies use it, but those that I'm finding on Google I've never heard of them.
One is HawkHost that seems good but I'm not sure about their choice of using LiteSpeed webserver instead of Apache..
They say it's a faster web server.. but of course the server won't run faster, they would just fill in more clients on every server..
How do i enable auto mount file system in my system? I am using linux ver4
View 2 Replies View Related