A
A
admin4eg2012-09-18 18:06:32
linux
admin4eg, 2012-09-18 18:06:32

Are there inexpensive NFS backup storages (or similar) but not ftp?

Good afternoon, such a misfortune, suddenly, for no reason, the backup on FTP broke, the
FTP directory was mounted like this

# curlftpfs login:[email protected] /mnt/backup


everything was fine from a dofiga time, and here the trouble happened, I just can’t win

fuse: failed to open /dev/fuse: Permission denied


All the manuals, the entire Internet, reinstallation of everything and the entire test with rights with groups, in general, something is clearly broken and does not want to be treated at

all.
various
ncftpput –R –v –u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb

or something like that

#!/bin/bash
lftp -u username,password ftphost << EOF
mirror -Re --use-cache /home/ /backup/
quit 0
EOF


Then figure out how to monitor the overflow or delete old backups, in general, I don’t want to do anything :(

I want to mount an NFS folder and put everything there :(

I can’t find anything on Google for a couple of hours, they say you are everywhere on ftp and store backups there :(
vicious some kind of circle
Why NFS? yes, I probably just scatter backups between my servers, and here the server of a friend whose data I don’t want to drag or store, take responsibility.

UPD The hoster figured me out and fixed the trouble himself, he didn’t tell me what exactly he did , just something about the container
PS fastvps

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
StamPit, 2012-09-18
@StamPit

To solve this problem, you just need to include the user in the fuse group.
In general, look in the direction of duplicity - it’s convenient, it doesn’t use fuse, and it can encrypt backups.
Why pay?

V
Vlad Zhivotnev, 2012-09-18
@inkvizitor68sl

How many places do you need, how much money do you expect to pay?

U
uran238, 2012-09-18
@uran238

Look towards Amazon S3, it is inexpensive, in Russia the speed is ~ 4mb / s, it is possible to connect it as a disk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question