I'm trying to set up a backup system with s3fs
and the Amazon S3 service.
I followed this this guide and this guide.
Tailing /var/log/messages
I get:
Aug 28 13:37:46 server s3fs:###response=403
I already tried creating the authentication file /etc/passwd-s3fs and setting the access and private key, passing it through the command line. I checked several times the credentials and I used it with s3fox
, and it is working.
I also have set the time of the machine (with the date command) to be the same as the Amazon S3 servers (I got the time of the S3 server uploading a file with the file manager).
Not only does rsync
not work, commands like ls
or cp
in /mnt/s3
didn't work also.