cant find .vault [answered]
after 1.0.3.8 update folder .vault is invisible when connecting to pc. (cant copy backup), any solution to solve problem ?
We have moved to a new Sailfish OS Forum. Please start new discussions there.
after 1.0.3.8 update folder .vault is invisible when connecting to pc. (cant copy backup), any solution to solve problem ?
It is not a good idea to just copy .vault over as permissions and ownership are not exported to MTP. just copying it over to the sdcard is not a good idea either but
you may export it to your sdcard (or to a folder exported to MTP) as a .tar
# tar cf $XDG_RUNTIME_DIR/media/sdcard/vault.tar -C $HOME .vault
read this https://together.jolla.com/question/53/how-user-can-take-backups-out-of-device/
This command does not work for me. What am I doing wrong?
Last login: Wed Feb 12 22:25:57 2014 from silver-pc.lan NOTICE: Env value ignored QT_GSTREAMER_CAMERABIN_FLAGS=15 ,--- | SailfishOS 1.0.3.8 (Naamankajärvi) (armv7hl) '--- [nemo@localhost ~]$ # tar cf $XDG_RUNTIME_DIR/media/sdcard/vault.tar -C $HOME .v ault [nemo@localhost ~]$
Silwer ( 2014-02-12 23:19:49 +0200 )editThis thread is public, all members of Together.Jolla.Com can read this page.
Asked: 2014-02-12 11:57:17 +0200
Seen: 635 times
Last updated: Feb 12 '14
How user can take backups out of device [released]
Cloud backup should be encrypted
Can you safely delete the /home/nemo/.vault directory ? [answered]
Backup should warn for usage issues [not relevant]
Browsing device over USB confusing and very slow (using KDE)
USB PC connection (Ubuntu 13.10) doesn't work [answered]
Backup / Restore not working [not relevant]
Save backup to PC or SD-CARD [released]
As you can see using Android OI File Manager for example, the /home/nemo/.vault folder is still there (File Browser does not show it with standard settings). However, it is hidden -- certainly by purpose. Because there is no sense in just copying to the PC (see answer below), it does not make sense to expose it to the PC. Using Terminal you can as a user (i.e. without rot access):
- See the directory:
- Access the directory:
jgr ( 2014-02-12 17:40:36 +0200 )editdir -a ~/
cd ~/.vault
.