[Mod]null explaination is correct. A screenshot is not really relevant here. Instead here is the output of the linux command ls -l in my saves/ folder :
[18:08:47] nicolas@hesperedina:saves $ ls -l total 23784 drwxrwxr-x 9 nicolas nicolas 4096 May 6 2017 Best AFK XP Gold Farm by Snocrash rw-rw-r- 1 nicolas nicolas 443209 May 6 2017 Best-AFK-XP-Gold-Farm-by-Snocrash.zip drwxr-xr-x 9 nicolas nicolas 4096 Sep 2 2017 ECLIPSE rw-rw-r- 1 nicolas nicolas 23897762 Aug 20 2017 ECLIPSE -Strawberry Jam 15 2017.zip lrwxrwxrwx 1 nicolas nicolas 53 Aug 20 2017 juco -> /home/nicolas/Games/MinecraftServer/juco.restore/juco
As you can see "juco" is a symbolic link (think of it as a shortcut in the microsoft windows world). Backup of this wolrd results in a single file called juco, of a few hundred bytes.
[Mod]null explaination is correct. A screenshot is not really relevant here. Instead here is the output of the linux command ls -l in my saves/ folder :
[18:08:47] nicolas@hesperedina:saves $ ls -l
total 23784
drwxrwxr-x 9 nicolas nicolas 4096 May 6 2017 Best AFK XP Gold Farm by Snocrash
rw-rw-r- 1 nicolas nicolas 443209 May 6 2017 Best-AFK-XP-Gold-Farm-by-Snocrash.zipdrwxr-xr-x 9 nicolas nicolas 4096 Sep 2 2017 ECLIPSE
rw-rw-r- 1 nicolas nicolas 23897762 Aug 20 2017 ECLIPSE -Strawberry Jam 15 2017.ziplrwxrwxrwx 1 nicolas nicolas 53 Aug 20 2017 juco -> /home/nicolas/Games/MinecraftServer/juco.restore/juco
As you can see "juco" is a symbolic link (think of it as a shortcut in the microsoft windows world). Backup of this wolrd results in a single file called juco, of a few hundred bytes.
Thanks.