[rsync.net] Unable to reindex destination: Error: ls: ..: Permission denied

We've received recent reports that the rsync.net Cloud storage provider has recently changed their system in a way that causes a "ls: ..: Permission denied" error when you run `ls -al` from the home directory. 

This error occurs because the `ls` linux command lists the current working directory as `.` while the parent directory is displayed as `..` , and the rsync.net user does not have permission to list any details regarding the top level folder. Any error during reindex will be considered a failed reindex and must be resolved. The destination must be able to run all standard linux commands listed in our documentation.

To resolve this error on rsync.net, move your Backups to a folder within the rsync.net user home directory, such as ./Backups instead of ./ 

 

 

[root@server ~]# ssh -p 22 f1234c1234@f1234c1234.rsync.net -i /root/.ssh/id_rsa 'ls -al'
ls: ..: Permission denied <<< ERROR RETURNED RUNNING ls -al 
total 195
drwx------  7 f1234c1234 f1234c1234  8 Apr 24 01:00 . <<< CURRENT WORKING DIRECTORY
-rw-r--r--  1 f1234c1234 f1234c1234 92 Apr 23 08:00 .jetbackup
drwx------  2 f1234c1234 f1234c1234  3 May  3  2023 .ssh
drwxr-xr-x  4 f1234c1234 f1234c1234  5 May 23 14:29 jetbackup_1_1_68079f9f912e42d8da194e72
drwxr-xr-x  5 f1234c1234 f1234c1234  7 May 23 01:00 jetbackup_3_4_68079e0bc5dde3d7d10b0344
  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Backblaze/S3 - Excessive Storage Use by JB5

We have received some reports of excessive Storage use by JetBackup 5 in the S3 Bucket. For...

Email Notifications Are Not Being Sent

JetBackup 5 uses Notification Integrations to send Notifications based on the configured...

What are the level of Alerts in JetBackup 5?

JetBackup 5 now has only 3 Alert levels compared to JetBackp 4. All 3 levels will appear on the...

My S3 Vendor is not included in the supported list on JetBackup 5?

You can find a small list of S3 Vendors that are supported with the new S3 Compatible plugin at...

Create Destination Error: This destination path is already owned by other destination

On JetBackup 5, you may notice the following error when creating a destination that uses the same...