Backing up to MS OneDrive

Ralf Mardorf silver.bullet at zoho.com
Wed Mar 4 17:47:41 UTC 2020


On Wed, 2020-03-04 at 18:12 +0100, Ralf Mardorf via ubuntu-users wrote:
> PPS:
> 
> Access to the Suse tar version and help is possible:
> 
> [root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/suse11.2 tar --version | head -1
> tar (GNU tar) 1.21
> [root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/moonstudio tar --version | head -1 # Ubuntu 16.04
> tar (GNU tar) 1.28
> Container moonstudio terminated by signal KILL.
> [root at archlinux rocketmouse]# tar --version | head -1 # Arch Linux
> tar (GNU tar) 1.32
> 
> [root at archlinux rocketmouse]# tar --help | grep xattr | head -2 | tail -1
>       --xattrs               Enable extended attributes support
> [root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/suse11.2 tar --help | grep xattr
> [root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/moonstudio tar --help | grep xattr | head -2 | tail -1 
>       --xattrs               Enable extended attributes support

A last off-topic PS:

Around 2012, tar 1.26 didn't support extended attributes.

[root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/q lsb_release -rc
Release:	12.10
Codename:	quantal
[root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/q tar --version | head -1
tar (GNU tar) 1.26
[root at archlinux rocketmouse]# systemd-nspawn -qD /mnt/q tar --help | grep xattr | head -2 | tail -1
[root at archlinux rocketmouse]#

But tar version 1.27 provided by Ubuntu Trusty Tahr Ubuntu 14.04 LTS 
already supported archiving extended attributes:

http://manpages.ubuntu.com/manpages/trusty/man1/tar.1.html

So since around 2014, for around 6 years, tar has got extended attributes support.





More information about the ubuntu-users mailing list