Answer the question
In order to leave comments, you need to log in
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
fuse: failed to open /dev/fuse: Permission denied
ncftpput –R –v –u "username" ftp.nixcraft.biz /nixcraft/forum /tmp/phpbb
#!/bin/bash
lftp -u username,password ftphost << EOF
mirror -Re --use-cache /home/ /backup/
quit 0
EOF
Answer the question
In order to leave comments, you need to log in
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?
How many places do you need, how much money do you expect to pay?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question